diff --git a/assets/layers/bike_cleaning/bike_cleaning.json b/assets/layers/bike_cleaning/bike_cleaning.json index 2c0cba8fd..4b459795a 100644 --- a/assets/layers/bike_cleaning/bike_cleaning.json +++ b/assets/layers/bike_cleaning/bike_cleaning.json @@ -131,6 +131,7 @@ ], "tagRenderings": [ "images", + "opening_hours_24_7", { "question": { "en": "How much does it cost to use the cleaning service?", @@ -283,6 +284,24 @@ ], "id": "bike_cleaning-charge" }, + { + "builtin": "payment-options-split", + "override": { + "condition": "fee=yes" + } + }, + { + "builtin": "denominations-coins", + "override": { + "condition": "payment:coins=yes" + } + }, + { + "builtin": "denominations-notes", + "override": { + "condition": "payment:notes=yes" + } + }, { "question": { "en": "Is this bicycle cleaning service automated?", @@ -297,8 +316,8 @@ { "if": "automated=no", "then": { - "en": "This is a manual bike washing station", - "nl": "Dit is een handmatig fietsschoonmaakpunt", + "en": "This is a manual bike washing station - a person still has to point the water hose towards the bicycle", + "nl": "Dit is een handmatig fietsschoonmaakpunt - een persoon moet zelf de waterspuit richten naar de fiets", "de": "Dies ist eine manuelle Fahrradwaschanlage", "cs": "Jedná se o ruční mycí stanici kol", "es": "Esta es una estación manual de lavado de bicicletas", @@ -309,8 +328,8 @@ { "if": "automated=yes", "then": { - "en": "This is an automated bike wash", - "nl": "Dit is een automatisch fietsschoonmaakpunt", + "en": "This is an automated bike wash. Your bicycle is placed in the device and everything happens automatically.", + "nl": "Dit is een automatisch fietsschoonmaakpunt - eens je fiets erin geplaats, wordt alles volledig automatisch proper gemaakt", "de": "Dies ist eine automatische Fahrradwaschanlage", "cs": "Jedná se o mytí kol bez obsluhy", "es": "Esta es una estación automática de lavado de bicicletas", diff --git a/langs/layers/en.json b/langs/layers/en.json index 7503f57a2..5001c4179 100644 --- a/langs/layers/en.json +++ b/langs/layers/en.json @@ -1568,10 +1568,10 @@ "automated": { "mappings": { "0": { - "then": "This is a manual bike washing station" + "then": "This is a manual bike washing station - a person still has to point the water hose towards the bicycle" }, "1": { - "then": "This is an automated bike wash" + "then": "This is an automated bike wash. Your bicycle is placed in the device and everything happens automatically." } }, "question": "Is this bicycle cleaning service automated?" @@ -1659,6 +1659,9 @@ "10": { "then": "A lean-to bracket with possibility to use a lock through eyelet. The seat tube can be held by the stand by an anchor" }, + "11": { + "then": "An anchor - a metal loop wide enough for a bike lock attached to a wall, the floor or a boulder." + }, "2": { "then": "Wheelbenders / rack" }, @@ -7423,10 +7426,21 @@ "description": "Shows the allowed speed for every road", "name": "Maxspeed", "tagRenderings": { + "maxspeed-backward": { + "question": "What is the maximum allowed speed when travelling {direction_absolute(,180)}?", + "render": "The maximum allowed speed when travelling {direction_absolute(,180)} on this road is {canonical(maxspeed:backward)}" + }, + "maxspeed-forward": { + "question": "What is the maximum allowed speed when travelling {direction_absolute()}?", + "render": "The maximum allowed speed when travelling {direction_absolute()} on this road is {canonical(maxspeed:forward)}" + }, "maxspeed-maxspeed": { "mappings": { "0": { "then": "This is a living street, which has a maxspeed of 20km/h" + }, + "1": { + "then": "The maximum allowed speed on this road depends on the direction a vehicle goes" } }, "question": "What is the legal maximum speed one is allowed to drive on this road?", diff --git a/langs/layers/nl.json b/langs/layers/nl.json index 0bb510456..e2b1d2914 100644 --- a/langs/layers/nl.json +++ b/langs/layers/nl.json @@ -1520,10 +1520,10 @@ "automated": { "mappings": { "0": { - "then": "Dit is een handmatig fietsschoonmaakpunt" + "then": "Dit is een handmatig fietsschoonmaakpunt - een persoon moet zelf de waterspuit richten naar de fiets" }, "1": { - "then": "Dit is een automatisch fietsschoonmaakpunt" + "then": "Dit is een automatisch fietsschoonmaakpunt - eens je fiets erin geplaats, wordt alles volledig automatisch proper gemaakt" } }, "question": "Is dit fietsschoonmaakpunt geautomatiseerd?" @@ -1611,6 +1611,9 @@ "10": { "then": "Een aanleunbeugel met klem waarbij je de zadelbuis in een anker kan vastklikken. Er is meestal een oog om een slot door te steken" }, + "11": { + "then": "Een anker - een metalen lus waar een fietsslot door kan en vastgemaakt aan de muur of vloer" + }, "2": { "then": "Wielrek/lussen" },