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