forked from MapComplete/MapComplete
Themes(food): make minzoom uniform for food and ice_cream in theme
This commit is contained in:
parent
17ce67bf3f
commit
b84655f2cb
2 changed files with 7 additions and 11 deletions
|
@ -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",
|
||||||
|
|
|
@ -40,8 +40,12 @@
|
||||||
},
|
},
|
||||||
"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"
|
||||||
],
|
],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue