forked from MapComplete/MapComplete
Themes: add first version of ski theme
This commit is contained in:
parent
99621549e9
commit
8f25006998
4 changed files with 136 additions and 94 deletions
|
@ -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",
|
||||
|
|
|
@ -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"
|
||||
|
|
33
assets/themes/ski/ski.json
Normal file
33
assets/themes/ski/ski.json
Normal 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
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue