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",
|
"icon": "./assets/themes/shops/shop.svg",
|
||||||
"layers": [
|
"layers": [
|
||||||
"shops",
|
{
|
||||||
"pharmacy",
|
"builtin": [
|
||||||
"ice_cream",
|
"shops",
|
||||||
"trolley_bay"
|
"pharmacy",
|
||||||
],
|
"ice_cream"
|
||||||
"overrideAll": {
|
],
|
||||||
"minzoom": 12,
|
"override": {
|
||||||
"syncSelection": "theme-only"
|
"minzoom": 12,
|
||||||
}
|
"syncSelection": "theme-only"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"builtin": [
|
||||||
|
"trolley_bay"
|
||||||
|
],
|
||||||
|
"override": {
|
||||||
|
"syncSelection": "theme-only"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue