forked from MapComplete/MapComplete
feat(themes): add osm community index as a layer
This commit is contained in:
parent
0702e47f29
commit
e85cf43ffb
7 changed files with 195 additions and 0 deletions
|
@ -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"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue