{
  "id": "bbq",
  "name": {
    "en": "BBQ",
    "de": "Grillstelle",
    "cs": "BBQ",
    "es": "Barbacoa"
  },
  "description": {
    "de": "Ein ortsfest installierter Grill, typischerweise öffentlich zugänglich.",
    "en": "A permanently installed barbecue, typically accessible to the public.",
    "cs": "Trvale instalovaný gril, obvykle přístupný veřejnosti.",
    "es": "Una barbacoa instalada permanentemente, normalmente accesible al público."
  },
  "source": {
    "osmTags": "amenity=bbq"
  },
  "minzoom": 8,
  "title": {
    "render": {
      "en": "BBQ",
      "de": "Grillstelle",
      "cs": "BBQ",
      "es": "Barbacoa"
    }
  },
  "pointRendering": [
    {
      "iconSize": "40,40",
      "location": [
        "point",
        "centroid"
      ],
      "anchor": "bottom",
      "marker": [
        {
          "icon": "circle",
          "color": "white"
        },
        {
          "icon": "./assets/layers/bbq/bbq.svg"
        }
      ]
    }
  ],
  "presets": [
    {
      "title": {
        "en": "BBQ",
        "de": "Grillstelle",
        "cs": "BBQ",
        "es": "Barbacoa"
      },
      "description": {
        "de": "Ein ortsfest installierter Grill, typischerweise öffentlich zugänglich.",
        "en": "A permanently installed barbecue, typically accessible to the public.",
        "cs": "Trvale instalovaný gril, obvykle přístupný veřejnosti.",
        "es": "Una barbacoa instalada permanentemente, normalmente accesible al público."
      },
      "tags": [
        "amenity=bbq"
      ]
    }
  ],
  "tagRenderings": [
    "images",
    {
      "id": "access",
      "question": {
        "en": "What is the permitted access?",
        "de": "Was ist der erlaubte Zugang?",
        "cs": "Jaký přístup je povolen?",
        "es": "¿Cuál es el acceso permitido?"
      },
      "mappings": [
        {
          "if": "access=yes",
          "then": {
            "de": "Öffentlich",
            "en": "Public",
            "cs": "Veřejné",
            "es": "Público"
          }
        },
        {
          "if": "access=no",
          "then": {
            "de": "Kein Zugang",
            "en": "No access",
            "cs": "Zákaz vstupu",
            "es": "Sin acceso"
          }
        },
        {
          "if": "access=private",
          "then": {
            "de": "Privat",
            "en": "Private",
            "cs": "Soukromé",
            "es": "Privado"
          }
        },
        {
          "if": "access=permissive",
          "then": {
            "de": "Zugang bis auf Widerruf",
            "en": "Access until revoked",
            "cs": "Přístup až do odvolání",
            "es": "Acceso hasta que se revoque"
          }
        },
        {
          "if": "access=customers",
          "then": {
            "de": "Zugang nur für Kunden",
            "en": "Access only for customers",
            "cs": "Přístup pouze pro zákazníky",
            "es": "Acceso solo para clientes"
          }
        },
        {
          "if": "access=permit",
          "then": {
            "de": "Zugang nur für Berechtigte",
            "en": "Access only for authorized persons",
            "cs": "Přístup pouze pro oprávněné osoby",
            "es": "Acceso solo para personas autorizadas"
          }
        }
      ]
    },
    {
      "id": "covered",
      "question": {
        "en": "Is the grill covered?",
        "de": "Ist die Grillstelle überdacht?",
        "cs": "Je gril zakrytý?",
        "es": "¿Está cubierta la parrilla?"
      },
      "mappings": [
        {
          "if": "covered=no",
          "then": {
            "de": "Die Grillstelle ist nicht überdacht",
            "en": "The grill is not covered",
            "cs": "Gril není zakrytý",
            "es": "La parrilla no está cubierta"
          }
        },
        {
          "if": "covered=yes",
          "then": {
            "de": "Die Grillstelle ist überdacht",
            "en": "The grill is covered",
            "cs": "Gril je zakrytý",
            "es": "La parrilla está cubierta"
          }
        }
      ]
    },
    {
      "id": "fuel",
      "question": {
        "en": "How ist the grill fueled?",
        "de": "Womit wird der Grill befeuert?",
        "cs": "Jak je gril napájen?",
        "es": "¿Cómo se alimenta la parrilla?"
      },
      "mappings": [
        {
          "if": "fuel=wood",
          "then": {
            "de": "Holz",
            "en": "Wood",
            "cs": "Dřevo",
            "es": "Madera"
          }
        },
        {
          "if": "fuel=charcoal",
          "then": {
            "de": "Kohle",
            "en": "Charcoal",
            "cs": "Dřevěné uhlí",
            "es": "Carbón"
          }
        },
        {
          "if": "fuel=electric",
          "then": {
            "de": "Elektronisch",
            "en": "Electric",
            "cs": "Elektrický",
            "es": "Eléctrica"
          }
        },
        {
          "if": "fuel=gas",
          "then": {
            "de": "Gas",
            "en": "Gas",
            "cs": "Plynový",
            "es": "Gas"
          }
        }
      ]
    }
  ],
  "deletion": true,
  "allowMove": {
    "enableRelocation": false,
    "enableImproveAccuracy": true
  }
}