forked from MapComplete/MapComplete
Improve cycle highway rendering
This commit is contained in:
parent
61575a9909
commit
bbeb6b6e95
2 changed files with 43 additions and 6 deletions
|
@ -87,14 +87,14 @@
|
|||
"source": {
|
||||
"osmTags": "cycle_network=BE-VLG:cycle_highway"
|
||||
},
|
||||
"minzoom": 8,
|
||||
"minzoom": 6,
|
||||
"title": {
|
||||
"render": {
|
||||
"en": "cycle highway",
|
||||
"en": "Cycle highway",
|
||||
"de": "Radschnellweg",
|
||||
"ca": "via ciclista",
|
||||
"ca": "Via ciclista",
|
||||
"fr": "Aménagement cyclable",
|
||||
"nl": "fietssnelweg",
|
||||
"nl": "Fietssnelweg",
|
||||
"es": "autovía ciclista",
|
||||
"nb_NO": "sykkelmotorvei",
|
||||
"da": "cykelmotorvej",
|
||||
|
@ -213,4 +213,4 @@
|
|||
"width": "4"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
@ -38,8 +38,45 @@
|
|||
],
|
||||
"hideFromOverview": true,
|
||||
"layers": [
|
||||
{
|
||||
"builtin": "cycle_highways",
|
||||
"override": {
|
||||
"source": {
|
||||
"osmTags": {
|
||||
"and+": [
|
||||
"note:state=has_highway_no"
|
||||
]
|
||||
}
|
||||
},
|
||||
"id": "cycle_highways_no_highway",
|
||||
"lineRendering": [
|
||||
{
|
||||
"dashArray": "0.25 2"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"builtin": "cycle_highways",
|
||||
"override": {
|
||||
"source": {
|
||||
"osmTags": {
|
||||
"and+": [
|
||||
"note:state=has_highway_under_construction"
|
||||
]
|
||||
}
|
||||
},
|
||||
"id": "cycle_highways_under-construction",
|
||||
"lineRendering": [
|
||||
{
|
||||
"dashArray": "0.75 2"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
"cycle_highways"
|
||||
],
|
||||
"overpassTimeout": 60,
|
||||
"widenFactor": 1.1
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue