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,
|
"widenFactor": 2,
|
||||||
"hideFromOverview": false,
|
"hideFromOverview": false,
|
||||||
"layers": [
|
"layers": [
|
||||||
|
{
|
||||||
|
"builtin": "indoors",
|
||||||
|
"override": {
|
||||||
|
"minzoom": 19,
|
||||||
|
"name": null,
|
||||||
|
"passAllFeatures": true
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"builtin": "bike_repair_station",
|
"builtin": "bike_repair_station",
|
||||||
"override": {
|
"override": {
|
||||||
|
@ -333,12 +341,6 @@
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"builtin": "indoors",
|
|
||||||
"override": {
|
|
||||||
"minzoom": 19
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"builtin": "current_view",
|
"builtin": "current_view",
|
||||||
"override": {
|
"override": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue