Themes(food): make minzoom uniform for food and ice_cream in theme

This commit is contained in:
Pieter Vander Vennet 2025-07-25 23:26:28 +02:00
parent 17ce67bf3f
commit b84655f2cb
2 changed files with 7 additions and 11 deletions

View file

@ -69,14 +69,6 @@
], ],
"sources": [] "sources": []
}, },
{
"path": "blocked.svg",
"license": "CC0-1.0",
"authors": [
"Pieter Vander Vennet"
],
"sources": []
},
{ {
"path": "brick_wall_raw.svg", "path": "brick_wall_raw.svg",
"license": "CC0-1.0", "license": "CC0-1.0",

View file

@ -40,10 +40,14 @@
}, },
"icon": "./assets/layers/food/restaurant.svg", "icon": "./assets/layers/food/restaurant.svg",
"layers": [ "layers": [
"food", {
"ice_cream", "builtin": ["food","ice_cream"],
"override": {
"minzoom": 11
}
},
"outdoor_seating", "outdoor_seating",
"food_courts" "food_courts"
], ],
"widenFactor": 3 "widenFactor": 3
} }