mirror of
https://github.com/zvx-echo6/navi.git
synced 2026-05-20 14:44:51 +02:00
config: disable 10ft contour test layer in fallback
This commit is contained in:
parent
a40f68fa26
commit
482a7557cf
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue