From 991826b4f13c7f3b11be79833de730262596c142 Mon Sep 17 00:00:00 2001 From: Matt Date: Mon, 27 Apr 2026 02:51:14 +0000 Subject: [PATCH] config: disable 10ft contour test layer (causes green wall on flat terrain) --- config/profiles/home.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/profiles/home.yaml b/config/profiles/home.yaml index 7acc475..5269812 100644 --- a/config/profiles/home.yaml +++ b/config/profiles/home.yaml @@ -41,7 +41,7 @@ features: has_public_lands_layer: true has_contours: true has_contours_test: true - has_contours_test_10ft: true + has_contours_test_10ft: false has_address_book_write: false has_overture_enrichment: true has_google_places_enrichment: true