diff --git a/assets/layers/cafe_pub/cafe_pub.json b/assets/layers/cafe_pub/cafe_pub.json index e58d937bb..e882e4d3d 100644 --- a/assets/layers/cafe_pub/cafe_pub.json +++ b/assets/layers/cafe_pub/cafe_pub.json @@ -178,6 +178,7 @@ "phone", "payment-options", "wheelchair-access", + "service:electricity", "dog-access" ], "filter": [ diff --git a/assets/layers/food/food.json b/assets/layers/food/food.json index 09c9af4c3..38ed4e94e 100644 --- a/assets/layers/food/food.json +++ b/assets/layers/food/food.json @@ -588,6 +588,7 @@ ], "condition": "cuisine=friture" }, + "service:electricity", "dog-access" ], "filter": [ diff --git a/assets/tagRenderings/questions.json b/assets/tagRenderings/questions.json index 89a178c67..7ea67b6e8 100644 --- a/assets/tagRenderings/questions.json +++ b/assets/tagRenderings/questions.json @@ -361,6 +361,44 @@ "type": "opening_hours" } }, + "service:electricity":{ + "#": "service:socket describes if a pub, restaurant or café offers electricity to their customers.", + "question": { + "en": "Does this amenity have electrical outlets, available to customers when they are inside?", + "nl": "Zijn er stekkers beschikbaar voor klanten die binnen zitten?" + }, + "mappings": [ + { + "then": { + "en": "There are plenty of domestic sockets available to customers seated indoors, where they can charge their electronics", + "nl": "Er zijn binnen veel stekkers beschikbaar voor klanten die electronica wensen op te laden" + }, + "if": "service:electricity=yes" + }, + { + "then": { + "en": "There are a few domestic sockets available to customers seated indoors, where they can charge their electronics", + "nl": "Er zijn binnen enkele stekkers beschikbaar voor klanten die electronica wensen op te laden" + }, + "if": "service:electricity=limited" + }, + { + "then": { + "en": "There are no sockets available indoors to customers, but charging might be possible if the staff is asked", + "nl": "Er zijn binnen geen stekkers beschikbaar, maar electronica opladen kan indien men dit aan het personeel vraagt" + }, + "if": "service:electricity=ask" + }, + { + "then": { + "en": "There are a no domestic sockets available to customers seated indoors", + "nl": "Er zijn binnen geen stekkers beschikbaar" + }, + "if": "service:electricity=no" + } + ] + + }, "payment-options": { "question": { "en": "Which methods of payment are accepted here?",