Add some untested changes to options for cycleway:surface

This commit is contained in:
pgm-chardelv1 2021-07-27 15:16:51 +02:00
parent 0fbde7ec24
commit 1953d9c417
6 changed files with 97 additions and 6 deletions

View file

@ -429,4 +429,4 @@
]
}
]
}
}

View file

@ -340,18 +340,67 @@
}
},
{
"if": "cycleway:surface=asphalt",
"if": "cycleway:surface=unhewn_cobblestone",
"then": {
"en": "This cycleway is made of asphalt",
"nl": "Dit fietspad is gemaakt van asfalt"
}
},
{
"if": "cycleway:surface=paved",
"if": "cycleway:surface=sett",
"then": {
"en": "This cycleway is paved",
"nl": "Dit fietspad is geplaveid"
}
},
{
"if": "cycleway:surface=asphalt",
"then": {
"en": "This cycleway is paved with stones with a flat top",
"nl": "Dit fietspad is geplaveid met stenen"
}
},
{
"if": "cycleway:surface=paved",
"then": {
"en": "This cycleway is made of gravel",
"nl": "Dit fietspad is gemaakt van grind"
}
},
{
"if": "cycleway:surface=paving_stones",
"then": {
"en": "This cycleway is unhardened",
"nl": "Dit fietspad is onverhard"
}
},
{
"if": "cycleway:surface=gravel",
"then": {
"en": "This cycleway is made of gravel",
"nl": "Dit fietspad is gemaakt van grind"
}
},
{
"if": "cycleway:surface=fine_gravel",
"then": {
"en": "This cycleway is made of fine gravel",
"nl": "Dit fietspad is gemaakt van fijn grind"
}
},
{
"if": "cycleway:surface=pebblestone",
"then": {
"en": "This cycleway is made of pebblestone",
"nl": "Dit fietspad is gemaakt van kiezelsteentjes"
}
},
{
"if": "cycleway:surface=ground",
"then": {
"en": "This cycleway is made from raw ground",
"nl": "Dit fietspad is gemaakt van aarde"
}
}
],
"question": {
@ -447,7 +496,7 @@
}
},
{
"if": "surface=cobblestone",
"if": "surface=sett",
"then": {
"en": "This street is made of cobblestone",
"nl": "Deze straat is gemaakt van kasseien"

View file

@ -279,4 +279,4 @@
]
}
]
}
}

View file

@ -170,4 +170,4 @@
}
],
"roamingRenderings": []
}
}

View file

@ -812,6 +812,27 @@
},
"4": {
"then": "This cycleway is paved"
},
"5": {
"then": "This cycleway is paved with stones with a flat top"
},
"6": {
"then": "This cycleway is made of gravel"
},
"7": {
"then": "This cycleway is unhardened"
},
"8": {
"then": "This cycleway is made of gravel"
},
"9": {
"then": "This cycleway is made of fine gravel"
},
"10": {
"then": "This cycleway is made of pebblestone"
},
"11": {
"then": "This cycleway is made from raw ground"
}
},
"question": "What is the surface of the cycleway made from?"

View file

@ -700,6 +700,27 @@
},
"4": {
"then": "Dit fietspad is geplaveid"
},
"5": {
"then": "Dit fietspad is geplaveid met stenen"
},
"6": {
"then": "Dit fietspad is gemaakt van grind"
},
"7": {
"then": "Dit fietspad is onverhard"
},
"8": {
"then": "Dit fietspad is gemaakt van grind"
},
"9": {
"then": "Dit fietspad is gemaakt van fijn grind"
},
"10": {
"then": "Dit fietspad is gemaakt van kiezelsteentjes"
},
"11": {
"then": "Dit fietspad is gemaakt van aarde"
}
},
"question": "Waaruit is het oppervlak van het fietspad van gemaakt?"