forked from MapComplete/MapComplete
changed shownByDefault to true
This commit is contained in:
parent
c13d86a8ac
commit
99530fb27d
1 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@
|
|||
}
|
||||
},
|
||||
"passAllFeatures": true,
|
||||
"shownByDefault": false,
|
||||
"shownByDefault": true,
|
||||
"mapRendering": [
|
||||
{
|
||||
"color": {
|
||||
|
@ -45,6 +45,6 @@
|
|||
}
|
||||
],
|
||||
"calculatedTags": [
|
||||
"_entrance=feat.get('entrance')"
|
||||
"_entrance=feat.get('entrance')?.map(e => e.id)"
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue