forked from MapComplete/MapComplete
Move 'indoors' as first level (so it always renders), add feature passthrough
This commit is contained in:
parent
298f29c0ed
commit
f542ee18cf
1 changed files with 8 additions and 6 deletions
|
@ -20,6 +20,14 @@
|
|||
"widenFactor": 2,
|
||||
"hideFromOverview": false,
|
||||
"layers": [
|
||||
{
|
||||
"builtin": "indoors",
|
||||
"override": {
|
||||
"minzoom": 19,
|
||||
"name": null,
|
||||
"passAllFeatures": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"builtin": "bike_repair_station",
|
||||
"override": {
|
||||
|
@ -333,12 +341,6 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"builtin": "indoors",
|
||||
"override": {
|
||||
"minzoom": 19
|
||||
}
|
||||
},
|
||||
{
|
||||
"builtin": "current_view",
|
||||
"override": {
|
||||
|
|
Loading…
Reference in a new issue