changed shownByDefault to true

This commit is contained in:
Andrews Leruth 2022-07-12 13:56:57 +02:00
parent c13d86a8ac
commit 99530fb27d

View file

@ -23,7 +23,7 @@
} }
}, },
"passAllFeatures": true, "passAllFeatures": true,
"shownByDefault": false, "shownByDefault": true,
"mapRendering": [ "mapRendering": [
{ {
"color": { "color": {
@ -45,6 +45,6 @@
} }
], ],
"calculatedTags": [ "calculatedTags": [
"_entrance=feat.get('entrance')" "_entrance=feat.get('entrance')?.map(e => e.id)"
] ]
} }