More sensical titles for cycleways_and_roads layer

This commit is contained in:
Robin van der Linde 2022-05-08 18:28:22 +02:00
parent 7dcad1b379
commit 57f4fef68f
No known key found for this signature in database
GPG key ID: 4B0074A1A79F6BED
10 changed files with 151 additions and 152 deletions

View file

@ -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}"
}
]
},