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,
|
"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)"
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue