From a4239ba187b49e027876719f4fbe6282af77d0bd Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Sat, 31 Dec 2022 03:04:35 +0100 Subject: [PATCH] Blind-osm: leave maprendering of roads in place, but use shownByDefault:false instead to hide it on the main map. Fix #1205 --- assets/themes/blind_osm/blind_osm.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/assets/themes/blind_osm/blind_osm.json b/assets/themes/blind_osm/blind_osm.json index 56593d2b3..1115f7aca 100644 --- a/assets/themes/blind_osm/blind_osm.json +++ b/assets/themes/blind_osm/blind_osm.json @@ -22,8 +22,11 @@ { "builtin": "cycleways_and_roads", "override": { - "mapRendering": null, - "title": null + "title": null, + "forceLoad": true, + "minzoom": 18, + "passAllFeatures": true, + "shownByDefault": false } }, { @@ -95,4 +98,4 @@ }, "stairs" ] -} \ No newline at end of file +}