Themes(shop): don't show trolley bay on low zoom levels
This commit is contained in:
parent
6c5b61924a
commit
cdb62dfe58
1 changed files with 20 additions and 9 deletions
|
@ -50,13 +50,24 @@
|
|||
},
|
||||
"icon": "./assets/themes/shops/shop.svg",
|
||||
"layers": [
|
||||
"shops",
|
||||
"pharmacy",
|
||||
"ice_cream",
|
||||
"trolley_bay"
|
||||
],
|
||||
"overrideAll": {
|
||||
"minzoom": 12,
|
||||
"syncSelection": "theme-only"
|
||||
}
|
||||
{
|
||||
"builtin": [
|
||||
"shops",
|
||||
"pharmacy",
|
||||
"ice_cream"
|
||||
],
|
||||
"override": {
|
||||
"minzoom": 12,
|
||||
"syncSelection": "theme-only"
|
||||
}
|
||||
},
|
||||
{
|
||||
"builtin": [
|
||||
"trolley_bay"
|
||||
],
|
||||
"override": {
|
||||
"syncSelection": "theme-only"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue