forked from MapComplete/MapComplete
Merge commit '2db0b1afcb
' into develop
This commit is contained in:
commit
bfbd5a578a
9 changed files with 385 additions and 33 deletions
16
assets/themes/fireplace/fireplace.json
Normal file
16
assets/themes/fireplace/fireplace.json
Normal file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"id": "fireplace",
|
||||
"title": {
|
||||
"en": "Fireplaces and BBQ",
|
||||
"de": "Feuerstellen und Grillstellen"
|
||||
},
|
||||
"description": {
|
||||
"en": "Stelle im Freien zum Feuermachen oder ein ortsfest installierter Grill an einer offizielle Stelle.",
|
||||
"de": "Outdoor place to make a fire or a fixed barbecue in an official place."
|
||||
},
|
||||
"icon": "./assets/layers/assembly_point/fire.svg",
|
||||
"layers": [
|
||||
"firepit",
|
||||
"bbq"
|
||||
]
|
||||
}
|
|
@ -241,6 +241,10 @@
|
|||
"if": "theme=facadegardens",
|
||||
"then": "./assets/themes/facadegardens/geveltuin.svg"
|
||||
},
|
||||
{
|
||||
"if": "theme=fireplace",
|
||||
"then": "./assets/layers/assembly_point/fire.svg"
|
||||
},
|
||||
{
|
||||
"if": "theme=food",
|
||||
"then": "./assets/layers/food/restaurant.svg"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue