Themes(mobility_hub): Add question about physical marker

This commit is contained in:
Robin van der Linde 2025-04-16 16:24:26 +02:00
parent 2ae93108aa
commit f59cf1430a
Signed by untrusted user: Robin-van-der-Linde
GPG key ID: 53956B3252478F0D

View file

@ -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.",