From 247380ca332e075c47bf8a726dba418dd6813a38 Mon Sep 17 00:00:00 2001 From: pgm-chardelv1 Date: Wed, 7 Jul 2021 15:54:26 +0200 Subject: [PATCH] Generate question for carriagewidth | Needs to be moved --- assets/themes/cycle_infra/cycle_infra.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/assets/themes/cycle_infra/cycle_infra.json b/assets/themes/cycle_infra/cycle_infra.json index 8c2b58b972..1e5ca91e0f 100644 --- a/assets/themes/cycle_infra/cycle_infra.json +++ b/assets/themes/cycle_infra/cycle_infra.json @@ -338,6 +338,20 @@ "en": "What is the surface of the street made from?", "nl": "Waaruit is het oppervlak van de straat gemaakt?" } + }, + { + "render": { + "en": "The carriage width of this road is {width:carriageway}m", + "nl": "De breedte van deze rijbaan in deze straat is {width:carriageway}m" + }, + "freeform": { + "key": "width:carriageway", + "addExtraTags": [] + }, + "question": { + "en": "What is the carriage width of this road (in meters)?", + "nl": "Hoe breed is de rijbaan in deze straat (in meters)?" + } } ] }