diff --git a/assets/themes/cycle_infra/cycle_infra.json b/assets/themes/cycle_infra/cycle_infra.json index 6f0430aa3..c74a35338 100644 --- a/assets/themes/cycle_infra/cycle_infra.json +++ b/assets/themes/cycle_infra/cycle_infra.json @@ -572,6 +572,23 @@ ] } ] + }, + { + "render": { + "en": "The buffer besides this cycleway is {cycleway:buffer} m", + "nl": "De schrikafstand van dit fietspad is {cycleway:buffer} m" + }, + "question": { + "en": "How wide is the gap between the cycleway and the road?", + "nl": "Hoe breed is de ruimte tussen het fietspad en de weg?" + }, + "condition": { + "or": ["cycleway=track", "cycleway=lane", "highway=cycleway", "highway=path"] + }, + "freeform": { + "key": "cycleway:buffer", + "type": "pfloat" + } } ], "hideUnderlayingFeaturesMinPercentage": 0,