From 7d02ed0af677cf95b6c79dbf7f8fd13e8a1d3420 Mon Sep 17 00:00:00 2001 From: pietervdvn Date: Thu, 10 Mar 2022 23:41:16 +0100 Subject: [PATCH] Add 'access=key' as option --- assets/layers/charging_station/charging_station.json | 7 +++++++ assets/layers/charging_station/charging_station.protojson | 7 +++++++ langs/layers/en.json | 3 +++ langs/layers/nl.json | 3 +++ 4 files changed, 20 insertions(+) diff --git a/assets/layers/charging_station/charging_station.json b/assets/layers/charging_station/charging_station.json index 3bc8bf7047..6c05fa04ba 100644 --- a/assets/layers/charging_station/charging_station.json +++ b/assets/layers/charging_station/charging_station.json @@ -171,6 +171,13 @@ "nl": "Enkel klanten van de bijhorende plaats mogen dit oplaadpunt gebruiken
Bv. op de parking van een hotel en enkel toegankelijk voor klanten van dit hotel" } }, + { + "if": "access=key", + "then": { + "en": "A key must be requested to access this charging station
E.g. a charging station operated by hotel which is only usable by their guests, which receive a key from the reception to unlock the charging station", + "nl": "Een sleutel is nodig om dit oplaadpunt te gebruiken
Bv. voor klanten van een hotel of een bar, die de sleutel aan de receptie kunnen krijgen" + } + }, { "if": "access=private", "then": { diff --git a/assets/layers/charging_station/charging_station.protojson b/assets/layers/charging_station/charging_station.protojson index 35a2fc40af..7c6d492ecd 100644 --- a/assets/layers/charging_station/charging_station.protojson +++ b/assets/layers/charging_station/charging_station.protojson @@ -162,6 +162,13 @@ "nl": "Enkel klanten van de bijhorende plaats mogen dit oplaadpunt gebruiken
Bv. op de parking van een hotel en enkel toegankelijk voor klanten van dit hotel" } }, + { + "if": "access=key", + "then": { + "en": "A key must be requested to access this charging station
E.g. a charging station operated by hotel which is only usable by their guests, which receive a key from the reception to unlock the charging station", + "nl": "Een sleutel is nodig om dit oplaadpunt te gebruiken
Bv. voor klanten van een hotel of een bar, die de sleutel aan de receptie kunnen krijgen" + } + }, { "if": "access=private", "then": { diff --git a/langs/layers/en.json b/langs/layers/en.json index c8c77fd702..734e44cbdc 100644 --- a/langs/layers/en.json +++ b/langs/layers/en.json @@ -1584,6 +1584,9 @@ "then": "Only customers of the place this station belongs to can use this charging station
E.g. a charging station operated by hotel which is only usable by their guests" }, "3": { + "then": "A key must be requested to access this charging station
E.g. a charging station operated by hotel which is only usable by their guests, which receive a key from the reception to unlock the charging station" + }, + "4": { "then": "Not accessible to the general public (e.g. only accessible to the owners, employees, ...)" } }, diff --git a/langs/layers/nl.json b/langs/layers/nl.json index b13733fc49..f31a6bb238 100644 --- a/langs/layers/nl.json +++ b/langs/layers/nl.json @@ -1593,6 +1593,9 @@ "then": "Enkel klanten van de bijhorende plaats mogen dit oplaadpunt gebruiken
Bv. op de parking van een hotel en enkel toegankelijk voor klanten van dit hotel" }, "3": { + "then": "Een sleutel is nodig om dit oplaadpunt te gebruiken
Bv. voor klanten van een hotel of een bar, die de sleutel aan de receptie kunnen krijgen" + }, + "4": { "then": "Niet toegankelijk voor het publiek
Bv. enkel toegankelijk voor de eigenaar, medewerkers ,... " } },