mapcomplete/assets/themes/ski/ski.json

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

35 lines
611 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",
"enableTerrain": true,
2024-01-30 18:33:30 +01:00
"layers": [
"ski_piste",
"aerialway",
{
"builtin": [
"toilet",
"drinking_water",
"food",
"map",
"information_board",
"viewpoint",
"binocular"
],
"override": {
"pointRendering": [
{
"=iconSize": "25,25",
2024-02-02 14:40:48 +01:00
"=label": null
2024-01-30 18:33:30 +01:00
}
]
}
}
]
}