mapcomplete/assets/themes/ski/ski.json

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

51 lines
884 B
JSON
Raw Normal View History

2024-01-30 18:33:30 +01:00
{
"id": "ski",
"title": {
"en": "Ski pistes and aerialways"
},
"description": {
"en": "Everything you need to go skiing"
},
"icon": "./assets/layers/aerialway/chair_lift.svg",
2024-02-12 13:55:54 +01:00
"enableTerrain": true,
2024-01-30 18:33:30 +01:00
"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
}
]
}
}
]
}