diff --git a/assets/svg/license_info.json b/assets/svg/license_info.json index 90ca8bed0..9ecb69183 100644 --- a/assets/svg/license_info.json +++ b/assets/svg/license_info.json @@ -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", diff --git a/assets/themes/food/food.json b/assets/themes/food/food.json index efa88a30c..be2178915 100644 --- a/assets/themes/food/food.json +++ b/assets/themes/food/food.json @@ -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 -} \ No newline at end of file +}