From 63b68bfea7e42dd9d53d536bc05d3fe32d425040 Mon Sep 17 00:00:00 2001 From: Matt Date: Sun, 26 Apr 2026 03:36:16 +0000 Subject: [PATCH] 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). --- config/profiles/home.yaml | 3 +++ config/profiles/regional_pi.yaml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/config/profiles/home.yaml b/config/profiles/home.yaml index 91fcc93..7acc475 100644 --- a/config/profiles/home.yaml +++ b/config/profiles/home.yaml @@ -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 diff --git a/config/profiles/regional_pi.yaml b/config/profiles/regional_pi.yaml index 2bd6c8a..8e70cd6 100644 --- a/config/profiles/regional_pi.yaml +++ b/config/profiles/regional_pi.yaml @@ -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