mapcomplete/assets/themes/ski/ski.json

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

60 lines
1.3 KiB
JSON
Raw Normal View History

2024-01-30 18:33:30 +01:00
{
"id": "ski",
"title": {
2024-02-20 13:33:38 +01:00
"en": "Ski pistes and aerialways",
"de": "Skipisten und Seilbahnen",
2024-06-24 13:11:35 +02:00
"es": "Pistas de esquí y vías aéreas",
"da": "Skiløjper og skilifte",
"fr": "Pistes de ski et remontées mécaniques",
2024-10-15 17:02:30 +02:00
"cs": "Sjezdovky a lanové dráhy",
"hu": "Sípályák és felvonók"
2024-01-30 18:33:30 +01:00
},
"description": {
2024-02-20 13:33:38 +01:00
"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í"
2024-01-30 18:33:30 +01:00
},
"icon": "./assets/layers/aerialway/chair_lift.svg",
"layers": [
"ski_piste",
"aerialway",
2024-02-06 23:49:44 +01:00
{
"builtin": [
"guidepost",
"map",
"information_board",
"mountain_rescue"
2024-02-06 23:49:44 +01:00
],
"override": {
"minzoom": 13
},
"pointRendering": [
{
"=iconSize": "25,25",
"=label": null
}
]
2024-02-06 23:49:44 +01:00
},
2024-01-30 18:33:30 +01:00
{
"builtin": [
"toilet",
"drinking_water",
"food",
"viewpoint",
"binocular"
],
"override": {
2024-02-06 23:49:44 +01:00
"minzoom": 16,
2024-01-30 18:33:30 +01:00
"pointRendering": [
{
"=iconSize": "25,25",
2024-02-02 14:40:48 +01:00
"=label": null
2024-01-30 18:33:30 +01:00
}
]
}
}
],
"enableTerrain": true
2024-01-30 18:33:30 +01:00
}