forked from MapComplete/MapComplete
Merge develop
This commit is contained in:
commit
08ffe4b7c0
146 changed files with 4380 additions and 1435 deletions
|
|
@ -252,12 +252,14 @@
|
|||
"options": [
|
||||
{
|
||||
"question": {
|
||||
"en": "No preference towards dogs"
|
||||
"en": "No preference towards dogs",
|
||||
"de": "Keine Bevorzugung von Hunden"
|
||||
}
|
||||
},
|
||||
{
|
||||
"question": {
|
||||
"en": "Dogs allowed"
|
||||
"en": "Dogs allowed",
|
||||
"de": "Hunde erlaubt"
|
||||
},
|
||||
"osmTags": {
|
||||
"or": [
|
||||
|
|
@ -268,11 +270,40 @@
|
|||
},
|
||||
{
|
||||
"question": {
|
||||
"en": "No dogs allowed"
|
||||
"en": "No dogs allowed",
|
||||
"de": "Keine Hunde erlaubt"
|
||||
},
|
||||
"osmTags": "dog=no"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "has_internet",
|
||||
"options": [
|
||||
{
|
||||
"question": {
|
||||
"en": "Offers internet"
|
||||
},
|
||||
"osmTags": {
|
||||
"or": [
|
||||
"internet_access=wlan",
|
||||
"internet_access=yes",
|
||||
"internet_access=wired"
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "has_electricity",
|
||||
"options": [
|
||||
{
|
||||
"question": {
|
||||
"en": "Offers electricity"
|
||||
},
|
||||
"osmTags": "service:electricity=yes"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue