MapComplete/assets/layers/guidepost/guidepost.json

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

234 lines
7.6 KiB
JSON
Raw Normal View History

2023-10-07 02:59:17 +02:00
{
"id": "guidepost",
2023-10-07 02:59:17 +02:00
"name": {
2023-10-30 13:44:27 +01:00
"en": "Guideposts",
"cs": "Rozcestníky",
2024-11-05 14:14:53 +01:00
"de": "Wegweiser",
2025-02-12 01:38:48 +01:00
"es": "Postes indicadores",
2025-03-06 16:21:55 +01:00
"ca": "Punts guia"
2023-10-07 02:59:17 +02:00
},
"description": {
2023-10-30 13:44:27 +01:00
"en": "Guideposts (also known as fingerposts or finger posts) are often found along official hiking/cycling/riding/skiing routes to indicate the directions to different destinations",
"cs": "Podél oficiálních turistických/cyklistických/jezdeckých/lyžařských tras se často nacházejí rozcestníky (také známé jako ukazatel směru nebo značky), které ukazují směry k různým cílům",
2024-11-05 14:14:53 +01:00
"de": "Wegweiser (auch als Wegzeiger oder Fingerschilder bekannt) sind entlang offizieller Wander-, Radfahr-, Reit- oder Skirouten oft zu finden, um die Richtungen zu verschiedenen Zielen anzuzeigen",
2025-02-12 01:38:48 +01:00
"es": "Los postes indicadores (también conocidos como señales o hitos) a menudo se encuentran a lo largo de rutas oficiales de senderismo/ciclismo/equitación/esquí para indicar las direcciones a diferentes destinos",
2025-03-06 16:21:55 +01:00
"ca": "Els pals guia (també coneguts com a pals de dits o pals de dits) es troben sovint al llarg de rutes oficials de senderisme/ciclisme/riding/esquí per indicar les direccions a diferents destinacions"
2023-10-07 02:59:17 +02:00
},
"source": {
"osmTags": "information=guidepost"
},
"minzoom": 14,
"title": {
"en": "Guideposts",
"cs": "Rozcestník",
2024-11-05 14:14:53 +01:00
"de": "Wegweiser",
2025-02-12 01:38:48 +01:00
"es": "Postes indicadores",
2025-03-06 16:21:55 +01:00
"ca": "Punts guia"
},
"pointRendering": [
{
"location": [
"centroid",
"point"
],
"marker": [
{
"icon": "./assets/layers/guidepost/guidepost.svg"
}
],
"anchor": "bottom"
}
],
2023-10-07 02:59:17 +02:00
"presets": [
{
"title": {
2023-10-30 13:44:27 +01:00
"en": "a guidepost",
"cs": "rozcestník",
2024-11-05 14:14:53 +01:00
"de": "ein Wegweiser",
2025-02-12 01:38:48 +01:00
"es": "un poste indicador",
"ca": "un pal guia"
2023-10-07 02:59:17 +02:00
},
"tags": [
"information=guidepost",
"tourism=information"
],
"description": {
2023-10-30 13:44:27 +01:00
"en": "A guidepost (also known as fingerpost) is often found along official hiking/cycling/riding/skiing routes to indicate the directions to different destinations",
"cs": "Rozcestník (také známý jako ukazatel směru) se často nachází podél oficiálních turistických / cyklistických / jezdeckých / lyžařských tras, které ukazují směry k různým destinacím",
2024-11-05 14:14:53 +01:00
"de": "Ein Wegweiser (auch bekannt als Fingerschild) wird oft entlang offizieller Wander-, Radfahr-, Reit- oder Skirouten gefunden, um die Richtungen zu verschiedenen Zielen anzuzeigen",
2025-02-12 01:38:48 +01:00
"es": "Un poste indicador (también conocido como señal) a menudo se encuentra a lo largo de rutas oficiales de senderismo/ciclismo/equitación/esquí para indicar las direcciones a diferentes destinos",
2025-03-06 16:21:55 +01:00
"ca": "Un lloc guia (també conegut com a fingerpost) es troba sovint al llarg de rutes oficials de senderisme/ciclisme/riding/esquí per indicar les direccions a diferents destinacions"
2023-10-07 02:59:17 +02:00
},
"exampleImages": [
"./assets/layers/guidepost/guidepost_example.jpg"
]
}
],
"tagRenderings": [
"images",
{
"id": "type",
"question": {
2023-11-23 15:47:16 +01:00
"en": "What kind of routes are shown on this guidepost?",
2024-05-16 10:27:04 +02:00
"de": "Welche Arten von Routen werden auf diesem Wegweiser angezeigt?",
2024-11-05 14:14:53 +01:00
"fr": "Quel type d'itinéraire indique ce panneau?",
2025-02-12 01:38:48 +01:00
"es": "¿Qué tipo de rutas se muestran en este poste indicador?",
2025-03-06 16:21:55 +01:00
"ca": "Quin tipus de rutes es mostren en aquesta guia?"
},
"multiAnswer": true,
"mappings": [
{
"if": "bicycle=yes",
"ifnot": "bicycle=",
"then": {
2023-11-23 15:47:16 +01:00
"en": "This guidepost shows bicycle routes",
"de": "Dieser Wegweiser zeigt Fahrradwege",
2024-11-05 14:14:53 +01:00
"fr": "Un itinéraire vélo",
2025-02-12 01:38:48 +01:00
"es": "Este poste indicador muestra rutas de bicicleta",
2025-03-06 16:21:55 +01:00
"ca": "Aquest document guia mostra les rutes en bicicleta"
}
},
{
"if": "hiking=yes",
"ifnot": "hiking=",
"then": {
2023-11-23 15:47:16 +01:00
"en": "This guidepost shows hiking routes",
2024-05-16 10:27:04 +02:00
"de": "Dieser Wegweiser zeigt Wanderwege",
2024-11-05 14:14:53 +01:00
"fr": "un itinéraire de randonnée",
2025-02-12 01:38:48 +01:00
"es": "Este poste indicador muestra rutas de senderismo",
2025-03-06 16:21:55 +01:00
"ca": "Aquest document guia mostra les rutes de senderisme"
}
},
{
"if": "mtb=yes",
"ifnot": "mtb=",
"then": {
2023-11-23 15:47:16 +01:00
"en": "This guidepost shows mountain bike routes",
2024-05-16 10:27:04 +02:00
"de": "Dieser Wegweiser zeigt Mountainbike-Routen",
2024-11-05 14:14:53 +01:00
"fr": "un itinéraire de vtt",
2025-02-12 01:38:48 +01:00
"es": "Este poste indicador muestra rutas de bicicleta de montaña",
2025-03-06 16:21:55 +01:00
"ca": "Aquest document guia mostra les rutes en bicicleta de muntanya"
}
},
{
"if": "horse=yes",
"ifnot": "horse=",
"then": {
2023-11-23 15:47:16 +01:00
"en": "This guidepost shows horse riding routes",
2024-05-16 10:27:04 +02:00
"de": "Dieser Wegweiser zeigt Reitwege",
2024-11-05 14:14:53 +01:00
"fr": "un itinéraire équestre",
2025-02-12 01:38:48 +01:00
"es": "Este poste indicador muestra rutas a caballo",
2025-03-06 16:21:55 +01:00
"ca": "Aquest document guia mostra les rutes d'equitació"
}
},
{
"if": "ski=yes",
"ifnot": "ski=",
"then": {
2023-11-23 15:47:16 +01:00
"en": "This guidepost shows ski routes",
2024-05-16 10:27:04 +02:00
"de": "Dieser Wegweiser zeigt Skirouten",
2024-11-05 14:14:53 +01:00
"fr": "un itinéraire de pistes de ski",
2025-02-12 01:38:48 +01:00
"es": "Este poste indicador muestra rutas de esquí",
2025-03-06 16:21:55 +01:00
"ca": "Aquest document guia mostra les rutes d'esquí"
}
}
]
},
{
"id": "name",
"question": {
"en": "What is the name noted on this guidepost?"
},
"freeform": {
"key": "name",
"type": "string",
"placeholder": {
"en": "Name on the guidepost"
},
"addExtraTags": [
"noname="
]
},
"render": {
"en": "Name noted on the guidepost: {name}"
},
"mappings": [
{
"if": "noname=yes",
"then": {
"en": "There is no name noted on this guidepost"
2025-03-18 02:25:23 +01:00
},
"addExtraTags": [
"name="
]
}
]
},
{
"id": "ref",
"question": {
"en": "What is the reference number of this guidepost?"
},
"freeform": {
"key": "ref",
"type": "string",
"placeholder": {
"en": "Reference number of the guidepost"
},
"addExtraTags": [
"noref="
]
},
"render": {
"en": "Reference number of the guidepost: {ref}"
},
"mappings": [
{
"if": "noref=yes",
"then": {
"en": "There is no reference number noted on this guidepost"
},
"addExtraTags": [
"ref="
]
}
]
},
{
"id": "ele",
"question": {
"en": "What is the elevation noted on this guidepost?"
},
"freeform": {
"key": "ele",
"type": "float",
"placeholder": {
"en": "Elevation on the guidepost (in meters)"
},
"addExtraTags": [
"noele="
]
},
"render": {
"en": "Elevation noted on the guidepost: {ele} m"
},
"mappings": [
{
"if": "noele=yes",
"then": {
"en": "There is no elevation noted on this guidepost"
},
"addExtraTags": [
"ele="
]
}
]
}
],
"deletion": true,
"allowMove": {
"enableImproveAccuracy": true,
"enableRelocation": false
}
2025-03-18 02:25:23 +01:00
}