MapComplete/assets/themes/ski/ski.json
2024-11-21 10:17:35 +01:00

64 lines
1.5 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"id": "ski",
"title": {
"en": "Ski pistes and aerialways",
"de": "Skipisten und Seilbahnen",
"es": "Pistas de esquí y remontes",
"da": "Skiløjper og skilifte",
"fr": "Pistes de ski et remontées mécaniques",
"cs": "Sjezdovky a lanové dráhy",
"hu": "Sípályák és felvonók",
"uk": "Гірськолижні траси та витяги",
"nl": "Skipistes en kabelbanen"
},
"description": {
"en": "Everything you need to go skiing",
"de": "Alles, was Sie zum Skifahren brauchen",
"es": "Todo lo que necesitas para esquiar",
"cs": "Vše, co potřebujete k lyžování",
"uk": "Все необхідне для катання на лижах",
"fr": "Tout ce dont vous avez besoin pour aller skier",
"nl": "Alles om te skiën"
},
"icon": "./assets/layers/aerialway/chair_lift.svg",
"layers": [
"ski_piste",
"aerialway",
{
"builtin": [
"guidepost",
"map",
"information_board",
"mountain_rescue"
],
"override": {
"minzoom": 13
},
"pointRendering": [
{
"=iconSize": "25,25",
"=label": null
}
]
},
{
"builtin": [
"toilet",
"drinking_water",
"food",
"viewpoint",
"binocular"
],
"override": {
"minzoom": 16,
"pointRendering": [
{
"=iconSize": "25,25",
"=label": null
}
]
}
}
],
"enableTerrain": true
}