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": []
|
||||
},
|
||||
{
|
||||
"path": "blocked.svg",
|
||||
"license": "CC0-1.0",
|
||||
"authors": [
|
||||
"Pieter Vander Vennet"
|
||||
],
|
||||
"sources": []
|
||||
},
|
||||
{
|
||||
"path": "brick_wall_raw.svg",
|
||||
"license": "CC0-1.0",
|
||||
|
|
|
@ -40,10 +40,14 @@
|
|||
},
|
||||
"icon": "./assets/layers/food/restaurant.svg",
|
||||
"layers": [
|
||||
"food",
|
||||
"ice_cream",
|
||||
{
|
||||
"builtin": ["food","ice_cream"],
|
||||
"override": {
|
||||
"minzoom": 11
|
||||
}
|
||||
},
|
||||
"outdoor_seating",
|
||||
"food_courts"
|
||||
],
|
||||
"widenFactor": 3
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue