forked from MapComplete/MapComplete
More sensical titles for cycleways_and_roads layer
This commit is contained in:
parent
7dcad1b379
commit
57f4fef68f
10 changed files with 151 additions and 152 deletions
|
@ -37,14 +37,23 @@
|
|||
},
|
||||
"title": {
|
||||
"render": {
|
||||
"en": "Cycleways",
|
||||
"nl": "Fietspaden",
|
||||
"de": "Radwege",
|
||||
"ru": "Велосипедные дорожки",
|
||||
"fr": "Pistes cyclables",
|
||||
"ca": "Vies ciclistes"
|
||||
"en": "Way",
|
||||
"nl": "Weg"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
"if": {
|
||||
"and": [
|
||||
"highway=cycleway",
|
||||
"name~*"
|
||||
]
|
||||
},
|
||||
"then": {
|
||||
"nl": "Fietsweg {name}",
|
||||
"en": "Cycleway {name}",
|
||||
"de": "Radweg {name}"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": {
|
||||
"or": [
|
||||
|
@ -62,6 +71,18 @@
|
|||
"da": "Cykelsti"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": {
|
||||
"and": [
|
||||
"cycleway=shared_lane",
|
||||
"name~*"
|
||||
]
|
||||
},
|
||||
"then": {
|
||||
"nl": "Weg met fietssugestiestrook {name}",
|
||||
"en": "Road with shared lane {name}"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "cycleway=shared_lane",
|
||||
"then": {
|
||||
|
@ -72,6 +93,18 @@
|
|||
"ca": "Carril compartit"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": {
|
||||
"and": [
|
||||
"cycleway=lane",
|
||||
"name~*"
|
||||
]
|
||||
},
|
||||
"then": {
|
||||
"nl": "Weg met fietsstrook {name}",
|
||||
"en": "Road with bike lane {name}"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "cycleway=lane",
|
||||
"then": {
|
||||
|
@ -82,6 +115,18 @@
|
|||
"ca": "Carril bici"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": {
|
||||
"and": [
|
||||
"cycleway=track",
|
||||
"name~*"
|
||||
]
|
||||
},
|
||||
"then": {
|
||||
"nl": "Weg met fietspad naast de weg {name}",
|
||||
"en": "Road with cycleway next to the road {name}"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "cycleway=track",
|
||||
"then": {
|
||||
|
@ -92,6 +137,19 @@
|
|||
"da": "Cykelsti ved siden af vejen"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": {
|
||||
"and": [
|
||||
"cyclestreet=yes",
|
||||
"name~*"
|
||||
]
|
||||
},
|
||||
"then": {
|
||||
"nl": "Fietsstraat {name}",
|
||||
"en": "Cyclestreet {name}",
|
||||
"de": "Fahrradstraße {name}"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "cyclestreet=yes",
|
||||
"then": {
|
||||
|
@ -102,6 +160,10 @@
|
|||
"ca": "Carrer ciclista",
|
||||
"da": "Cykelgade"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "name~*",
|
||||
"then": "{name}"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue