feat(themes): add osm community index as a layer

This commit is contained in:
Nadhem 2022-10-08 22:24:30 +01:00
parent 0702e47f29
commit e85cf43ffb
7 changed files with 195 additions and 0 deletions

View file

@ -294,6 +294,10 @@
"if": "theme=openwindpowermap",
"then": "./assets/themes/openwindpowermap/logo.svg"
},
{
"if": "theme=osm_community_index",
"then": "./assets/themes/osm_community_index/osm.svg"
},
{
"if": "theme=parkings",
"then": "./assets/themes/parkings/parkings.svg"
@ -389,6 +393,10 @@
{
"if": "theme=waste_basket",
"then": "./assets/themes/waste_basket/waste_basket.svg"
},
{
"if": "theme=width",
"then": "./assets/themes/width/icon.svg"
}
]
},