Themes: add first version of ski theme

This commit is contained in:
Pieter Vander Vennet 2024-01-30 18:33:30 +01:00
parent 99621549e9
commit 8f25006998
4 changed files with 136 additions and 94 deletions

View file

@ -1073,16 +1073,6 @@
"https://commons.wikimedia.org/wiki/File:Font_Awesome_5_solid_robot.svg"
]
},
{
"path": "satellite.svg",
"license": "CC0-1.0",
"authors": [
"SVG Repo"
],
"sources": [
"https://www.svgrepo.com/svg/80960/satellite"
]
},
{
"path": "scissors.svg",
"license": "CC-BY-3.0",

View file

@ -368,6 +368,10 @@
"if": "theme=sidewalks",
"then": "./assets/svg/bug.svg"
},
{
"if": "theme=ski",
"then": "./assets/layers/aerialway/chair_lift.svg"
},
{
"if": "theme=speelplekken",
"then": "./assets/themes/speelplekken/logo.svg"

View file

@ -0,0 +1,33 @@
{
"id": "ski",
"title": {
"en": "Ski pistes and aerialways"
},
"description": {
"en": "Everything you need to go skiing"
},
"icon": "./assets/layers/aerialway/chair_lift.svg",
"layers": [
"ski_piste",
"aerialway",
{
"builtin": [
"toilet",
"drinking_water",
"food",
"map",
"information_board",
"viewpoint",
"binocular"
],
"override": {
"pointRendering": [
{
"=iconSize": "25,25",
"=label":null
}
]
}
}
]
}