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:
Matt 2026-04-22 18:52:53 +00:00
commit cdd11dc043
3 changed files with 212 additions and 5 deletions

View file

@ -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,
},