17 lines
472 B
JSON
17 lines
472 B
JSON
{
|
|
"id": "fireplace",
|
|
"title": {
|
|
"en": "Fireplaces and barbeques",
|
|
"de": "Feuerstellen und Grillplätze",
|
|
"es": "Chimenea y barbacoas"
|
|
},
|
|
"description": {
|
|
"de": "Stelle im Freien zum Feuermachen oder ein ortsfest installierter Grill an einer offizielle Stelle.",
|
|
"en": "Outdoor place to make a fire or a fixed barbecue in an official place."
|
|
},
|
|
"icon": "./assets/layers/assembly_point/fire.svg",
|
|
"layers": [
|
|
"firepit",
|
|
"bbq"
|
|
]
|
|
}
|