mirror of
https://github.com/zvx-echo6/recon.git
synced 2026-05-20 06:34:40 +02:00
feat: add has_contours feature flags for home and regional_pi profiles
Adds has_contours, has_contours_test, and has_contours_test_10ft flags to support contour layer toggle in Navi frontend. minimal_pi profile intentionally excluded (no tile overlays in stripped-down deployment).
This commit is contained in:
parent
15c58a69ac
commit
63b68bfea7
2 changed files with 6 additions and 0 deletions
|
|
@ -39,6 +39,9 @@ features:
|
|||
has_traffic_overlay: true
|
||||
has_landclass: true
|
||||
has_public_lands_layer: true
|
||||
has_contours: true
|
||||
has_contours_test: true
|
||||
has_contours_test_10ft: true
|
||||
has_address_book_write: false
|
||||
has_overture_enrichment: true
|
||||
has_google_places_enrichment: true
|
||||
|
|
|
|||
|
|
@ -39,6 +39,9 @@ features:
|
|||
has_traffic_overlay: true
|
||||
has_landclass: true
|
||||
has_public_lands_layer: true
|
||||
has_contours: true
|
||||
has_contours_test: true
|
||||
has_contours_test_10ft: true
|
||||
has_address_book_write: true
|
||||
has_overture_enrichment: false
|
||||
has_google_places_enrichment: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue