feat: add contours layer with tier-aware zoom visibility

- Adds contour PMTiles vector source (contours-na.pmtiles)
- Minor/intermediate/index tier rendering at z11+/z8+/z4+
- Elevation labels on index contours at z12+
- Dark theme opacity adjustment
- has_contours feature flag gated

Completes T pipeline integration (Phase 1).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Matt 2026-04-24 00:44:20 +00:00
commit f6cbf5f2cc
3 changed files with 173 additions and 7 deletions

View file

@ -29,6 +29,7 @@ const FALLBACK_CONFIG = {
has_traffic_overlay: false,
has_landclass: false,
has_public_lands_layer: false,
has_contours: true,
has_address_book_write: false,
has_contacts: false,
},