forked from MapComplete/MapComplete
Themes(stations): show elevators on a lower zoom level
This commit is contained in:
parent
b9293dc2c9
commit
ab88afc397
1 changed files with 8 additions and 1 deletions
|
@ -251,7 +251,6 @@
|
|||
{
|
||||
"builtin": [
|
||||
"entrance",
|
||||
"elevator",
|
||||
"waste_basket",
|
||||
"atm",
|
||||
"clock"
|
||||
|
@ -260,6 +259,14 @@
|
|||
"minzoom": 18
|
||||
}
|
||||
},
|
||||
{
|
||||
"builtin": [
|
||||
"elevator"
|
||||
],
|
||||
"override": {
|
||||
"minzoom": 16
|
||||
}
|
||||
},
|
||||
{
|
||||
"builtin": "bench",
|
||||
"override": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue