mapcomplete/assets/layers/ski_piste/ski_piste.json

155 lines
3.5 KiB
JSON
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"id": "ski_piste",
"name": {
"en": "Ski and snowboard pistes",
"de": "Ski- und Snowboardpisten",
"fr": "Pistes de ski et de snowboard"
},
"description": {
"en": "Ski and snowboard pistes",
"de": "Ski- und Snowboardpisten",
"fr": "Pistes de ski et de snowboard"
},
"source": {
"osmTags": {
"and": [
{
"or": [
"piste:type=downhill",
"piste:type=connection"
]
},
"area!=yes"
]
}
},
"minzoom": 11,
"title": {
"render": {
"en": "Ski piste {name}",
"de": "Skipiste {name}",
"fr": "Piste de ski {name}"
}
},
"pointRendering": [
{
"location": [
"point"
],
"marker": [
{
"icon": "circle",
"color": "white"
}
]
}
],
"lineRendering": [
{
"width": "10",
"color": {
"mappings": [
{
"then": "green",
"if": "piste:difficulty=novice"
},
{
"if": "piste:difficulty=easy",
"then": "blue"
},
{
"if": "piste:difficulty=intermediate",
"then": "red"
},
{
"if": "piste:difficulty=advanced",
"then": "black"
},
{
"if": "piste:difficulty=expert",
"then": "orange"
},
{
"if": "piste:difficulty=",
"then": "gray"
}
]
},
"imageAlongWay": "./assets/png/oneway.png"
}
],
"tagRenderings": [
"images",
{
"question": {
"en": "What is the difficulty of this piste?",
"de": "Was ist der Schwierigkeitsgrad der Piste?",
"fr": "Quelle est la difficulté de cette piste?"
},
"id": "piste_difficulty",
"condition": "piste:type!=connection",
"mappings": [
{
"if": "piste:difficulty=novice",
"then": {
"en": "Novice (green)",
"de": "Anfänger (grün)",
"fr": "Débutant (vert)"
}
},
{
"if": "piste:difficulty=easy",
"then": {
"en": "Easy (blue)",
"de": "Einfach (blau)",
"fr": "Facile (bleu)"
}
},
{
"if": "piste:difficulty=intermediate",
"then": {
"en": "Intermediate (red)",
"de": "Mittel (rot)",
"fr": "Intermédiaire (rouge)"
}
},
{
"if": "piste:difficulty=advanced",
"then": {
"en": "Advanced (black)",
"de": "Fortgeschritten (schwarz)",
"fr": "Avancé (noir)"
}
},
{
"if": "piste:difficulty=expert",
"then": {
"en": "Expert (orange/double black)",
"de": "Experte (orange/doppel schwarz)",
"fr": "Expert (orange/double noir)"
}
},
{
"if": "piste:difficulty=freeride",
"then": {
"en": "Freeride",
"de": "Freeride",
"fr": "Hors piste"
}
}
]
},
{
"id": "length",
"render": {
"en": "This part of the ski piste is {_length:km} kilometer long",
"de": "Dieser Teil der Skipiste hat eine Länge von {_length:km} km",
"fr": "Ce tronçon de piste de ski mesure {_length:km} kilomètres de long"
}
}
],
"allowMove": {
"enableImproveAccuracy": true,
"enableRelocation": false
}
}