forked from MapComplete/MapComplete
Themes(mobility_hub): Add question about physical marker
This commit is contained in:
parent
2ae93108aa
commit
f59cf1430a
1 changed files with 20 additions and 3 deletions
|
@ -138,6 +138,10 @@
|
|||
"website",
|
||||
{
|
||||
"id": "physical_marker",
|
||||
"question": {
|
||||
"en": "What kind of physical marker is used to mark this mobility hub?",
|
||||
"nl": "Wat voor fysieke markering is er voor deze mobiliteitshub?"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
"if": {
|
||||
|
@ -147,8 +151,8 @@
|
|||
]
|
||||
},
|
||||
"then": {
|
||||
"en": "This mobility hub is marked by a sign",
|
||||
"nl": "Deze mobiliteitshub is gemarkeerd door een bord"
|
||||
"en": "This mobility hub is marked by a board, containing information about the hub",
|
||||
"nl": "Deze mobiliteitshub is gemarkeerd door een bord, met informatie over de hub"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -162,6 +166,18 @@
|
|||
"en": "This mobility hub is marked by a sign with an electronic display",
|
||||
"nl": "Deze mobiliteitshub is gemarkeerd door een bord met een elektronisch display"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": {
|
||||
"and": [
|
||||
"tourism=information",
|
||||
"information=sign"
|
||||
]
|
||||
},
|
||||
"then": {
|
||||
"en": "This mobility hub is marked by a simple sign showing only basic information like the logo or name",
|
||||
"nl": "Deze mobiliteitshub is gemarkeerd door een eenvoudig bord met alleen simpele informatie zoals het logo of de naam"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -219,7 +235,8 @@
|
|||
"nl": "een mobiliteitshub"
|
||||
},
|
||||
"tags": [
|
||||
"amenity=mobility_hub"
|
||||
"amenity=mobility_hub",
|
||||
"tourism=information"
|
||||
],
|
||||
"description": {
|
||||
"en": "A mobility hub which is marked by a physical sign, usually with a logo.",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue