config: disable 10ft contour test layer in fallback

This commit is contained in:
Matt 2026-04-27 02:50:53 +00:00
commit 482a7557cf

View file

@ -31,7 +31,7 @@ const FALLBACK_CONFIG = {
has_public_lands_layer: false, has_public_lands_layer: false,
has_contours: true, has_contours: true,
has_contours_test: true, has_contours_test: true,
has_contours_test_10ft: true, has_contours_test_10ft: false,
has_address_book_write: false, has_address_book_write: false,
has_contacts: false, has_contacts: false,
}, },