forked from MapComplete/MapComplete
Add service:electricity to pubs and food-amenities
This commit is contained in:
parent
f106e6d38b
commit
c7386007bc
3 changed files with 40 additions and 0 deletions
|
@ -178,6 +178,7 @@
|
|||
"phone",
|
||||
"payment-options",
|
||||
"wheelchair-access",
|
||||
"service:electricity",
|
||||
"dog-access"
|
||||
],
|
||||
"filter": [
|
||||
|
|
|
@ -588,6 +588,7 @@
|
|||
],
|
||||
"condition": "cuisine=friture"
|
||||
},
|
||||
"service:electricity",
|
||||
"dog-access"
|
||||
],
|
||||
"filter": [
|
||||
|
|
|
@ -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?",
|
||||
|
|
Loading…
Reference in a new issue