mapcomplete/assets/layers/railway_platforms/railway_platforms.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

111 lines
2.8 KiB
JSON
Raw Normal View History

2022-09-12 10:33:52 +02:00
{
"id": "railway_platforms",
"name": {
2022-12-20 20:42:32 +01:00
"en": "Railway Platforms",
"de": "Bahnsteige",
2023-02-23 14:39:08 +01:00
"nl": "Treinperrons",
2023-05-07 23:47:50 +02:00
"fr": "Quais de gare",
2023-10-30 13:44:27 +01:00
"ca": "Andanes ferroviàries",
"cs": "Železniční nástupiště"
2022-09-12 10:33:52 +02:00
},
"description": {
2022-12-20 20:42:32 +01:00
"en": "Find every platform in the station, and the train routes that use them.",
"de": "Finden Sie alle Bahnsteige im Bahnhof und die Zugstrecken, die sie benutzen.",
2023-02-23 14:39:08 +01:00
"nl": "Vind elk perron in het station, en de routes die ze gebruiken.",
2023-05-07 23:47:50 +02:00
"fr": "Trouvez tous les quais dans la gare, et les lignes ferroviaires qui les utilisent.",
2023-10-30 13:44:27 +01:00
"ca": "Trobeu totes les andanes de l'estació i les rutes de tren que les fan servir.",
"cs": "Najděte všechna nástupiště ve stanici a vlakové trasy, které je používají."
2022-09-12 10:33:52 +02:00
},
"source": {
"osmTags": {
"or": [
"railway=platform"
]
}
},
"minzoom": 18,
2022-09-12 10:33:52 +02:00
"title": {
"render": {
2022-12-20 20:42:32 +01:00
"en": "Platform",
"de": "Bahnsteig",
2023-02-23 14:39:08 +01:00
"nl": "Perron",
2023-05-07 23:47:50 +02:00
"fr": "Quai",
2023-10-30 13:44:27 +01:00
"ca": "Andana",
"cs": "Nástupiště"
2022-09-12 10:33:52 +02:00
},
"mappings": [
{
"if": "ref~*",
"then": {
2022-12-20 20:42:32 +01:00
"en": "Platform {ref}",
"de": "Bahnsteig {ref}",
2023-02-23 14:39:08 +01:00
"nl": "Perron {ref}",
2023-05-07 23:47:50 +02:00
"fr": "Quai {ref}",
2023-10-30 13:44:27 +01:00
"ca": "Andana {ref}",
"cs": "Nástupiště {ref}"
2022-09-12 10:33:52 +02:00
}
}
]
},
"pointRendering": [
{
"location": [
"point",
"centroid"
],
"label": {
"mappings": [
{
"if": "ref~*",
"then": "<div style='background: white; padding: 0.25em; border-radius:0.5em'>{ref}</div>"
}
]
},
"marker": [
{
"icon": "./assets/themes/stations/rail-light.svg"
}
2022-09-12 10:33:52 +02:00
]
}
],
"lineRendering": [
{
"color": "gray"
}
],
2022-09-12 10:33:52 +02:00
"tagRenderings": [
{
"id": "ref",
"question": {
2022-12-20 20:42:32 +01:00
"en": "What is the number for this platform?",
"de": "Wie lautet die Nummer dieses Bahnsteigs?",
2023-02-23 14:39:08 +01:00
"nl": "Wat is het nummer van dit perron?",
2023-05-07 23:47:50 +02:00
"fr": "Quel est le numéro de ce quai ?",
2023-10-30 13:44:27 +01:00
"ca": "Quin és el número d'aquesta andana?",
"cs": "Jaké je číslo tohoto nástupiště?"
2022-09-12 10:33:52 +02:00
},
"freeform": {
"key": "ref",
"type": "string",
"placeholder": {
2022-12-20 20:42:32 +01:00
"en": "Platform number",
"de": "Bahnsteignummer",
2023-02-23 14:39:08 +01:00
"nl": "Perronnummer",
2023-05-07 23:47:50 +02:00
"fr": "Numéro de quai",
2023-10-30 13:44:27 +01:00
"ca": "Nombre d'andana",
"cs": "Číslo nástupiště"
2022-09-12 10:33:52 +02:00
}
},
"render": {
2022-12-20 20:42:32 +01:00
"en": "Platform {ref}",
"de": "Bahnsteig {ref}",
2023-02-23 14:39:08 +01:00
"nl": "Perron {ref}",
2023-05-07 23:47:50 +02:00
"fr": "Quai {ref}",
2023-10-30 13:44:27 +01:00
"ca": "Andana {ref}",
"cs": "Nástupiště {ref}"
2022-09-12 10:33:52 +02:00
}
},
"level"
]
}