Themes(mobility_hub): Add examples and show sign type

This commit is contained in:
Robin van der Linde 2025-04-10 21:48:23 +02:00
parent d10af0eee5
commit b5a365d3c3
Signed by untrusted user: Robin-van-der-Linde
GPG key ID: 53956B3252478F0D
8 changed files with 75 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

View file

@ -0,0 +1,2 @@
SPDX-FileCopyrightText: Michael Glotz-Richter, Referatsleitung nachhaltige Mobilität, Senator für Umwelt, Bau und Verkehr Bremen
SPDX-License-Identifier: CC-BY-SA-3.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 304 KiB

View file

@ -0,0 +1,2 @@
SPDX-FileCopyrightText: SPQRobin
SPDX-License-Identifier: CC-BY-SA-4.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 167 KiB

View file

@ -0,0 +1,2 @@
SPDX-FileCopyrightText: Robin van der Linde
SPDX-License-Identifier: CC0-1.0

View file

@ -1,4 +1,32 @@
[
{
"path": "Mobil.punkt.jpg",
"license": "CC-BY-SA-3.0",
"authors": [
"Michael Glotz-Richter, Referatsleitung nachhaltige Mobilität, Senator für Umwelt, Bau und Verkehr Bremen"
],
"sources": [
"https://commons.wikimedia.org/wiki/File:Mobil.punkt_in_Bremen.jpg"
]
},
{
"path": "hoppin.jpg",
"license": "CC-BY-SA-4.0",
"authors": [
"SPQRobin"
],
"sources": [
"https://commons.wikimedia.org/wiki/File:Hoppinzuil_station_Kapelle-op-den-Bos.jpg"
]
},
{
"path": "hub-gd-sign.jpg",
"license": "CC0-1.0",
"authors": [
"Robin van der Linde"
],
"sources": []
},
{
"path": "hub-gd.svg",
"license": "ALL-RIGHTS-RESERVED",

View file

@ -135,7 +135,36 @@
}
]
},
"website"
"website",
{
"id": "physical_marker",
"mappings": [
{
"if": {
"and": [
"tourism=information",
"information=board"
]
},
"then": {
"en": "This mobility hub is marked by a sign",
"nl": "Deze mobiliteitshub is gemarkeerd door een bord"
}
},
{
"if": {
"and": [
"tourism=information",
"information=terminal"
]
},
"then": {
"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"
}
}
]
}
],
"lineRendering": [
{
@ -165,8 +194,8 @@
"osmTags": "amenity=mobility_hub"
},
"description": {
"en": "Mobility hubs are places where different kinds of transit meet, making it easy to switch between them",
"nl": "Mobiliteitshubs zijn plaatsen waar verschillende soorten vervoer bij elkaar komen, waardoor het makkelijk is om te wisselen van vervoer"
"en": "Mobility hubs are places where different kinds of transit meet, making it easy to switch between them. These places are usually part of a larger network or system.",
"nl": "Mobiliteitshubs zijn plaatsen waar verschillende soorten vervoer bij elkaar komen, waardoor het makkelijk is om te wisselen van vervoer. Deze plaatsen maken meestal deel uit van een groter netwerk of systeem."
},
"title": {
"render": {
@ -191,6 +220,15 @@
},
"tags": [
"amenity=mobility_hub"
],
"description": {
"en": "A mobility hub which is marked by a physical sign, usually with a logo.",
"nl": "Een mobiliteitshub die gemarkeerd is door een fysiek bord, meestal met een logo."
},
"exampleImages": [
"./assets/layers/mobility_hub/hub-gd-sign.jpg",
"./assets/layers/mobility_hub/hoppin.jpg",
"./assets/layers/mobility_hub/Mobil.punkt.jpg"
]
}
],