Updated smoothness questions

This commit is contained in:
Robin van der Linde 2021-07-14 14:24:45 +02:00
parent 213eb3fdef
commit 7426271081

View file

@ -246,13 +246,9 @@
} }
}, },
{ {
"render": { "question": {
"en": "This cyleway has the smoothness {cycleway:smoothness}", "en": "What is the smoothness of this cycleway?",
"nl": "Dit fietspad heeft de kwaliteit {cycleway:smoothness}" "nl": "Wat is de kwaliteit van dit fietspad?"
},
"freeform": {
"key": "cycleway:smoothness",
"addExtraTags": []
}, },
"condition": { "condition": {
"or": ["cycleway=shared_lane", "cycleway=lane", "cycleway=track"] "or": ["cycleway=shared_lane", "cycleway=lane", "cycleway=track"]
@ -261,43 +257,43 @@
{ {
"if": "cycleway:smoothness=excellent", "if": "cycleway:smoothness=excellent",
"then": { "then": {
"en": "Thin Rollers: rollerblade, skateboard" "en": "Usable for thin rollers: rollerblade, skateboard"
} }
}, },
{ {
"if": "cycleway:smoothness=good", "if": "cycleway:smoothness=good",
"then": { "then": {
"en": "Thin Wheels: racing bike" "en": "Usable for thin wheels: racing bike"
} }
}, },
{ {
"if": "cycleway:smoothness=intermediate", "if": "cycleway:smoothness=intermediate",
"then": { "then": {
"en": "Wheels: city bike, wheelchair, scooter" "en": "Usable for normal wheels: city bike, wheelchair, scooter"
} }
}, },
{ {
"if": "cycleway:smoothness=bad", "if": "cycleway:smoothness=bad",
"then": { "then": {
"en": "Robust Wheels: trekking bike, car, rickshaw" "en": "Usable for robust wheels: trekking bike, car, rickshaw"
} }
}, },
{ {
"if": "cycleway:smoothness=very_bad", "if": "cycleway:smoothness=very_bad",
"then": { "then": {
"en": "High Clearance: light duty off-road vehicle" "en": "Usable for vehicles with high clearance: light duty off-road vehicle"
} }
}, },
{ {
"if": "cycleway:smoothness=horrible", "if": "cycleway:smoothness=horrible",
"then": { "then": {
"en": "Off-Road: heavy duty off-road vehicle" "en": "Usable for off-road vehicles: heavy duty off-road vehicle"
} }
}, },
{ {
"if": "cycleway:smoothness=very_horrible", "if": "cycleway:smoothness=very_horrible",
"then": { "then": {
"en": "Specialized off-road: tractor, ATV" "en": "Usable for specialized off-road vehicles: tractor, ATV"
} }
}, },
{ {
@ -306,11 +302,7 @@
"en": "Impassable / No wheeled vehicle" "en": "Impassable / No wheeled vehicle"
} }
} }
], ]
"question": {
"en": "What is the smoothness of this cycleway?",
"nl": "Wat is de kwaliteit van dit fietspad?"
}
}, },
{ {
"condition": { "condition": {
@ -331,13 +323,9 @@
} }
}, },
{ {
"render": { "question": {
"en": "This road has the smoothness {smoothness}", "en": "What is the smoothness of this street?",
"nl": "Deze weg heeft de kwaliteit {smoothness}" "nl": "Wat is de kwaliteit van deze straat?"
},
"freeform": {
"key": "smoothness",
"addExtraTags": []
}, },
"condition": { "condition": {
"or": ["cycleway=no", "highway=cycleway"] "or": ["cycleway=no", "highway=cycleway"]
@ -346,43 +334,43 @@
{ {
"if": "smoothness=excellent", "if": "smoothness=excellent",
"then": { "then": {
"en": "Thin Rollers: rollerblade, skateboard" "en": "Usable for thin rollers: rollerblade, skateboard"
} }
}, },
{ {
"if": "smoothness=good", "if": "smoothness=good",
"then": { "then": {
"en": "Thin Wheels: racing bike" "en": "Usable for thin wheels: racing bike"
} }
}, },
{ {
"if": "smoothness=intermediate", "if": "smoothness=intermediate",
"then": { "then": {
"en": "Wheels: city bike, wheelchair, scooter" "en": "Usable for normal wheels: city bike, wheelchair, scooter"
} }
}, },
{ {
"if": "smoothness=bad", "if": "smoothness=bad",
"then": { "then": {
"en": "Robust Wheels: trekking bike, car, rickshaw" "en": "Usable for robust wheels: trekking bike, car, rickshaw"
} }
}, },
{ {
"if": "smoothness=very_bad", "if": "smoothness=very_bad",
"then": { "then": {
"en": "High Clearance: light duty off-road vehicle" "en": "Usable for vehicles with high clearance: light duty off-road vehicle"
} }
}, },
{ {
"if": "smoothness=horrible", "if": "smoothness=horrible",
"then": { "then": {
"en": "Off-Road: heavy duty off-road vehicle" "en": "Usable for off-road vehicles: heavy duty off-road vehicle"
} }
}, },
{ {
"if": "smoothness=very_horrible", "if": "smoothness=very_horrible",
"then": { "then": {
"en": "Specialized off-road: tractor, ATV" "en": "Usable for specialized off-road vehicles: tractor, ATV"
} }
}, },
{ {
@ -391,11 +379,7 @@
"en": "Impassable / No wheeled vehicle" "en": "Impassable / No wheeled vehicle"
} }
} }
], ]
"question": {
"en": "What is the smoothness of this street?",
"nl": "Wat is de kwaliteit van deze straat?"
}
}, },
{ {
"render": { "render": {