mirror of
https://github.com/zvx-echo6/navi.git
synced 2026-05-20 22:54:42 +02:00
feat(map): add USFS trails and roads layer
- Add USFS trails/roads as toggleable map layer via PMTiles - Trails: dashed brown lines, roads: solid khaki lines - Labels at zoom 12+ for trail and road names - Click handler shows popup with trail/road info - Feature-flag gated with has_usfs_trails (default false) - Add Trails toggle to Layer Control panel Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
e53ff561e8
commit
2b90f8b17a
3 changed files with 526 additions and 307 deletions
|
|
@ -33,6 +33,7 @@ const FALLBACK_CONFIG = {
|
|||
has_contours_test: true,
|
||||
has_contours_test_10ft: false,
|
||||
has_address_book_write: false,
|
||||
has_usfs_trails: false,
|
||||
has_contacts: false,
|
||||
},
|
||||
defaults: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue