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:
parent
f2a1dcf8d8
commit
a4239ba187
1 changed files with 6 additions and 3 deletions
|
@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue