From b84655f2cb4959d012437b54e6e265f1d33cf97a Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Fri, 25 Jul 2025 23:26:28 +0200 Subject: [PATCH] Themes(food): make minzoom uniform for food and ice_cream in theme --- assets/svg/license_info.json | 8 -------- assets/themes/food/food.json | 10 +++++++--- 2 files changed, 7 insertions(+), 11 deletions(-) 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 +}