From 12926e1e9cc3fef81811b6df011f83e2013d3ad5 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Tue, 26 Nov 2024 20:32:40 +0100 Subject: [PATCH] Themes(maps): add tactile maps and tactile models to map theme, fix #2277 --- assets/themes/maps/maps.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/assets/themes/maps/maps.json b/assets/themes/maps/maps.json index d09b49cfc..3c0295e3a 100644 --- a/assets/themes/maps/maps.json +++ b/assets/themes/maps/maps.json @@ -51,7 +51,11 @@ "icon": "./assets/themes/maps/logo.svg", "defaultBackgroundId": "protomaps.white", "layers": [ - "map" + "map", + "tactile_map", + "tactile_model" ], - "widenFactor": 5 + "overrideAll": { + "minzoom": 11 + } }