diff --git a/assets/themes/cycle_infra/cycle_infra.json b/assets/themes/cycle_infra/cycle_infra.json index 7ab682559..6f0430aa3 100644 --- a/assets/themes/cycle_infra/cycle_infra.json +++ b/assets/themes/cycle_infra/cycle_infra.json @@ -556,7 +556,9 @@ "nl": "Verplicht fietspad '" }, "hideInAnswer": "_country!=be", - "addExtraTags": ["segregated=yes"] + "addExtraTags": [ + "segregated=yes" + ] }, { "if": "cycleway:traffic_sign=BE:D10", @@ -565,7 +567,9 @@ "nl": "Verplicht fietspad '" }, "hideInAnswer": "_country!=be", - "addExtraTags": ["segregated=no"] + "addExtraTags": [ + "segregated=no" + ] } ] } diff --git a/langs/themes/en.json b/langs/themes/en.json index c397becd7..1c260fd20 100644 --- a/langs/themes/en.json +++ b/langs/themes/en.json @@ -736,9 +736,6 @@ "then": "There is a seperately drawn cycleway" }, "4": { - "then": "This is a cyclestreet." - }, - "5": { "then": "There is no cycleway" } }, @@ -762,6 +759,14 @@ } }, "2": { + "question": "Is this a cyclestreet?", + "mappings": { + "0": { + "then": "This is a cyclestreet." + } + } + }, + "3": { "render": "The maximum speed on this road is {maxspeed} km/h", "mappings": { "0": { @@ -782,28 +787,28 @@ }, "question": "What is the maximum speed in this street?" }, - "3": { + "4": { "render": "This cyleway is made of {cycleway:surface}", "mappings": { "0": { - "then": "This street is made of wood" + "then": "This cycleway is made of wood" }, "1": { - "then": "This street is made of concrete" + "then": "This cycleway is made of concrete" }, "2": { - "then": "This street is made of cobblestone" + "then": "This cycleway is made of cobblestone" }, "3": { - "then": "This street is made of asphalt" + "then": "This cycleway is made of asphalt" }, "4": { - "then": "This street is paved" + "then": "This cycleway is paved" } }, - "question": "What is the cycleway:surface of the street made from?" + "question": "What is the surface of the cycleway made from?" }, - "4": { + "5": { "question": "What is the smoothness of this cycleway?", "mappings": { "0": { @@ -832,7 +837,7 @@ } } }, - "5": { + "6": { "render": "This road is made of {surface}", "mappings": { "0": { @@ -853,7 +858,7 @@ }, "question": "What is the surface of the street made from?" }, - "6": { + "7": { "question": "What is the smoothness of this street?", "mappings": { "0": { @@ -882,9 +887,23 @@ } } }, - "7": { + "8": { "render": "The carriage width of this road is {width:carriageway}m", "question": "What is the carriage width of this road (in meters)?" + }, + "9": { + "question": "What traffic sign does this cycleway have?", + "mappings": { + "0": { + "then": "Compulsory cycleway " + }, + "1": { + "then": "Compulsory cycleway '" + }, + "2": { + "then": "Compulsory cycleway '" + } + } } } }, diff --git a/langs/themes/nl.json b/langs/themes/nl.json index eee69b7fd..f6b0d5956 100644 --- a/langs/themes/nl.json +++ b/langs/themes/nl.json @@ -592,9 +592,6 @@ "then": "Er is een apart getekend fietspad." }, "4": { - "then": "Dit is een fietsstraat." - }, - "5": { "then": "Er is geen fietspad" } }, @@ -618,6 +615,14 @@ } }, "2": { + "question": "Is dit een fietsstraat?", + "mappings": { + "0": { + "then": "Dit is een fietstraat" + } + } + }, + "3": { "render": "De maximumsnelheid op deze weg is {maxspeed} km/u", "mappings": { "0": { @@ -638,35 +643,35 @@ }, "question": "Wat is de maximumsnelheid in deze straat?" }, - "3": { + "4": { "render": "Dit fietspad is gemaakt van {cycleway:surface}", "mappings": { "0": { - "then": "Deze weg is gemaakt van hout" + "then": "Dit fietspad is gemaakt van hout" }, "1": { - "then": "Deze straat is gemaakt van beton" + "then": "Dit fietspad is gemaakt van beton" }, "2": { - "then": "Deze straat is gemaakt van kasseien" + "then": "Dit fietspad is gemaakt van kasseien" }, "3": { - "then": "Deze straat is gemaakt van asfalt" + "then": "Dit fietspad is gemaakt van asfalt" }, "4": { - "then": "Deze straat is geplaveid" + "then": "Dit fietspad is geplaveid" } }, - "question": "Waaruit is het oppervlak van de straat gemaakt?" - }, - "4": { - "question": "Wat is de kwaliteit van dit fietspad?" + "question": "Waaruit is het oppervlak van het fietspad van gemaakt?" }, "5": { + "question": "Wat is de kwaliteit van dit fietspad?" + }, + "6": { "render": "Deze weg is gemaakt van {surface}", "mappings": { "0": { - "then": "Deze weg is gemaakt van hout" + "then": "Deze straat is gemaakt van hout" }, "1": { "then": "Deze straat is gemaakt van beton" @@ -683,12 +688,26 @@ }, "question": "Waaruit is het oppervlak van de straat gemaakt?" }, - "6": { + "7": { "question": "Wat is de kwaliteit van deze straat?" }, - "7": { + "8": { "render": "De breedte van deze rijbaan in deze straat is {width:carriageway}m", "question": "Hoe breed is de rijbaan in deze straat (in meters)?" + }, + "9": { + "question": "Welk verkeersbord heeft dit fietspad?", + "mappings": { + "0": { + "then": "Verplicht fietspad " + }, + "1": { + "then": "Verplicht fietspad '" + }, + "2": { + "then": "Verplicht fietspad '" + } + } } } },