mapcomplete/assets/layers/climbing_route/climbing_route.json

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

287 lines
11 KiB
JSON
Raw Normal View History

{
"id": "climbing_route",
"name": {
"en": "Climbing routes",
"de": "Kletterrouten",
"nl": "Klimroute",
"ja": "登坂ルート",
"nb_NO": "Klatreruter",
"fr": "Voies descalade",
2023-09-28 16:56:25 +02:00
"it": "Vie di arrampicata",
2023-10-16 13:49:20 +02:00
"ca": "Rutes d'escalada",
"cs": "Lezecké trasy"
},
2022-04-23 15:20:54 +02:00
"description": {
2022-05-14 20:14:08 +02:00
"en": "A single climbing route and its properties. Some properties are derived from the containing features",
2023-01-06 04:18:29 +01:00
"de": "Eine einzelne Kletterroute und ihre Eigenschaften. Einige Eigenschaften werden von übergeordneten Objekten abgeleitet",
2023-01-06 04:33:45 +01:00
"nl": "Een klimroute en de eigenschappen van deze klimroute. Sommige eigenschappen worden afgeleid van omliggende kaart-objecten",
2023-10-30 13:44:27 +01:00
"fr": "Une seule voie d'escalade et ses propriétés. Certaines propriétés sont dérivées des objets qui les contiennent",
"cs": "Jedna lezecká cesta a její vlastnosti. Některé vlastnosti jsou odvozeny z obsahujících prvků"
2022-04-23 15:20:54 +02:00
},
"source": {
"osmTags": {
"and": [
"climbing=route"
]
}
},
"minzoom": 18,
"title": {
"render": {
"de": "Kleterroute",
"en": "Climbing route",
"nl": "Klimroute",
"ja": "登坂ルート",
"nb_NO": "Klatrerute",
"it": "Via di arrampicata",
2022-04-28 00:35:08 +02:00
"fr": "Voie descalade",
2023-09-28 16:56:25 +02:00
"da": "Klatrerute",
2023-10-16 13:49:20 +02:00
"ca": "Ruta d'escalada",
"cs": "Lezecká trasa"
},
"mappings": [
{
"if": "name~*",
"then": {
"de": "Kleterroute <strong>{name}</strong>",
"en": "Climbing route <strong>{name}</strong>",
"nl": "Klimroute <strong>{name}</strong>",
"ja": "登坂ルート<strong>{name}</strong>",
"it": "Via di arrampicata <strong>{name}</strong>",
2022-04-28 00:35:08 +02:00
"fr": "Voie descalade <strong>{name}</strong>",
2023-09-28 16:56:25 +02:00
"da": "Klatrerute <strong>{name}</strong>",
2023-10-16 13:49:20 +02:00
"ca": "Ruta d'escalada <strong>{name}</strong>",
"cs": "Lezecká trasa <strong>{name}</strong>"
}
}
]
},
"pointRendering": [
{
"iconSize": "28,28",
"location": [
"point",
"centroid"
],
"label": {
"mappings": [
{
"if": {
"and": [
"climbing:grade:french~*",
"name~*"
]
},
"then": "<div class='w-max p-1 rounded-xl' style='background: white;'>{name} <span class='climbing-{__difficulty:char}'>{climbing:grade:french}</span></div>"
},
{
"if": "name~*",
"then": "<div class='w-max p-1 rounded-xl' style='background: white;'>{name}</div>"
}
]
},
"anchor": "center",
"marker": [
{
"icon": "circle",
"color": "white"
},
{
"icon": "./assets/themes/climbing/climbing_route.svg"
}
]
}
],
"lineRendering": [
{
"color": "#0f0",
"width": "4"
}
],
"presets": [
{
"title": {
"en": "a climbing route",
"nl": "een klimroute",
"fr": "une voie descalade",
"de": "eine Kletterroute",
"it": "una via di arrampicata",
"ca": "una ruta d'escalada",
"cs": "lezecká trasa"
},
"snapToLayer": [
"climbing_opportunity"
],
"tags": [
"sport=climbing",
"climbing=route"
]
}
],
"tagRenderings": [
"images",
{
"render": {
"en": "<strong>{name}</strong>",
"nl": "<strong>{name}</strong>",
"de": "<strong>{name}</strong>",
"ca": "<strong>{name}</strong>",
"fr": "<strong>{name}</strong>",
"id": "<strong>{name}</strong>",
"ru": "<strong>{name}</strong>",
"ja": "<strong>{name}</strong>",
"it": "<strong>{name}</strong>",
2022-04-28 00:35:08 +02:00
"nb_NO": "<strong>{name}</strong>",
2023-10-16 13:49:20 +02:00
"da": "<strong>{name}</strong>",
"cs": "<strong>{name}</strong>"
},
"question": {
"en": "What is the name of this climbing route?",
"de": "Wie heißt diese Kletterroute?",
"nl": "Hoe heet deze klimroute?",
"ja": "この登坂ルートの名前は何ですか?",
"it": "Come si chiama questa via di arrampicata?",
"fr": "Quel est le nom de cette voie descalade ?",
2022-04-28 00:35:08 +02:00
"nb_NO": "Hva er navnet på denne klatreruten?",
2023-09-28 16:56:25 +02:00
"da": "Hvad hedder denne klatrerute?",
2023-10-16 13:49:20 +02:00
"ca": "Quin és el nom d'aquesta ruta d'escalada?",
"cs": "Jak se jmenuje tato lezecká cesta?"
},
"freeform": {
"key": "name"
},
"mappings": [
{
"if": {
"and": [
"noname=yes",
"name="
]
},
"then": {
"en": "This climbing route doesn't have a name",
"de": "Diese Kletterroute hat keinen Namen",
"nl": "Deze klimroute heeft geen naam",
"ja": "この登坂ルートには名前がありません",
"it": "Questa via di arrampicata non ha un nome",
"fr": "Cette voie na pas de nom",
2022-04-28 00:35:08 +02:00
"nb_NO": "Denne klatreruten har ikke noe navn",
2023-10-16 13:49:20 +02:00
"da": "Denne klatrerute har ikke et navn",
"cs": "Tato lezecká trasa nemá jméno"
}
}
],
"id": "Name"
},
{
"question": {
"en": "How long is this climbing route (in meters)?",
"nl": "Hoe lang is deze klimroute (in meters)?",
"it": "Quanto è lunga questa via di arrampicata (in metri)?",
"fr": "Quelle est la longueur de cette voie (en mètres) ?",
"de": "Wie lang ist diese Kletterroute (in Metern)?",
2022-04-28 00:35:08 +02:00
"nb_NO": "Hvor mange meter er klatreruten?",
2023-09-28 16:56:25 +02:00
"da": "Hvor lang er denne klatrerute (i meter)?",
2023-10-16 13:49:20 +02:00
"ca": "Quant dura aquesta via d'escalada (en metres)?",
"cs": "Jak dlouhá je tato lezecká trasa (v metrech)?"
},
"render": {
"de": "Diese Route ist {canonical(climbing:length)} lang",
"en": "This route is {canonical(climbing:length)} long",
"nl": "Deze klimroute is {canonical(climbing:length)} lang",
"ja": "このルート長は、 {canonical(climbing:length)} メーターです",
"nb_NO": "Denne ruten er {canonical(climbing:length)} lang",
"it": "Questo percorso è lungo {canonical(climbing:length)}",
2023-10-16 13:49:20 +02:00
"fr": "Cette voie fait {canonical(climbing:length)} de long",
"cs": "Tato trasa je {canonical(climbing:length)} dlouhá"
},
"freeform": {
"key": "climbing:length",
"type": "pnat"
},
"id": "Length"
},
{
"question": {
"en": "What is the grade of this climbing route according to the french/belgian system?",
"nl": "Hoe moeilijk is deze klimroute volgens het Franse/Belgische systeem?",
"it": "Qual è la difficoltà di questa via di arrampicata nel sistema francese/belga?",
"fr": "Quelle est la difficulté de cette voie selon le système franco-belge ?",
2023-09-28 16:56:25 +02:00
"de": "Wie hoch ist der Schwierigkeitsgrad dieser Kletterroute nach dem französisch/belgischen System?",
2023-10-30 13:44:27 +01:00
"ca": "Quin és el grau d'aquesta via d'escalada segons el sistema francès/belga?",
"cs": "Jaký je stupeň této lezecké cesty podle francouzského/belgického systému?"
},
"render": {
"de": "Die Schwierigkeit ist {climbing:grade:french} entsprechend des französisch/belgischen Systems",
"en": "The grade is {climbing:grade:french} according to the french/belgian system",
"nl": "De klimmoeilijkheid is {climbing:grade:french} volgens het Franse/Belgische systeem",
"ja": "フランス/ベルギーのランク評価システムによると、{climbing:grade:french}の困難度です",
"it": "Il grado di difficoltà è {climbing:grade:french} nel sistema francese/belga",
2023-10-30 13:44:27 +01:00
"fr": "Selon le système franco-belge, la difficulté de cette voie est de {climbing:grade:french}",
"cs": "Stupeň je {climbing:grade:french} podle francouzského/belgického systému"
},
"freeform": {
"key": "climbing:grade:french"
},
"id": "Difficulty"
},
{
2022-04-23 15:20:54 +02:00
"id": "bolts",
"question": {
"en": "How many bolts does this route have before reaching the anchor?",
"fr": "Combien de prises cette voie possède avant datteindre la moulinette ?",
"de": "Wie viele Haken gibt es auf dieser Kletterroute bevor der Umlenker bzw. Standhaken erreicht ist?",
2023-01-06 04:18:29 +01:00
"it": "Quanti bulloni sono presenti in questo percorso prima di arrivare alla moulinette?",
2023-10-30 13:44:27 +01:00
"nl": "Hoeveel bouten heeft deze route voordat je het relay bereikt?",
"cs": "Kolik šroubů má tato cesta před dosažením kotvy?"
},
"render": {
2022-04-23 15:20:54 +02:00
"en": "This route has {climbing:bolts} bolts <div class='subtle'>This is without relays and indicates how much quickdraws a climber needs</div>",
2022-06-24 19:00:02 +02:00
"fr": "Cette voie a {climbing:bolts} prises <div class='subtle'>C'est sans relai et indique de combien de dégaine un grimpeur a besoin</div>",
2022-05-27 14:50:29 +02:00
"de": "Diese Route hat {climbing:bolts} Haken <div class='subtle'>Dies ist ohne Relais und gibt an, wie viel Schnellspanner ein Kletterer braucht</div>",
2024-05-16 10:27:04 +02:00
"it": "Questo percorso ha {climbing:bolts} bulloni <div class='subtle'>Questa è senza collettori e indica di quanti bloccaggi rapidi ha bisogno un arrampicatore</div>",
2023-01-06 04:18:29 +01:00
"nl": "Deze route heeft {climbing:bolts} klimbouten. <div class='subtle'>Dit is zonder het relay mee te tellen. Een klimmer heeft dus minstens {climbing:bolts} klimsetjes nodig om boven te raken</div>"
},
"freeform": {
"key": "climbing:bolts",
"type": "pnat",
"addExtraTag": [
"climbing:bolted=yes"
2022-04-23 15:20:54 +02:00
],
"inline": true
},
"mappings": [
{
"if": "climbing:bolted=no",
"then": {
"en": "This route is not bolted",
"fr": "Cette voie na pas de prises",
"de": "Auf dieser Kletterroute sind keine Haken vorhanden",
2023-01-06 04:18:29 +01:00
"it": "In questo percorso non sono presenti bulloni",
2023-10-30 13:44:27 +01:00
"nl": "Deze route heeft geen bouten",
"cs": "Tato trasa není vyšroubovaná"
},
2022-04-23 15:20:54 +02:00
"addExtraTags": [
"climbing:bolts="
]
}
2022-04-23 15:20:54 +02:00
]
},
2022-04-23 15:20:54 +02:00
"description",
{
2022-04-23 15:20:54 +02:00
"id": "Rock type via embedded feature",
"render": {
"en": "The rock type is {_embedding_features_with_rock:rock} as stated <a href='#{_embedding_features_with_rock:id}'>on the surrounding crag</a>",
"fr": "Le type de roche est {_embedding_features_with_rock:rock} selon <a href='#{_embedding_features_with_rock:id}'>le mur</a>",
"it": "Il tipo di roccia è {_embedding_features_with_rock:rock} come dichiarato sul <a href='#{_embedding_features_with_rock:id}'>muro circostante</a>",
2023-01-06 04:18:29 +01:00
"de": "Der Gesteinstyp ist {_embedding_features_with_rock:rock}, wie <a href='#{_embedding_features_with_rock:id}'>auf dem umgebenden Felsen angegeben</a>",
2023-10-30 13:44:27 +01:00
"nl": "De steensoort is {_embedding_features_with_rock:rock} zoals vermeld op <a href='#{_embedding_features_with_rock:id}'>de omliggende klimzone</a>",
"cs": "Typ skály je {_embedding_features_with_rock:rock}, jak je uvedeno <a href='#{_embedding_features_with_rock:id}'>na okolní skalní stěně</a>"
},
"freeform": {
"key": "_embedding_features_with_rock:rock"
2022-04-23 15:20:54 +02:00
}
}
]
}