Blind-osm: leave maprendering of roads in place, but use shownByDefault:false instead to hide it on the main map. Fix #1205

This commit is contained in:
Pieter Vander Vennet 2022-12-31 03:04:35 +01:00
parent f2a1dcf8d8
commit a4239ba187

View file

@ -22,8 +22,11 @@
{ {
"builtin": "cycleways_and_roads", "builtin": "cycleways_and_roads",
"override": { "override": {
"mapRendering": null, "title": null,
"title": null "forceLoad": true,
"minzoom": 18,
"passAllFeatures": true,
"shownByDefault": false
} }
}, },
{ {