2024-07-10 08:54:17 +02:00
|
|
|
{
|
|
|
|
"id": "bbq",
|
|
|
|
"name": {
|
|
|
|
"en": "BBQ",
|
|
|
|
"de": "Grillstelle"
|
|
|
|
},
|
|
|
|
"description": {
|
|
|
|
"de": "Ein ortsfest installierter Grill, typischerweise öffentlich zugänglich.",
|
|
|
|
"en": "A permanently installed barbecue, typically accessible to the public."
|
|
|
|
},
|
|
|
|
"source": {
|
|
|
|
"osmTags": "amenity=bbq"
|
|
|
|
},
|
2024-07-10 10:44:03 +02:00
|
|
|
"minzoom": 8,
|
2024-07-10 08:54:17 +02:00
|
|
|
"title": {
|
|
|
|
"render": {
|
|
|
|
"en": "BBQ",
|
|
|
|
"de": "Grillstelle"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"pointRendering": [
|
|
|
|
{
|
|
|
|
"iconSize": "40,40",
|
|
|
|
"location": [
|
|
|
|
"point",
|
|
|
|
"centroid"
|
|
|
|
],
|
|
|
|
"anchor": "bottom",
|
|
|
|
"marker": [
|
|
|
|
{
|
2024-07-10 10:44:03 +02:00
|
|
|
"icon": "circle",
|
|
|
|
"color": "white"
|
2024-07-10 08:54:17 +02:00
|
|
|
},
|
|
|
|
{
|
2024-07-10 10:44:03 +02:00
|
|
|
"icon": "./assets/layers/bbq/bbq.svg"
|
2024-07-10 08:54:17 +02:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"presets": [
|
|
|
|
{
|
|
|
|
"title": {
|
|
|
|
"en": "BBQ",
|
|
|
|
"de": "Grillstelle"
|
|
|
|
},
|
|
|
|
"description": {
|
|
|
|
"de": "Ein ortsfest installierter Grill, typischerweise öffentlich zugänglich.",
|
|
|
|
"en": "A permanently installed barbecue, typically accessible to the public."
|
|
|
|
},
|
|
|
|
"tags": [
|
|
|
|
"amenity=bbq"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"tagRenderings": [
|
|
|
|
"images",
|
|
|
|
{
|
|
|
|
"id": "access",
|
|
|
|
"question": {
|
|
|
|
"en": "What is the permitted access?",
|
|
|
|
"de": "Was ist der erlaubte Zugang?"
|
|
|
|
},
|
|
|
|
"mappings": [
|
|
|
|
{
|
|
|
|
"if": "access=yes",
|
|
|
|
"then": {
|
|
|
|
"de": "Öffentlich",
|
|
|
|
"en": "Public"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"if": "access=no",
|
|
|
|
"then": {
|
|
|
|
"de": "Kein Zugang",
|
|
|
|
"en": "No access"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"if": "access=private",
|
|
|
|
"then": {
|
|
|
|
"de": "Privat",
|
|
|
|
"en": "Private"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"if": "access=permissive",
|
|
|
|
"then": {
|
|
|
|
"de": "Zugang bis auf Widerruf",
|
|
|
|
"en": "Access until revoked"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"if": "access=customers",
|
|
|
|
"then": {
|
|
|
|
"de": "Zugang nur für Kunden",
|
|
|
|
"en": "Access only for customers"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"if": "access=permit",
|
|
|
|
"then": {
|
|
|
|
"de": "Zugang nur für Berechtigte",
|
2024-07-10 10:44:03 +02:00
|
|
|
"en": "Access only for authorized persons"
|
2024-07-10 08:54:17 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": "covered",
|
|
|
|
"question": {
|
|
|
|
"en": "Is the grill covered?",
|
|
|
|
"de": "Ist die Grillstelle überdacht?"
|
|
|
|
},
|
|
|
|
"mappings": [
|
|
|
|
{
|
|
|
|
"if": "covered=no",
|
|
|
|
"then": {
|
|
|
|
"de": "Die Grillstelle ist nicht überdacht",
|
|
|
|
"en": "The grill is not covered"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"if": "covered=yes",
|
|
|
|
"then": {
|
|
|
|
"de": "Die Grillstelle ist überdacht",
|
|
|
|
"en": "The grill is covered"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": "fuel",
|
|
|
|
"question": {
|
|
|
|
"en": "How ist the grill fueled?",
|
|
|
|
"de": "Mit was wird die Grillstelle angefeuert?"
|
|
|
|
},
|
|
|
|
"mappings": [
|
|
|
|
{
|
|
|
|
"if": "fuel=wood",
|
|
|
|
"then": {
|
|
|
|
"de": "Holz",
|
|
|
|
"en": "Wood"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"if": "fuel=charcoal",
|
|
|
|
"then": {
|
|
|
|
"de": "Kohle",
|
|
|
|
"en": "Charcoal"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"if": "fuel=electric",
|
|
|
|
"then": {
|
|
|
|
"de": "Elektronisch",
|
|
|
|
"en": "Electric"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"if": "fuel=gas",
|
|
|
|
"then": {
|
|
|
|
"de": "Gas",
|
|
|
|
"en": "Gas"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"allowMove": {
|
|
|
|
"enableRelocation": false,
|
|
|
|
"enableImproveAccuracy": true
|
2024-07-10 17:34:27 +02:00
|
|
|
},
|
|
|
|
"deletion": true
|
2024-07-10 08:54:17 +02:00
|
|
|
}
|