Themes(shop): don't show trolley bay on low zoom levels

This commit is contained in:
Pieter Vander Vennet 2024-09-14 14:21:46 +02:00
parent 6c5b61924a
commit cdb62dfe58

View file

@ -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"
}
}
]
}