From 482a7557cfb153d41212783f67738e037f57604a Mon Sep 17 00:00:00 2001 From: Matt Date: Mon, 27 Apr 2026 02:50:53 +0000 Subject: [PATCH] config: disable 10ft contour test layer in fallback --- src/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.js b/src/config.js index 80c471a..37ec84e 100644 --- a/src/config.js +++ b/src/config.js @@ -31,7 +31,7 @@ const FALLBACK_CONFIG = { has_public_lands_layer: false, has_contours: true, has_contours_test: true, - has_contours_test_10ft: true, + has_contours_test_10ft: false, has_address_book_write: false, has_contacts: false, },