{
  "id": "food",
  "name": {
    "en": "Restaurants and fast food",
    "nl": "Eetgelegenheden",
    "de": "Restaurants und Imbisse",
    "da": "Restauranter og fastfood",
    "es": "Restaurantes y comida rápida",
    "fr": "Restaurants et nourriture rapide"
  },
  "source": {
    "osmTags": {
      "or": [
        "amenity=fast_food",
        "amenity=restaurant"
      ]
    }
  },
  "minzoom": 12,
  "presets": [
    {
      "title": {
        "en": "a restaurant",
        "nl": "een restaurant",
        "ru": "ресторан",
        "de": "ein Restaurant",
        "ca": "un restaurant",
        "es": "un restaurante",
        "fr": "un restaurant"
      },
      "tags": [
        "amenity=restaurant"
      ],
      "description": {
        "nl": "Een eetgegelegenheid waar je aan tafel wordt bediend",
        "en": "A formal eating place with sit-down facilities selling full meals served by waiters",
        "de": "Ein klassisches Speiselokal mit Sitzgelegenheiten, in dem vollständige Mahlzeiten von Kellnern serviert werden",
        "es": "Un lugar de comidas formal, con mesas y sillas y que vende comidas completas servidas por camareros",
        "fr": "Un lieu de restauration formel avec des installations pour s'asseoir vendant des repas complets servis par des serveurs"
      },
      "preciseInput": {
        "preferredBackground": "map"
      }
    },
    {
      "title": {
        "en": "a fastfood",
        "nl": "een fastfood-zaak",
        "ru": "быстрое питание",
        "de": "ein Schnellimbiss",
        "ca": "un de menjar ràpid",
        "fr": "un fast-food"
      },
      "tags": [
        "amenity=fast_food"
      ],
      "description": {
        "nl": "Een zaak waar je snel bediend wordt, vaak met de focus op afhalen. Zitgelegenheid is eerder beperkt (of zelfs afwezig)",
        "en": "A food business concentrating on fast counter-only service and take-away food",
        "de": "Ein Lebensmittelunternehmen, das sich auf schnellen Thekendienst und Essen zum Mitnehmen konzentriert",
        "es": "Un negocio de comida centrado en servicio rápido solo en mostrador y comida para llevar",
        "fr": "Une entreprise alimentaire se concentrant sur le service rapide au comptoir et les plats à emporter"
      },
      "preciseInput": {
        "preferredBackground": "map"
      }
    },
    {
      "title": {
        "en": "a fries shop",
        "nl": "een frituur",
        "de": "eine Pommesbude",
        "fr": "Une friterie"
      },
      "tags": [
        "amenity=fast_food",
        "cuisine=friture"
      ],
      "description": {
        "en": "A fastfood-business focused on french fries",
        "nl": "Een fastfood-zaak waar je frieten koopt",
        "de": "Eine Pommesbude",
        "fr": "Une restauration rapide centré sur la vente de frites"
      },
      "preciseInput": {
        "preferredBackground": "map"
      }
    }
  ],
  "title": {
    "render": {
      "en": "Restaurant",
      "nl": "Eetgelegenheid",
      "ca": "Restaurant",
      "de": "Restaurant",
      "es": "Restaurante",
      "fr": "Restaurant",
      "pa_PK": "بھون آلہ"
    },
    "mappings": [
      {
        "if": {
          "and": [
            "name~*",
            "amenity=restaurant"
          ]
        },
        "then": {
          "nl": "Restaurant <i>{name}</i>",
          "en": "Restaurant <i>{name}</i>",
          "de": "Restaurant <i>{name}</i>",
          "ca": "Restaurant <i>{name}</i>",
          "es": "Restaurante <i>{name}</i>",
          "fr": "Restaurant <i>{name}</i>"
        }
      },
      {
        "if": {
          "and": [
            "name~*",
            "amenity=fast_food"
          ]
        },
        "then": {
          "nl": "Fastfood-zaak <i>{name}</i>",
          "en": "Fastfood <i>{name}</i>",
          "de": "Schnellimbiss <i>{name}</i>",
          "ca": "Lloc de menjar ràpid <i>{name}</i>",
          "es": "Comida rápida <i>{name}</i>",
          "fr": "Fast-food <i>{name}</i>"
        }
      },
      {
        "if": {
          "and": [
            "amenity=fast_food"
          ]
        },
        "then": {
          "nl": "Fastfood-zaak",
          "en": "Fastfood",
          "de": "Schnellimbiss",
          "ca": "Menjar ràpid",
          "es": "Comida rápida",
          "fr": "Fast-food"
        }
      }
    ]
  },
  "tagRenderings": [
    "images",
    "level",
    {
      "question": {
        "nl": "Wat is de naam van deze eetgelegenheid?",
        "en": "What is the name of this restaurant?",
        "de": "Wie heißt dieses Restaurant?",
        "es": "¿Cual es el nombre de este restaurante?",
        "fr": "Quel est le nom de ce restaurant ?"
      },
      "render": {
        "nl": "De naam van deze eetgelegeheid is {name}",
        "en": "The name of this restaurant is {name}",
        "de": "Das Restaurant heißt {name}",
        "es": "El nombre de este restaurante es {name}",
        "fr": "Le nom de ce restaurant est {name}"
      },
      "freeform": {
        "key": "name"
      },
      "id": "Name"
    },
    {
      "question": {
        "en": "What type of business is this?",
        "nl": "Wat voor soort zaak is dit?",
        "de": "Um was für einen Ort handelt es sich?",
        "es": "¿Qué tipo de negocio es este?",
        "fr": "Quel type de restaurant est-ce ?"
      },
      "mappings": [
        {
          "if": "amenity=fast_food",
          "then": {
            "en": "This is a fastfood-business, focused on fast service. If seating is available, these are rather limited and functional.",
            "nl": "Dit is een <b>fastfood-zaak</b>. De focus ligt op snelle bediening, zitplaatsen zijn vaak beperkt en functioneel.",
            "de": "Es handelt sich um einen Schnellimbiss, mit Fokus auf schnelle Bedienung am Tresen. Sitzmöglichkeiten sind begrenzt und funktional.",
            "es": "Este es un negocio de comida rápida, centrado en servicio rápido. Si hay asientos disponibles, son más bien limitados y funcionales.",
            "fr": "C'est un fast-food, centrée sur le service rapide. Si des places sont disponibles, elles sont plutôt limitées et fonctionnelles.",
            "hu": "Ez egy gyorsétterem (büfé), amely a gyors kiszolgálásra összpontosít. Ha vannak is ülőhelyek, ezek meglehetősen korlátozottak és funkcionálisak."
          }
        },
        {
          "if": "amenity=restaurant",
          "then": {
            "en": "A <b>restaurant</b>, focused on creating a nice experience where one is served at the table",
            "nl": "Dit is een <b>restaurant</b>. De focus ligt op een aangename ervaring waar je aan tafel wordt bediend",
            "de": "Es handelt sich um ein <b>Restaurant</b>, mit Fokus auf eine nette Atmosphäre und Tischbedienung",
            "es": "Un <b>restaurante</b>, centrado en crear una buena experiencia donde se sirve en la mesa",
            "fr": "Un <b>restaurant</b>, axé sur la création d'une expérience agréable où l'on est servi à table"
          }
        }
      ],
      "id": "Fastfood vs restaurant"
    },
    "opening_hours",
    "website",
    "email",
    "phone",
    "payment-options",
    "wheelchair-access",
    {
      "question": {
        "nl": "Welk soort gerechten worden hier geserveerd?",
        "en": "Which food is served here?",
        "de": "Welches Essen gibt es hier?",
        "es": "¿Qué comida se sirve aquí?",
        "fr": "Quelle type de nourriture est servie ici ?"
      },
      "render": {
        "nl": "Deze plaats serveert vooral {cuisine}",
        "en": "This place mostly serves {cuisine}",
        "de": "An diesem Ort gibt es hauptsächlich {cuisine}",
        "es": "Aquí se sirve principalmente {cuisine}",
        "fr": "Cet endroit sert principalement des plats {cuisine}"
      },
      "freeform": {
        "key": "cuisine",
        "addExtraTags": [
          "fixme=Freeform tag `cuisine` used, to be doublechecked"
        ]
      },
      "mappings": [
        {
          "if": "cuisine=pizza",
          "then": {
            "en": "This is a pizzeria",
            "nl": "Dit is een pizzeria",
            "de": "Dies ist eine Pizzeria",
            "es": "Esto es una pizzería",
            "fr": "C'est une pizzéria"
          }
        },
        {
          "if": "cuisine=friture",
          "then": {
            "en": "This is a friture",
            "nl": "Dit is een frituur",
            "de": "Dies ist eine Pommesbude",
            "fr": "C'est une friterie"
          }
        },
        {
          "if": "cuisine=pasta",
          "then": {
            "en": "Mainly serves pasta",
            "nl": "Dit is een pastazaak",
            "de": "Bietet vorwiegend Pastagerichte an",
            "es": "Principalmente sirve pasta",
            "fr": "Restaurant Italien"
          }
        },
        {
          "if": "cuisine=kebab",
          "then": {
            "en": "This is kebab shop",
            "nl": "Dit is een kebabzaak",
            "de": "Das ist ein Dönerladen",
            "es": "Esta es una tienda de kebak",
            "fr": "C'est un resto kebab"
          }
        },
        {
          "if": "cuisine=sandwich",
          "then": {
            "en": "This is a sandwichbar",
            "nl": "Dit is een broodjeszaak",
            "de": "Dies ist ein Sandwichladen",
            "fr": "C'est une sandwicherie"
          }
        },
        {
          "if": "cuisine=burger",
          "then": {
            "en": "Burgers are served here",
            "nl": "Dit is een hamburgerrestaurant",
            "de": "Hier werden Burger serviert",
            "es": "Aquí se sirven hamburguesas",
            "fr": "Des hamburgers sont servis ici"
          }
        },
        {
          "if": "cuisine=sushi",
          "then": {
            "en": "Sushi is served here",
            "nl": "Dit is een sushirestaurant",
            "de": "Hier wird Sushi serviert",
            "es": "Aquí se sirve sushi",
            "fr": "Des sushis sont servis ici"
          }
        },
        {
          "if": "cuisine=coffee",
          "then": {
            "en": "Coffee is served here",
            "nl": "Dit is een koffiezaak",
            "de": "Hier wird Kaffee serviert",
            "es": "Aquí se sirve café",
            "fr": "Ceci est un café"
          }
        },
        {
          "if": "cuisine=italian",
          "then": {
            "en": "This is an italian restaurant (which serves more then pasta and pizza)",
            "nl": "Dit is een Italiaans restaurant (dat meer dan enkel pasta of pizza verkoopt)",
            "de": "Dies ist ein italienisches Restaurant (das mehr als nur Pasta und Pizza serviert)",
            "es": "Este es un restaurante italiano (que sirve más que pasta y pizza)",
            "fr": "C'est un Restaurant Italien (qui sert plus que des pâtes et des pizzas)"
          }
        },
        {
          "if": "cuisine=french",
          "then": {
            "en": "French dishes are served here",
            "nl": "Dit is een Frans restaurant",
            "de": "Hier werden französische Gerichte serviert",
            "es": "Aquí se sirven platos Franceses",
            "fr": "Des plats français sont servis ici"
          }
        },
        {
          "if": "cuisine=chinese",
          "then": {
            "en": "Chinese dishes are served here",
            "nl": "Dit is een Chinees restaurant",
            "de": "Hier werden chinesische Gerichte serviert",
            "es": "Aquí se sirven platos Chinos",
            "fr": "Des plats chinois sont servis ici"
          }
        },
        {
          "if": "cuisine=greek",
          "then": {
            "en": "Greek dishes are served here",
            "nl": "Dit is een Grieks restaurant",
            "de": "Hier werden griechische Gerichte serviert",
            "es": "Aquí se sirven platos Griegos",
            "fr": "Des plats grecs sont servis ici"
          }
        },
        {
          "if": "cuisine=indian",
          "then": {
            "en": "Indian dishes are served here",
            "nl": "Dit is een Indisch restaurant",
            "de": "Hier werden indische Gerichte serviert",
            "es": "Aquí se sirven platos Indios",
            "fr": "Des plats indiens sont servis ici"
          }
        },
        {
          "if": "cuisine=turkish",
          "then": {
            "en": "Turkish dishes are served here",
            "nl": "Dit is een Turks restaurant (dat meer dan enkel kebab verkoopt)",
            "de": "Hier werden türkische Gerichte serviert",
            "es": "Aquí se sirven platos Turcos",
            "fr": "Des plats turcs sont servis ici"
          }
        },
        {
          "if": "cuisine=thai",
          "then": {
            "en": "Thai dishes are served here",
            "nl": "Dit is een Thaïs restaurant",
            "de": "Hier werden thailändische Gerichte serviert",
            "fr": "Des plats thaïlandais sont servis ici"
          }
        }
      ],
      "id": "Cuisine"
    },
    {
      "question": {
        "nl": "Biedt deze zaak een afhaalmogelijkheid aan?",
        "en": "Does this place offer take-away?",
        "de": "Werden Gerichte zum Mitnehmen angeboten?",
        "es": "¿Este lugar ofrece para llevar?",
        "fr": "Cet établissement propose-t-il des plats à emporter ?"
      },
      "mappings": [
        {
          "if": "takeaway=only",
          "then": {
            "en": "This is a take-away only business",
            "nl": "Hier is enkel afhaal mogelijk",
            "de": "Hier werden Gerichte ausschließlich zum Mitnehmen angeboten",
            "es": "Este es un negocio solo para pedir para llevar",
            "fr": "Ceci est un resto uniquement de vente à emporter"
          }
        },
        {
          "if": "takeaway=yes",
          "then": {
            "en": "Take-away is possible here",
            "nl": "Eten kan hier afgehaald worden",
            "de": "Hier werden Gerichte auch zum Mitnehmen angeboten",
            "es": "Aquí es posible pedir para llevar",
            "fr": "La vente à emporter est possible ici"
          }
        },
        {
          "if": "takeaway=no",
          "then": {
            "en": "Take-away is not possible here",
            "nl": "Hier is geen afhaalmogelijkheid",
            "de": "Hier werden Gerichte nicht zum Mitnehmen angeboten",
            "es": "Aquí no es posible pedir para llevar",
            "fr": "La vente à emporter n'est pas possible ici"
          }
        }
      ],
      "id": "Takeaway"
    },
    {
      "id": "delivery",
      "question": {
        "en": "Delivers {title()} their food at home?",
        "de": "Liefert {title()} ihr Essen nach Hause?",
        "nl": "Levert {title()} aan huis?",
        "fr": "Est-ce que {title()} livre sa nourriture à domicile ?"
      },
      "mappings": [
        {
          "if": "delivery=yes",
          "then": {
            "en": "This business does home delivery (eventually via a third party)",
            "de": "Dieses Unternehmen liefert nach Hause (eventuell über eine dritte Partei)",
            "fr": "Ce restaurant effectue la livraison à domicile (éventuellement via un tiers)",
            "nl": "Deze zaak levert aan huis (eventueel via een derde partij)"
          }
        },
        {
          "if": "delivery=no",
          "then": {
            "en": "This business does not deliver at home",
            "de": "Dieses Unternehmen liefert nicht nach Hause",
            "fr": "Ce restaurant ne livre pas à domicile",
            "nl": "Deze zaak doet geen thuisleveringen"
          }
        }
      ]
    },
    {
      "question": {
        "nl": "Heeft deze eetgelegenheid een vegetarische optie?",
        "en": "Does this restaurant have a vegetarian option?",
        "de": "Werden hier vegetarische Gerichte angeboten?",
        "es": "¿Este restaurante tiene una opción vegetariana?",
        "fr": "Ce restaurant propose-t-il une option végétarienne ?"
      },
      "mappings": [
        {
          "if": "diet:vegetarian=no",
          "then": {
            "en": "No vegetarian options are available",
            "nl": "Geen vegetarische opties beschikbaar",
            "de": "Hier werden keine vegetarischen Gerichte angeboten",
            "es": "Sin opciones vegetarianas",
            "fr": "Aucune option végétarienne n'est disponible"
          }
        },
        {
          "if": "diet:vegetarian=limited",
          "then": {
            "en": "Some vegetarian options are available",
            "nl": "Beperkte vegetarische opties zijn beschikbaar",
            "de": "Hier werden nur wenige vegetarische Gerichte angeboten",
            "es": "Algunas opciones vegetarianas",
            "fr": "Certaines options végétariennes sont disponibles"
          }
        },
        {
          "if": "diet:vegetarian=yes",
          "then": {
            "en": "Vegetarian options are available",
            "nl": "Vegetarische opties zijn beschikbaar",
            "de": "Hier werden vegetarische Gerichte angeboten",
            "es": "Opciones vegetarianas disponibles",
            "fr": "Des options végétariennes sont disponibles"
          }
        },
        {
          "if": "diet:vegetarian=only",
          "then": {
            "en": "All dishes are vegetarian",
            "nl": "Enkel vegetarische opties zijn beschikbaar",
            "de": "Hier werden ausschließlich vegetarische Gerichte angeboten",
            "es": "Todos los platos son vegetarianos",
            "fr": "Tous les plats sont végétariens"
          }
        }
      ],
      "condition": "cuisine!=friture",
      "id": "Vegetarian (no friture)"
    },
    {
      "question": {
        "en": "Does this business serve vegan meals?",
        "nl": "Heeft deze eetgelegenheid een veganistische optie?",
        "de": "Werden hier vegane Gerichte angeboten?",
        "es": "¿Este negocio sirve comida vegana?",
        "fr": "Cet établissement sert-il des repas végétaliens ?"
      },
      "mappings": [
        {
          "if": "diet:vegan=no",
          "then": {
            "en": "No vegan options available",
            "nl": "Geen veganistische opties beschikbaar",
            "de": "Hier werden keine veganen Gerichte angeboten",
            "es": "Sin opciones veganas disponibles",
            "fr": "Aucune option végétalienne disponible"
          }
        },
        {
          "if": "diet:vegan=limited",
          "then": {
            "en": "Some vegan options are available",
            "nl": "Beperkte veganistische opties zijn beschikbaar",
            "de": "Hier werden nur wenige vegane Gerichte angeboten",
            "es": "Alguna opciones veganas disponibles",
            "fr": "Certaines options végétaliennes sont disponibles"
          }
        },
        {
          "if": "diet:vegan=yes",
          "then": {
            "en": "Vegan options are available",
            "nl": "Veganistische opties zijn beschikbaar",
            "de": "Hier werden vegane Gerichte angeboten",
            "es": "Opciones veganas disponibles",
            "fr": "Des options végétaliennes sont disponibles"
          }
        },
        {
          "if": "diet:vegan=only",
          "then": {
            "en": "All dishes are vegan",
            "nl": "Enkel veganistische opties zijn beschikbaar",
            "de": "Hier werden ausschließlich vegane Gerichte angeboten",
            "es": "Todos los platos son veganos",
            "fr": "Tous les plats sont végétaliens"
          }
        }
      ],
      "condition": "cuisine!=friture",
      "id": "Vegan (no friture)"
    },
    {
      "question": {
        "en": "Does this restaurant offer a halal menu?",
        "nl": "Heeft dit restaurant halal opties?",
        "de": "Werden hier halal Gerichte angeboten?",
        "fr": "Ce restaurant propose-t-il un menu halal ?"
      },
      "mappings": [
        {
          "if": "diet:halal=no",
          "then": {
            "en": "There are no halal options available",
            "nl": "Er zijn geen halal opties aanwezig",
            "de": "Hier werden keine halal Gerichte angeboten",
            "fr": "Il n'y a pas d'options halal disponibles"
          }
        },
        {
          "if": "diet:halal=limited",
          "then": {
            "en": "There is a small halal menu",
            "nl": "Er zijn een beperkt aantal halal opties",
            "de": "Hier werden nur wenige halal Gerichte angeboten",
            "fr": "Il y a un petit menu halal"
          }
        },
        {
          "if": "diet:halal=yes",
          "then": {
            "nl": "Halal menu verkrijgbaar",
            "en": "There is a halal menu",
            "de": "Hier werden halal Gerichte angeboten",
            "fr": "Il y a un menu halal"
          }
        },
        {
          "if": "diet:halal=only",
          "then": {
            "nl": "Enkel halal opties zijn beschikbaar",
            "en": "Only halal options are available",
            "de": "Hier werden ausschließlich halal Gerichte angeboten",
            "fr": "Seules les options halal sont disponibles"
          }
        }
      ],
      "condition": "cuisine!=friture",
      "id": "halal (no friture)"
    },
    {
      "id": "organic (no friture)",
      "question": {
        "en": "Does this restaurant offer organic food?",
        "de": "Bietet dieses Restaurant biologische Speisen an?",
        "nl": "Biedt dit restaurant biologisch eten?"
      },
      "mappings": [
        {
          "if": "organic=no",
          "then": {
            "en": "There are no organic options available",
            "de": "Es sind keine biologischen Produkte verfügbar",
            "nl": "Er zijn geen biologische opties beschikbaar"
          }
        },
        {
          "if": "organic=yes",
          "then": {
            "en": "There is an organic menu",
            "de": "Es gibt ein biologisches Menü",
            "nl": "Er is een biologisch menu"
          }
        },
        {
          "if": "organic=only",
          "then": {
            "en": "Only organic options are available",
            "de": "Nur biologische Produkte sind erhältlich",
            "nl": "Er zijn alleen biologische opties beschikbaar"
          }
        }
      ],
      "condition": "cuisine!=friture"
    },
    {
      "id": "friture-vegetarian",
      "question": {
        "en": "Does this fries shop have vegetarian snacks?",
        "nl": "Heeft deze frituur vegetarische snacks?",
        "fr": "Cette friterie est-elle équipée de snacks végétariens ?",
        "de": "Hat dieser Frittenladen vegetarische Snacks?"
      },
      "mappings": [
        {
          "if": "diet:vegetarian=yes",
          "then": {
            "en": "Vegetarian snacks are available",
            "nl": "Er zijn vegetarische snacks aanwezig",
            "fr": "Des collations végétariens sont disponibles",
            "de": "Vegetarische Snacks sind erhältlich"
          }
        },
        {
          "if": "diet:vegetarian=limited",
          "then": {
            "en": "Only a small selection of snacks are vegetarian",
            "nl": "Slechts enkele vegetarische snacks",
            "fr": "Quelques snacks végétariens seulement",
            "de": "Nur eine kleine Auswahl an Snacks ist vegetarisch"
          }
        },
        {
          "if": "diet:vegetarian=no",
          "then": {
            "en": "No vegetarian snacks are available",
            "nl": "Geen vegetarische snacks beschikbaar",
            "fr": "Pas d'en-cas végétariens disponibles",
            "de": "Es sind keine vegetarischen Snacks erhältlich"
          }
        }
      ],
      "condition": "cuisine=friture"
    },
    {
      "id": "friture-vegan",
      "question": {
        "en": "Does this fries shop have vegan snacks?",
        "nl": "Heeft deze frituur veganistische snacks?",
        "fr": "Cette friterie est-elle équipée de snacks végétaliens ?",
        "de": "Gibt es in dieser Pommesbude auch vegane Snacks?"
      },
      "mappings": [
        {
          "if": "diet:vegan=yes",
          "then": {
            "en": "Vegan snacks are available",
            "nl": "Er zijn veganistische snacks aanwezig",
            "fr": "Des collations végétaliens sont disponibles",
            "de": "Vegane Snacks sind erhältlich"
          }
        },
        {
          "if": "diet:vegan=limited",
          "then": {
            "en": "A small selection of vegan snacks are available",
            "nl": "Slechts enkele veganistische snacks",
            "fr": "Quelques snacks végétaliens seulement",
            "de": "Eine kleine Auswahl an veganen Snacks ist verfügbar"
          }
        },
        {
          "if": "diet:vegan=no",
          "then": {
            "en": "No vegan snacks are available",
            "nl": "Geen veganistische snacks beschikbaar",
            "fr": "Pas d'en-cas végétaliens disponibles",
            "de": "Es sind keine veganen Snacks verfügbar"
          }
        }
      ],
      "condition": "cuisine=friture"
    },
    {
      "id": "friture-organic",
      "question": {
        "en": "Does this fries shop offer organic snacks?",
        "nl": "Heeft deze frituur biologische snacks?",
        "de": "Bietet diese Pommesbude biologische Snacks an?"
      },
      "mappings": [
        {
          "if": "organic=yes",
          "then": {
            "en": "Organic snacks are available",
            "nl": "Er zijn biologische snacks aanwezig",
            "de": "Biologische Snacks sind erhältlich"
          }
        },
        {
          "if": "organic=no",
          "then": {
            "en": "No organic snacks are available",
            "nl": "Geen biologische snacks beschikbaar",
            "de": "Es sind keine biologischen Snacks erhältlich"
          }
        },
        {
          "if": "organic=only",
          "then": {
            "en": "Only organic snacks are available",
            "nl": "Enkel biologische snacks zijn beschikbaar",
            "de": "Nur biologische Snacks sind erhältlich"
          }
        }
      ],
      "condition": "cuisine=friture"
    },
    {
      "id": "friture-oil",
      "question": {
        "en": "Does this fries shop use vegetable or animal oil for cooking?",
        "nl": "Bakt deze frituur met dierlijk vet of met plantaardige olie?",
        "fr": "Cette friteuse fonctionne-t-elle avec de la graisse animale pour la cuisson ?",
        "de": "Wird in dieser Pommesbude pflanzliches oder tierisches Fett zum Frittieren verwendet?"
      },
      "mappings": [
        {
          "if": "friture:oil=vegetable",
          "then": {
            "en": "The frying is done with vegetable oil",
            "nl": "Bakt in plantaardige olie",
            "fr": "La friture est faite avec de l'huile végétale",
            "de": "Es wird pflanzliches Fett zum Frittieren verwendet",
            "es": "Aceite vegetal"
          }
        },
        {
          "if": "friture:oil=animal",
          "then": {
            "en": "The frying is done with animal oil",
            "nl": "Dierlijk vet",
            "fr": "La friture est faite avec de la graisse animale",
            "de": "Es wird tierisches Fett zum Frittieren verwendet",
            "es": "Aceite animal"
          }
        }
      ],
      "condition": "cuisine=friture"
    },
    {
      "id": "friture-take-your-container",
      "question": {
        "nl": "Als je je eigen container (bv. kookpot of kleine potjes voor saus) meeneemt, gebruikt de frituur deze dan om je bestelling in te doen?<br/>",
        "fr": "Est-il proposé d’utiliser ses propres contenants pour sa commande ?<br/>",
        "en": "If you bring your own container (such as a cooking pot and small pots), is it used to package your order?<br/>",
        "ja": "お客様が持参容器(調理用の鍋や小さな鍋など)をもってきた場合は、注文の梱包に使用されますか?<br/>",
        "de": "Wenn Sie Ihr eigenes Behältnis mitbringen (z. B. einen Kochtopf und kleine Töpfe), wird es dann zum Verpacken Ihrer Bestellung verwendet?<br/>",
        "es": "Si traes tu propio recipiente (como ollas de cocina y ollas pequeñas), ¿se utiliza para empaquetar tu pedido?<br/>"
      },
      "mappings": [
        {
          "if": "reusable_packaging:accept=yes",
          "then": {
            "nl": "Je mag je <b>eigen containers</b> meenemen om je bestelling in mee te nemen en zo minder afval te maken",
            "fr": "Vous pouvez <b>apporter vos contenants</b> pour votre commande, limitant l’usage de matériaux à usage unique et les déchets",
            "en": "You can bring <b>your own containers</b> to get your order, saving on single-use packaging material and thus waste",
            "ja": "<b>自分の容器</b>を持ってきて、注文を受け取ることができ、使い捨ての梱包材を節約して、無駄を省くことができます",
            "de": "Sie können <b>ihre eigenen Behälter</b> mitbringen, um Ihre Bestellung zu erhalten, was Einwegverpackungsmaterial und damit Abfall spart",
            "es": "Puedes traer <b>tus propios recipientes</b> para recoger tu pedido, ahorrando material de un solo uso y por tanto basura"
          }
        },
        {
          "if": "reusable_packaging:accept=no",
          "then": {
            "nl": "Je mag <b>geen</b> eigen containers meenemen om je bestelling in mee te nemen",
            "fr": "Apporter ses propres contenants <b>n’est pas permis</b>",
            "en": "Bringing your own container is <b>not allowed</b>",
            "ja": "独自の容器を持参することは<b>できません</b>",
            "ru": "Приносить свою тару <b>не разрешено</b>",
            "de": "Das Mitbringen eines eigenen Containers ist <b>nicht erlaubt</b>",
            "es": "Traer tu propio recipiente <b>no está permitido</b>"
          }
        },
        {
          "if": "reusable_packaging:accept=only",
          "then": {
            "nl": "Je <b>moet</b> je eigen containers meenemen om je bestelling in mee te nemen.",
            "en": "You <b>must</b> bring your own container to order here.",
            "ja": "自身の容器が注文に<b>必要</b>。",
            "fr": "Il est <b>obligatoire</b> d’apporter ses propres contenants.",
            "de": "Sie <b>müssen</b> Ihren eigenen Behälter mitbringen, um hier zu bestellen.",
            "es": "<b>Debes</b> de traer tu propio recipiente para pedir aquí."
          }
        }
      ],
      "condition": "cuisine=friture"
    },
    "service:electricity",
    "dog-access",
    "internet",
    "internet-fee",
    "internet-ssid",
    "reviews"
  ],
  "filter": [
    "open_now",
    {
      "id": "vegetarian",
      "options": [
        {
          "question": {
            "en": "Has a vegetarian menu",
            "nl": "Heeft een vegetarisch menu",
            "de": "Vegetarische Gerichte im Angebot",
            "es": "Tiene menú vegetariano",
            "fr": "A un menu végétarien"
          },
          "osmTags": {
            "or": [
              "diet:vegetarian=yes",
              "diet:vegetarian=only",
              "diet:vegan=yes",
              "diet:vegan=only"
            ]
          }
        }
      ]
    },
    {
      "id": "vegan",
      "options": [
        {
          "question": {
            "en": "Has a vegan menu",
            "nl": "Heeft een veganistisch menu",
            "de": "Vegane Gerichte im Angebot",
            "es": "Tiene menú vegano",
            "fr": "A un menu végétalien"
          },
          "osmTags": {
            "or": [
              "diet:vegan=yes",
              "diet:vegan=only"
            ]
          }
        }
      ]
    },
    {
      "id": "halal",
      "options": [
        {
          "question": {
            "en": "Has a halal menu",
            "nl": "Heeft een halal menu",
            "de": "Halal Gerichte im Angebot",
            "da": "Har en halalmenu",
            "es": "Tiene menú halah",
            "fr": "A un menu halal"
          },
          "osmTags": {
            "or": [
              "diet:halal=yes",
              "diet:halal=only"
            ]
          }
        }
      ]
    },
    "has_organic",
    "accepts_cash",
    "accepts_cards"
  ],
  "deletion": {
    "nonDeleteMappings": [
      {
        "if": "amenity=pub",
        "then": {
          "en": "This is actually a pub",
          "de": "Dies ist eigentlich eine Kneipe",
          "fr": "C'est en fait un bar",
          "nl": "Dit is eigenlijk een bruin cafe of kroeg"
        }
      },
      {
        "if": "amenity=cafe",
        "then": {
          "en": "This is actually a cafe",
          "de": "Dies ist eigentlich ein Café",
          "fr": "C'est en fait un café",
          "nl": "Dit is eigenlijk een cafe (een plaats waar men rustig kan zitten om een thee, koffie of alcoholische drank te nuttigen)"
        }
      }
    ],
    "softDeletionTags": {
      "and": [
        "amenity=",
        "disused:amenity:={amenity}"
      ]
    },
    "extraDeleteReasons": [
      {
        "explanation": {
          "nl": "{title()} is permanent gestopt",
          "en": "{title()} has closed down permanently",
          "de": "{title()} wurde dauerhaft geschlossen",
          "es": "{title()} ha cerrado permanentemente",
          "fr": "{title()} a fermé définitivement"
        },
        "changesetMessage": "shop_closed"
      }
    ]
  },
  "allowMove": true,
  "mapRendering": [
    {
      "icon": {
        "render": "circle:white;./assets/layers/food/restaurant.svg",
        "mappings": [
          {
            "if": {
              "and": [
                "amenity=fast_food",
                "cuisine=friture"
              ]
            },
            "then": "circle:white;./assets/layers/food/fries.svg"
          },
          {
            "if": "amenity=fast_food",
            "then": "circle:white;./assets/layers/food/fastfood.svg"
          }
        ]
      },
      "iconBadges": [
        {
          "if": "opening_hours~*",
          "then": "isOpen"
        },
        {
          "if": {
            "or": [
              "diet:vegetarian=yes",
              "diet:vegan=yes"
            ]
          },
          "then": {
            "render": "circle:white;./assets/layers/food/Vegetarian-mark.svg"
          }
        },
        {
          "if": {
            "or": [
              "organic=yes",
              "organic=only"
            ]
          },
          "then": {
            "render": "./assets/layers/food/organic.svg"
          }
        }
      ],
      "label": {
        "mappings": [
          {
            "if": "name~*",
            "then": "<div style='background: white; padding: 0.25em; border-radius:0.5em'>{name}</div>"
          }
        ]
      },
      "location": [
        "point",
        "centroid"
      ]
    }
  ],
  "description": {
    "en": "A layer showing restaurants and fast-food amenities (with a special rendering for friteries)",
    "nl": "Een laag die restaurants en fast food toont (met een speciale weergave van frituren)",
    "de": "Eine Ebene mit Restaurants und Fast-Food-Einrichtungen (mit speziellem Rendering für Pommesbuden)",
    "es": "Una capa que muestra restaurantes y facilidades de comida rápida",
    "fr": "Un claque montrant les restaurants et les endroits de nourriture rapide (avec un rendu spécial pour les friteries)"
  }
}