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

@ -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?"