mirror of
https://github.com/zvx-echo6/navi.git
synced 2026-05-20 22:54:42 +02:00
Add Public Lands vector tile overlay layer (PAD-US)
Toggleable vector tile overlay rendering 651k PAD-US protected areas as colored polygons on the map. Data-driven styling by agency/designation (USFS green, NPS darker green, BLM tan, wilderness amber, state teal). Unit name labels at z10+. Feature-flagged via has_public_lands_layer. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
771d7eb3b3
commit
cdd11dc043
3 changed files with 212 additions and 5 deletions
|
|
@ -28,6 +28,7 @@ const FALLBACK_CONFIG = {
|
|||
has_3d_terrain: false,
|
||||
has_traffic_overlay: false,
|
||||
has_landclass: false,
|
||||
has_public_lands_layer: false,
|
||||
has_address_book_write: false,
|
||||
has_contacts: false,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue