Move 'indoors' as first level (so it always renders), add feature passthrough

This commit is contained in:
Pieter Vander Vennet 2022-07-27 14:20:55 +02:00
parent 298f29c0ed
commit f542ee18cf

View file

@ -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": {