diff --git a/assets/layers/bike_parking/bike_parking.json b/assets/layers/bike_parking/bike_parking.json index ee3c766195..646c01d639 100644 --- a/assets/layers/bike_parking/bike_parking.json +++ b/assets/layers/bike_parking/bike_parking.json @@ -330,6 +330,13 @@ "pt_BR": "Uma área no chão que é marcada para o estacionamento de bicicletas", "pt": "Uma área no chão que é marcada para o estacionamento de bicicletas" } + }, + { + "if": "bicycle_parking=lockers", + "then": { + "en": "A locker - the bicycles are enclosed completely individually or with a few bicycles together. The locker is too small to fit a person standing..", + "nl": "Een fietskluis waar één of enkele fietsen staan en op slot kan en die te klein is om in recht te staan." + } } ], "id": "Bicycle parking type" @@ -620,6 +627,13 @@ "ca": "L'accés és principalment per a visitants d'un negoci" } }, + { + "if": "access=members", + "then": { + "en": "Access for subscribers", + "nl": "Toegang voor abonnees van de fietsparking" + } + }, { "if": "access=private", "then": { @@ -732,6 +746,41 @@ } ] }, + { + "id": "operator_website", + "question": { + "en": "What is the website number of the operator of this bicycle parking?", + "nl": "Wat is de website van de operator van deze fietsenstalling?" + }, + "icon": "./assets/layers/icons/website.svg", + "freeform": { + "key": "operator:website", + "type": "url", + "addExtraTags": [ + "website=", + "contact:website=" + ] + }, + "render": "{operator:website}", + "mappings": [ + { + "if": "website~*", + "hideInAnswer": true, + "then": { + "*": "{website}" + }, + "icon": "./assets/layers/icons/website.svg" + }, + { + "if": "contact:website~*", + "hideInAnswer": true, + "then": { + "*": "{contact:website}" + }, + "icon": "./assets/layers/icons/website.svg" + } + ] + }, { "question": { "en": "Does this bicycle parking have spots for cargo bikes?",