mapcomplete/assets/layers/food/food.json

982 lines
33 KiB
JSON
Raw Normal View History

2021-09-02 21:22:34 +02:00
{
2021-11-07 14:37:21 +01:00
"id": "food",
"name": {
"en": "Restaurants and fast food",
"nl": "Eetgelegenheden",
2022-05-27 14:50:29 +02:00
"de": "Restaurants und Imbisse",
2022-06-01 20:21:16 +02:00
"da": "Restauranter og fastfood",
2022-07-27 10:13:31 +02:00
"es": "Restaurantes y comida rápida",
"fr": "Restaurants et nourriture rapide"
2021-11-07 14:37:21 +01:00
},
"source": {
"osmTags": {
"or": [
"amenity=fast_food",
"amenity=restaurant"
]
}
},
"minzoom": 12,
"presets": [
{
"title": {
2022-04-03 03:10:06 +02:00
"en": "a restaurant",
"nl": "een restaurant",
2021-11-07 14:37:21 +01:00
"ru": "ресторан",
2022-05-27 14:50:29 +02:00
"de": "ein Restaurant",
2022-06-01 20:21:16 +02:00
"ca": "un restaurant",
2022-07-27 10:13:31 +02:00
"es": "un restaurante",
"fr": "un restaurant"
2021-11-07 14:37:21 +01:00
},
"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",
2022-06-01 20:21:16 +02:00
"de": "Ein klassisches Speiselokal mit Sitzgelegenheiten, in dem vollständige Mahlzeiten von Kellnern serviert werden",
2022-07-27 10:13:31 +02:00
"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"
2021-11-07 14:37:21 +01:00
},
"preciseInput": {
"preferredBackground": "map"
}
},
{
"title": {
2022-04-03 03:10:06 +02:00
"en": "a fastfood",
"nl": "een fastfood-zaak",
2021-11-07 14:37:21 +01:00
"ru": "быстрое питание",
2022-05-27 14:50:29 +02:00
"de": "ein Schnellimbiss",
2022-07-27 10:13:31 +02:00
"ca": "un de menjar ràpid",
"fr": "un fast-food"
2021-11-07 14:37:21 +01:00
},
"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",
2022-06-01 20:21:16 +02:00
"de": "Ein Lebensmittelunternehmen, das sich auf schnellen Thekendienst und Essen zum Mitnehmen konzentriert",
2022-07-27 10:13:31 +02:00
"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"
2021-11-07 14:37:21 +01:00
},
"preciseInput": {
"preferredBackground": "map"
}
},
{
"title": {
2022-04-03 03:10:06 +02:00
"en": "a fries shop",
"nl": "een frituur",
2022-07-27 10:13:31 +02:00
"de": "eine Pommesbude",
"fr": "Une friterie"
2021-11-07 14:37:21 +01:00
},
"tags": [
"amenity=fast_food",
"cuisine=friture"
],
"description": {
2022-04-19 23:43:51 +02:00
"en": "A fastfood-business focused on french fries",
2022-05-06 12:17:21 +02:00
"nl": "Een fastfood-zaak waar je frieten koopt",
2022-07-27 10:13:31 +02:00
"de": "Eine Pommesbude",
"fr": "Une restauration rapide centré sur la vente de frites"
2021-11-07 14:37:21 +01:00
},
"preciseInput": {
"preferredBackground": "map"
}
}
],
"title": {
"render": {
"en": "Restaurant",
2022-04-13 18:42:40 +02:00
"nl": "Eetgelegenheid",
2022-04-18 01:47:54 +02:00
"ca": "Restaurant",
2022-06-01 20:21:16 +02:00
"de": "Restaurant",
2022-07-27 10:13:31 +02:00
"es": "Restaurante",
"fr": "Restaurant"
2021-11-07 14:37:21 +01:00
},
"mappings": [
{
"if": {
"and": [
"name~*",
"amenity=restaurant"
]
},
"then": {
"nl": "Restaurant <i>{name}</i>",
"en": "Restaurant <i>{name}</i>",
2022-04-13 18:42:40 +02:00
"de": "Restaurant <i>{name}</i>",
2022-06-01 20:21:16 +02:00
"ca": "Restaurant <i>{name}</i>",
2022-07-27 10:13:31 +02:00
"es": "Restaurante <i>{name}</i>",
"fr": "Restaurant <i>{name}</i>"
2021-11-07 14:37:21 +01:00
}
},
{
"if": {
"and": [
"name~*",
"amenity=fast_food"
]
},
"then": {
"nl": "Fastfood-zaak <i>{name}</i>",
"en": "Fastfood <i>{name}</i>",
2022-05-27 14:50:29 +02:00
"de": "Schnellimbiss <i>{name}</i>",
2022-06-01 20:21:16 +02:00
"ca": "Lloc de menjar ràpid <i>{name}</i>",
2022-07-27 10:13:31 +02:00
"es": "Comida rápida <i>{name}</i>",
"fr": "Fast-food <i>{name}</i>"
2021-09-03 16:59:53 +02:00
}
},
{
"if": {
"and": [
"amenity=fast_food"
]
},
"then": {
"nl": "Fastfood-zaak",
"en": "Fastfood",
2022-05-27 14:50:29 +02:00
"de": "Schnellimbiss",
2022-06-01 20:21:16 +02:00
"ca": "Menjar ràpid",
2022-07-27 10:13:31 +02:00
"es": "Comida rápida",
"fr": "Fast-food"
}
2021-11-07 14:37:21 +01:00
}
]
},
"tagRenderings": [
"images",
2022-07-25 16:45:11 +02:00
"level",
2021-11-07 14:37:21 +01:00
{
"question": {
"nl": "Wat is de naam van deze eetgelegenheid?",
"en": "What is the name of this restaurant?",
2022-06-01 20:21:16 +02:00
"de": "Wie heißt dieses Restaurant?",
2022-07-27 10:13:31 +02:00
"es": "¿Cual es el nombre de este restaurante?",
"fr": "Quel est le nom de ce restaurant ?"
2021-11-07 14:37:21 +01:00
},
"render": {
"nl": "De naam van deze eetgelegeheid is {name}",
"en": "The name of this restaurant is {name}",
2022-06-01 20:21:16 +02:00
"de": "Das Restaurant heißt {name}",
2022-07-27 10:13:31 +02:00
"es": "El nombre de este restaurante es {name}",
"fr": "Le nom de ce restaurant est {name}"
2021-11-07 14:37:21 +01:00
},
"freeform": {
"key": "name"
},
"id": "Name"
2021-09-03 16:59:53 +02:00
},
2021-11-07 14:37:21 +01:00
{
"question": {
"en": "What type of business is this?",
"nl": "Wat voor soort zaak is dit?",
2022-06-01 20:21:16 +02:00
"de": "Um was für einen Ort handelt es sich?",
2022-07-27 10:13:31 +02:00
"es": "¿Qué tipo de negocio es este?",
"fr": "Quel type de restaurant est-ce ?"
2021-11-07 14:37:21 +01:00
},
"mappings": [
{
"if": "amenity=fast_food",
"then": {
2022-06-07 03:39:45 +02:00
"en": "This is a fastfood-business, focused on fast service. If seating is available, these are rather limited and functional.",
2022-07-28 09:30:45 +02:00
"nl": "Dit is een <b>fastfood-zaak</b>. De focus ligt op snelle bediening, zitplaatsen zijn vaak beperkt en functioneel.",
2022-06-01 20:21:16 +02:00
"de": "Es handelt sich um einen Schnellimbiss, mit Fokus auf schnelle Bedienung am Tresen. Sitzmöglichkeiten sind begrenzt und funktional.",
2022-07-27 10:13:31 +02:00
"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."
2021-11-07 14:37:21 +01:00
}
},
{
"if": "amenity=restaurant",
"then": {
2022-06-07 03:39:45 +02:00
"en": "A <b>restaurant</b>, focused on creating a nice experience where one is served at the table",
2022-05-06 12:17:21 +02:00
"nl": "Dit is een <b>restaurant</b>. De focus ligt op een aangename ervaring waar je aan tafel wordt bediend",
2022-06-01 20:21:16 +02:00
"de": "Es handelt sich um ein <b>Restaurant</b>, mit Fokus auf eine nette Atmosphäre und Tischbedienung",
2022-07-27 10:13:31 +02:00
"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"
2021-11-07 14:37:21 +01:00
}
2021-09-03 16:59:53 +02:00
}
2021-11-07 14:37:21 +01:00
],
"id": "Fastfood vs restaurant"
2021-09-03 16:59:53 +02:00
},
2021-11-07 14:37:21 +01:00
"opening_hours",
"website",
"email",
"phone",
"payment-options",
"wheelchair-access",
{
"question": {
"nl": "Welk soort gerechten worden hier geserveerd?",
"en": "Which food is served here?",
2022-06-01 20:21:16 +02:00
"de": "Welches Essen gibt es hier?",
2022-07-27 10:13:31 +02:00
"es": "¿Qué comida se sirve aquí?",
"fr": "Quelle type de nourriture est servie ici ?"
2021-11-07 14:37:21 +01:00
},
"render": {
"nl": "Deze plaats serveert vooral {cuisine}",
"en": "This place mostly serves {cuisine}",
2022-06-01 20:21:16 +02:00
"de": "An diesem Ort gibt es hauptsächlich {cuisine}",
2022-07-27 10:13:31 +02:00
"es": "Aquí se sirve principalmente {cuisine}",
"fr": "Cet endroit sert principalement des plats {cuisine}"
2021-11-07 14:37:21 +01:00
},
"freeform": {
"key": "cuisine",
"addExtraTags": [
"fixme=Freeform tag `cuisine` used, to be doublechecked"
2021-09-03 16:59:53 +02:00
]
2021-11-07 14:37:21 +01:00
},
"mappings": [
{
"if": "cuisine=pizza",
"then": {
"en": "This is a pizzeria",
"nl": "Dit is een pizzeria",
2022-06-01 20:21:16 +02:00
"de": "Dies ist eine Pizzeria",
2022-07-27 10:13:31 +02:00
"es": "Esto es una pizzería",
"fr": "C'est une pizzéria"
2021-11-07 14:37:21 +01:00
}
},
{
"if": "cuisine=friture",
"then": {
"en": "This is a friture",
"nl": "Dit is een frituur",
2022-07-27 10:13:31 +02:00
"de": "Dies ist eine Pommesbude",
"fr": "C'est une friterie"
2021-11-07 14:37:21 +01:00
}
},
{
"if": "cuisine=pasta",
"then": {
"en": "Mainly serves pasta",
"nl": "Dit is een pastazaak",
2022-06-01 20:21:16 +02:00
"de": "Bietet vorwiegend Pastagerichte an",
2022-07-27 10:13:31 +02:00
"es": "Principalmente sirve pasta",
"fr": "Restaurant Italien"
2021-11-07 14:37:21 +01:00
}
},
{
"if": "cuisine=kebab",
"then": {
"en": "This is kebab shop",
2022-05-06 12:17:21 +02:00
"nl": "Dit is een kebabzaak",
2022-06-01 20:21:16 +02:00
"de": "Das ist ein Dönerladen",
2022-07-27 10:13:31 +02:00
"es": "Esta es una tienda de kebak",
"fr": "C'est un resto kebab"
2021-11-07 14:37:21 +01:00
}
},
{
"if": "cuisine=sandwich",
"then": {
"en": "This is a sandwichbar",
2022-05-06 12:17:21 +02:00
"nl": "Dit is een broodjeszaak",
2022-07-27 10:13:31 +02:00
"de": "Dies ist ein Sandwichladen",
"fr": "C'est une sandwicherie"
2021-11-07 14:37:21 +01:00
}
},
{
"if": "cuisine=burger",
"then": {
"en": "Burgers are served here",
2022-05-06 12:17:21 +02:00
"nl": "Dit is een hamburgerrestaurant",
2022-06-01 20:21:16 +02:00
"de": "Hier werden Burger serviert",
2022-07-27 10:13:31 +02:00
"es": "Aquí se sirven hamburguesas",
"fr": "Des hamburgers sont servis ici"
2021-11-07 14:37:21 +01:00
}
},
{
"if": "cuisine=sushi",
"then": {
"en": "Sushi is served here",
2022-05-06 12:17:21 +02:00
"nl": "Dit is een sushirestaurant",
2022-06-01 20:21:16 +02:00
"de": "Hier wird Sushi serviert",
2022-07-27 10:13:31 +02:00
"es": "Aquí se sirve sushi",
"fr": "Des sushis sont servis ici"
2021-11-07 14:37:21 +01:00
}
},
{
"if": "cuisine=coffee",
"then": {
"en": "Coffee is served here",
2022-05-06 12:17:21 +02:00
"nl": "Dit is een koffiezaak",
2022-06-01 20:21:16 +02:00
"de": "Hier wird Kaffee serviert",
2022-07-27 10:13:31 +02:00
"es": "Aquí se sirve café",
"fr": "Ceci est un café"
2021-11-07 14:37:21 +01:00
}
},
{
"if": "cuisine=italian",
"then": {
"en": "This is an italian restaurant (which serves more then pasta and pizza)",
2022-05-06 12:17:21 +02:00
"nl": "Dit is een Italiaans restaurant (dat meer dan enkel pasta of pizza verkoopt)",
2022-06-01 20:21:16 +02:00
"de": "Dies ist ein italienisches Restaurant (das mehr als nur Pasta und Pizza serviert)",
2022-07-27 10:13:31 +02:00
"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)"
2021-11-07 14:37:21 +01:00
}
},
{
"if": "cuisine=french",
"then": {
"en": "French dishes are served here",
2022-05-06 12:17:21 +02:00
"nl": "Dit is een Frans restaurant",
2022-06-01 20:21:16 +02:00
"de": "Hier werden französische Gerichte serviert",
2022-07-27 10:13:31 +02:00
"es": "Aquí se sirven platos Franceses",
"fr": "Des plats français sont servis ici"
2021-11-07 14:37:21 +01:00
}
},
{
"if": "cuisine=chinese",
"then": {
"en": "Chinese dishes are served here",
2022-05-06 12:17:21 +02:00
"nl": "Dit is een Chinees restaurant",
2022-06-01 20:21:16 +02:00
"de": "Hier werden chinesische Gerichte serviert",
2022-07-27 10:13:31 +02:00
"es": "Aquí se sirven platos Chinos",
"fr": "Des plats chinois sont servis ici"
2021-11-07 14:37:21 +01:00
}
},
{
"if": "cuisine=greek",
"then": {
"en": "Greek dishes are served here",
2022-05-06 12:17:21 +02:00
"nl": "Dit is een Grieks restaurant",
2022-06-01 20:21:16 +02:00
"de": "Hier werden griechische Gerichte serviert",
2022-07-27 10:13:31 +02:00
"es": "Aquí se sirven platos Griegos",
"fr": "Des plats grecs sont servis ici"
2021-11-07 14:37:21 +01:00
}
},
{
"if": "cuisine=indian",
"then": {
"en": "Indian dishes are served here",
2022-05-06 12:17:21 +02:00
"nl": "Dit is een Indisch restaurant",
2022-06-01 20:21:16 +02:00
"de": "Hier werden indische Gerichte serviert",
2022-07-27 10:13:31 +02:00
"es": "Aquí se sirven platos Indios",
"fr": "Des plats indiens sont servis ici"
2021-11-07 14:37:21 +01:00
}
},
{
"if": "cuisine=turkish",
"then": {
"en": "Turkish dishes are served here",
2022-05-06 12:17:21 +02:00
"nl": "Dit is een Turks restaurant (dat meer dan enkel kebab verkoopt)",
2022-06-01 20:21:16 +02:00
"de": "Hier werden türkische Gerichte serviert",
2022-07-27 10:13:31 +02:00
"es": "Aquí se sirven platos Turcos",
"fr": "Des plats turcs sont servis ici"
2021-11-07 14:37:21 +01:00
}
},
{
"if": "cuisine=thai",
"then": {
"en": "Thai dishes are served here",
2022-05-06 12:17:21 +02:00
"nl": "Dit is een Thaïs restaurant",
2022-07-27 10:13:31 +02:00
"de": "Hier werden thailändische Gerichte serviert",
"fr": "Des plats thaïlandais sont servis ici"
2021-11-07 14:37:21 +01:00
}
}
],
"id": "Cuisine"
2021-09-03 16:59:53 +02:00
},
2021-11-07 14:37:21 +01:00
{
"question": {
"nl": "Biedt deze zaak een afhaalmogelijkheid aan?",
2022-06-19 22:13:38 +02:00
"en": "Does this place offer take-away?",
2022-06-01 20:21:16 +02:00
"de": "Werden Gerichte zum Mitnehmen angeboten?",
2022-07-27 10:13:31 +02:00
"es": "¿Este lugar ofrece para llevar?",
"fr": "Cet établissement propose-t-il des plats à emporter ?"
2021-11-07 14:37:21 +01:00
},
"mappings": [
{
2021-11-07 14:37:21 +01:00
"if": "takeaway=only",
"then": {
"en": "This is a take-away only business",
"nl": "Hier is enkel afhaal mogelijk",
2022-06-01 20:21:16 +02:00
"de": "Hier werden Gerichte ausschließlich zum Mitnehmen angeboten",
2022-07-27 10:13:31 +02:00
"es": "Este es un negocio solo para pedir para llevar",
"fr": "Ceci est un resto uniquement de vente à emporter"
2021-11-07 14:37:21 +01:00
}
},
{
2021-11-07 14:37:21 +01:00
"if": "takeaway=yes",
"then": {
"en": "Take-away is possible here",
"nl": "Eten kan hier afgehaald worden",
2022-06-01 20:21:16 +02:00
"de": "Hier werden Gerichte auch zum Mitnehmen angeboten",
2022-07-27 10:13:31 +02:00
"es": "Aquí es posible pedir para llevar",
"fr": "La vente à emporter est possible ici"
2021-11-07 14:37:21 +01:00
}
},
{
"if": "takeaway=no",
"then": {
"en": "Take-away is not possible here",
"nl": "Hier is geen afhaalmogelijkheid",
2022-06-01 20:21:16 +02:00
"de": "Hier werden Gerichte nicht zum Mitnehmen angeboten",
2022-07-27 10:13:31 +02:00
"es": "Aquí no es posible pedir para llevar",
"fr": "La vente à emporter n'est pas possible ici"
2021-11-07 14:37:21 +01:00
}
2021-09-03 16:59:53 +02:00
}
2021-11-07 14:37:21 +01:00
],
"id": "Takeaway"
},
2022-06-09 18:28:08 +02:00
{
"id": "delivery",
"question": {
2022-06-22 15:29:10 +02:00
"en": "Delivers {title()} their food at home?",
2022-06-22 18:56:02 +02:00
"de": "Liefert {title()} ihr Essen nach Hause?",
2022-07-27 10:13:31 +02:00
"nl": "Levert {title()} aan huis?",
"fr": "Est-ce que {title()} livre sa nourriture à domicile ?"
2022-06-09 18:28:08 +02:00
},
"mappings": [
{
"if": "delivery=yes",
"then": {
2022-06-22 15:29:10 +02:00
"en": "This business does home delivery (eventually via a third party)",
2022-07-27 10:13:31 +02:00
"de": "Dieses Unternehmen liefert nach Hause (eventuell über eine dritte Partei)",
2022-07-28 09:30:45 +02:00
"fr": "Ce restaurant effectue la livraison à domicile (éventuellement via un tiers)",
"nl": "Deze zaak levert aan huis (eventueel via een derde partij)"
2022-06-09 18:28:08 +02:00
}
},
{
"if": "delivery=no",
"then": {
2022-06-22 15:29:10 +02:00
"en": "This business does not deliver at home",
2022-07-27 10:13:31 +02:00
"de": "Dieses Unternehmen liefert nicht nach Hause",
2022-07-28 09:30:45 +02:00
"fr": "Ce restaurant ne livre pas à domicile",
"nl": "Deze zaak doet geen thuisleveringen"
2022-06-09 18:28:08 +02:00
}
}
]
},
2021-11-07 14:37:21 +01:00
{
"question": {
"nl": "Heeft deze eetgelegenheid een vegetarische optie?",
"en": "Does this restaurant have a vegetarian option?",
2022-06-01 20:21:16 +02:00
"de": "Werden hier vegetarische Gerichte angeboten?",
2022-07-27 10:13:31 +02:00
"es": "¿Este restaurante tiene una opción vegetariana?",
"fr": "Ce restaurant propose-t-il une option végétarienne ?"
2021-11-07 14:37:21 +01:00
},
"mappings": [
{
2021-11-07 14:37:21 +01:00
"if": "diet:vegetarian=no",
"then": {
"en": "No vegetarian options are available",
2022-05-06 12:17:21 +02:00
"nl": "Geen vegetarische opties beschikbaar",
2022-06-01 20:21:16 +02:00
"de": "Hier werden keine vegetarischen Gerichte angeboten",
2022-07-27 10:13:31 +02:00
"es": "Sin opciones vegetarianas",
"fr": "Aucune option végétarienne n'est disponible"
2021-11-07 14:37:21 +01:00
}
},
{
2021-11-07 14:37:21 +01:00
"if": "diet:vegetarian=limited",
"then": {
"en": "Some vegetarian options are available",
2022-05-06 12:17:21 +02:00
"nl": "Beperkte vegetarische opties zijn beschikbaar",
2022-06-01 20:21:16 +02:00
"de": "Hier werden nur wenige vegetarische Gerichte angeboten",
2022-07-27 10:13:31 +02:00
"es": "Algunas opciones vegetarianas",
"fr": "Certaines options végétariennes sont disponibles"
2021-11-07 14:37:21 +01:00
}
},
{
2021-11-07 14:37:21 +01:00
"if": "diet:vegetarian=yes",
"then": {
2022-02-27 15:54:50 +01:00
"en": "Vegetarian options are available",
2022-05-06 12:17:21 +02:00
"nl": "Vegetarische opties zijn beschikbaar",
2022-06-01 20:21:16 +02:00
"de": "Hier werden vegetarische Gerichte angeboten",
2022-07-27 10:13:31 +02:00
"es": "Opciones vegetarianas disponibles",
"fr": "Des options végétariennes sont disponibles"
2021-11-07 14:37:21 +01:00
}
},
{
"if": "diet:vegetarian=only",
"then": {
"en": "All dishes are vegetarian",
2022-05-06 12:17:21 +02:00
"nl": "Enkel vegetarische opties zijn beschikbaar",
2022-06-01 20:21:16 +02:00
"de": "Hier werden ausschließlich vegetarische Gerichte angeboten",
2022-07-27 10:13:31 +02:00
"es": "Todos los platos son vegetarianos",
"fr": "Tous les plats sont végétariens"
2021-11-07 14:37:21 +01:00
}
2021-09-02 21:22:34 +02:00
}
2021-11-07 14:37:21 +01:00
],
"condition": "cuisine!=friture",
"id": "Vegetarian (no friture)"
},
2021-11-07 14:37:21 +01:00
{
"question": {
"en": "Does this business serve vegan meals?",
2022-05-06 12:17:21 +02:00
"nl": "Heeft deze eetgelegenheid een veganistische optie?",
2022-06-01 20:21:16 +02:00
"de": "Werden hier vegane Gerichte angeboten?",
2022-07-27 10:13:31 +02:00
"es": "¿Este negocio sirve comida vegana?",
"fr": "Cet établissement sert-il des repas végétaliens ?"
2021-11-07 14:37:21 +01:00
},
"mappings": [
{
"if": "diet:vegan=no",
"then": {
"en": "No vegan options available",
2022-05-06 12:17:21 +02:00
"nl": "Geen veganistische opties beschikbaar",
2022-06-01 20:21:16 +02:00
"de": "Hier werden keine veganen Gerichte angeboten",
2022-07-27 10:13:31 +02:00
"es": "Sin opciones veganas disponibles",
"fr": "Aucune option végétalienne disponible"
2021-11-07 14:37:21 +01:00
}
},
2021-11-07 14:37:21 +01:00
{
"if": "diet:vegan=limited",
"then": {
"en": "Some vegan options are available",
2022-05-06 12:17:21 +02:00
"nl": "Beperkte veganistische opties zijn beschikbaar",
2022-06-01 20:21:16 +02:00
"de": "Hier werden nur wenige vegane Gerichte angeboten",
2022-07-27 10:13:31 +02:00
"es": "Alguna opciones veganas disponibles",
"fr": "Certaines options végétaliennes sont disponibles"
2021-11-07 14:37:21 +01:00
}
},
{
"if": "diet:vegan=yes",
"then": {
"en": "Vegan options are available",
2022-05-06 12:17:21 +02:00
"nl": "Veganistische opties zijn beschikbaar",
2022-06-01 20:21:16 +02:00
"de": "Hier werden vegane Gerichte angeboten",
2022-07-27 10:13:31 +02:00
"es": "Opciones veganas disponibles",
"fr": "Des options végétaliennes sont disponibles"
2021-11-07 14:37:21 +01:00
}
},
{
"if": "diet:vegan=only",
"then": {
"en": "All dishes are vegan",
2022-05-06 12:17:21 +02:00
"nl": "Enkel veganistische opties zijn beschikbaar",
2022-06-01 20:21:16 +02:00
"de": "Hier werden ausschließlich vegane Gerichte angeboten",
2022-07-27 10:13:31 +02:00
"es": "Todos los platos son veganos",
"fr": "Tous les plats sont végétaliens"
2021-11-07 14:37:21 +01:00
}
2021-09-02 21:22:34 +02:00
}
2021-11-07 14:37:21 +01:00
],
"condition": "cuisine!=friture",
"id": "Vegan (no friture)"
2021-09-02 21:22:34 +02:00
},
2021-11-07 14:37:21 +01:00
{
"question": {
"en": "Does this restaurant offer a halal menu?",
"nl": "Heeft dit restaurant halal opties?",
2022-07-27 10:13:31 +02:00
"de": "Werden hier halal Gerichte angeboten?",
"fr": "Ce restaurant propose-t-il un menu halal ?"
2021-11-07 14:37:21 +01:00
},
"mappings": [
{
2021-11-07 14:37:21 +01:00
"if": "diet:halal=no",
"then": {
"en": "There are no halal options available",
"nl": "Er zijn geen halal opties aanwezig",
2022-07-27 10:13:31 +02:00
"de": "Hier werden keine halal Gerichte angeboten",
"fr": "Il n'y a pas d'options halal disponibles"
2021-11-07 14:37:21 +01:00
}
},
{
2021-11-07 14:37:21 +01:00
"if": "diet:halal=limited",
"then": {
"en": "There is a small halal menu",
"nl": "Er zijn een beperkt aantal halal opties",
2022-07-27 10:13:31 +02:00
"de": "Hier werden nur wenige halal Gerichte angeboten",
"fr": "Il y a un petit menu halal"
2021-11-07 14:37:21 +01:00
}
2021-09-02 21:22:34 +02:00
},
{
2021-11-07 14:37:21 +01:00
"if": "diet:halal=yes",
"then": {
"nl": "Halal menu verkrijgbaar",
"en": "There is a halal menu",
2022-07-27 10:13:31 +02:00
"de": "Hier werden halal Gerichte angeboten",
"fr": "Il y a un menu halal"
2021-11-07 14:37:21 +01:00
}
},
{
2021-11-07 14:37:21 +01:00
"if": "diet:halal=only",
"then": {
"nl": "Enkel halal opties zijn beschikbaar",
"en": "Only halal options are available",
2022-07-27 10:13:31 +02:00
"de": "Hier werden ausschließlich halal Gerichte angeboten",
"fr": "Seules les options halal sont disponibles"
2021-11-07 14:37:21 +01:00
}
}
],
"condition": "cuisine!=friture",
"id": "halal (no friture)"
},
{
"id": "friture-vegetarian",
"question": {
"en": "Does this fries shop have vegetarian snacks?",
2021-11-07 14:37:21 +01:00
"nl": "Heeft deze frituur vegetarische snacks?",
2022-04-18 01:47:54 +02:00
"fr": "Cette friterie est-elle équipée de snacks végétariens ?",
"de": "Hat dieser Frittenladen vegetarische Snacks?"
2021-11-07 14:37:21 +01:00
},
"mappings": [
{
"if": "diet:vegetarian=yes",
"then": {
"en": "Vegetarian snacks are available",
2021-11-07 14:37:21 +01:00
"nl": "Er zijn vegetarische snacks aanwezig",
2022-05-06 12:17:21 +02:00
"fr": "Des collations végétariens sont disponibles",
"de": "Vegetarische Snacks sind erhältlich"
2021-11-07 14:37:21 +01:00
}
},
{
2021-11-07 14:37:21 +01:00
"if": "diet:vegetarian=limited",
"then": {
"en": "Only a small selection of snacks are vegetarian",
2021-11-07 14:37:21 +01:00
"nl": "Slechts enkele vegetarische snacks",
2022-05-06 12:17:21 +02:00
"fr": "Quelques snacks végétariens seulement",
"de": "Nur eine kleine Auswahl an Snacks ist vegetarisch"
2021-11-07 14:37:21 +01:00
}
},
{
"if": "diet:vegetarian=no",
"then": {
"en": "No vegetarian snacks are available",
2021-11-07 14:37:21 +01:00
"nl": "Geen vegetarische snacks beschikbaar",
2022-05-06 12:17:21 +02:00
"fr": "Pas d'en-cas végétariens disponibles",
"de": "Es sind keine vegetarischen Snacks erhältlich"
2021-11-07 14:37:21 +01:00
}
}
],
"condition": "cuisine=friture"
},
{
"id": "friture-vegan",
"question": {
"en": "Does this fries shop have vegan snacks?",
2021-11-07 14:37:21 +01:00
"nl": "Heeft deze frituur veganistische snacks?",
2022-05-06 12:17:21 +02:00
"fr": "Cette friterie est-elle équipée de snacks végétaliens ?",
"de": "Gibt es in dieser Pommesbude auch vegane Snacks?"
2021-11-07 14:37:21 +01:00
},
"mappings": [
{
"if": "diet:vegan=yes",
"then": {
"en": "Vegan snacks are available",
2021-11-07 14:37:21 +01:00
"nl": "Er zijn veganistische snacks aanwezig",
2022-05-06 12:17:21 +02:00
"fr": "Des collations végétaliens sont disponibles",
"de": "Vegane Snacks sind erhältlich"
2021-11-07 14:37:21 +01:00
}
},
{
2021-11-07 14:37:21 +01:00
"if": "diet:vegan=limited",
"then": {
"en": "A small selection of vegan snacks are available",
2021-11-07 14:37:21 +01:00
"nl": "Slechts enkele veganistische snacks",
2022-05-06 12:17:21 +02:00
"fr": "Quelques snacks végétaliens seulement",
"de": "Eine kleine Auswahl an veganen Snacks ist verfügbar"
2021-11-07 14:37:21 +01:00
}
},
{
"if": "diet:vegan=no",
"then": {
"en": "No vegan snacks are available",
2021-11-07 14:37:21 +01:00
"nl": "Geen veganistische snacks beschikbaar",
2022-05-06 12:17:21 +02:00
"fr": "Pas d'en-cas végétaliens disponibles",
"de": "Es sind keine veganen Snacks verfügbar"
2021-11-07 14:37:21 +01:00
}
}
],
"condition": "cuisine=friture"
},
{
"id": "friture-oil",
"question": {
2022-06-19 22:13:38 +02:00
"en": "Does this fries shop use vegetable or animal oil for cooking?",
2021-11-07 14:37:21 +01:00
"nl": "Bakt deze frituur met dierlijk vet of met plantaardige olie?",
2022-06-24 19:00:02 +02:00
"fr": "Cette friteuse fonctionne-t-elle avec de la graisse animale pour la cuisson ?",
2022-05-06 12:17:21 +02:00
"de": "Wird in dieser Pommesbude pflanzliches oder tierisches Fett zum Frittieren verwendet?"
2021-11-07 14:37:21 +01:00
},
"mappings": [
{
"if": "friture:oil=vegetable",
"then": {
2022-06-19 22:13:38 +02:00
"en": "The frying is done with vegetable oil",
"nl": "Bakt in plantaardige olie",
2022-06-24 19:00:02 +02:00
"fr": "La friture est faite avec de l'huile végétale",
2022-06-19 22:13:38 +02:00
"de": "Es wird pflanzliches Fett zum Frittieren verwendet",
2022-06-01 20:21:16 +02:00
"es": "Aceite vegetal"
2021-11-07 14:37:21 +01:00
}
},
{
"if": "friture:oil=animal",
"then": {
2022-06-19 22:13:38 +02:00
"en": "The frying is done with animal oil",
2021-11-07 14:37:21 +01:00
"nl": "Dierlijk vet",
2022-06-24 19:00:02 +02:00
"fr": "La friture est faite avec de la graisse animale",
2022-06-19 22:13:38 +02:00
"de": "Es wird tierisches Fett zum Frittieren verwendet",
2022-06-01 20:21:16 +02:00
"es": "Aceite animal"
2021-11-07 14:37:21 +01:00
}
}
],
"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?",
"fr": "Est-il proposé dutiliser 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/>",
2022-06-01 20:21:16 +02:00
"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/>"
2021-11-07 14:37:21 +01:00
},
"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 lusage 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>を持ってきて、注文を受け取ることができ、使い捨ての梱包材を節約して、無駄を省くことができます",
2022-06-01 20:21:16 +02:00
"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"
2021-11-07 14:37:21 +01:00
}
},
{
"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>nest pas permis</b>",
"en": "Bringing your own container is <b>not allowed</b>",
"ja": "独自の容器を持参することは<b>できません</b>",
"ru": "Приносить свою тару <b>не разрешено</b>",
2022-06-01 20:21:16 +02:00
"de": "Das Mitbringen eines eigenen Containers ist <b>nicht erlaubt</b>",
"es": "Traer tu propio recipiente <b>no está permitido</b>"
2021-11-07 14:37:21 +01:00
}
},
{
"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>。",
2022-06-27 09:29:23 +02:00
"fr": "Il est <b>obligatoire</b> dapporter ses propres contenants.",
2022-06-01 20:21:16 +02:00
"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í."
2021-11-07 14:37:21 +01:00
}
}
],
"condition": "cuisine=friture"
},
"service:electricity",
2022-01-06 15:38:43 +01:00
"dog-access",
"internet",
"internet-fee",
"internet-ssid",
2022-01-06 15:38:43 +01:00
"reviews"
2021-11-07 14:37:21 +01:00
],
"filter": [
{
"id": "opened-now",
"options": [
{
"question": {
"en": "Opened now",
"nl": "Nu geopened",
2022-04-13 18:42:40 +02:00
"de": "Aktuell geöffnet",
2022-06-01 20:21:16 +02:00
"ca": "Obert ara",
2022-07-27 10:13:31 +02:00
"es": "Abierta ahora",
"fr": "Ouvert maintenant"
2021-11-07 14:37:21 +01:00
},
"osmTags": "_isOpen=yes"
}
]
},
{
"id": "vegetarian",
"options": [
{
"question": {
"en": "Has a vegetarian menu",
"nl": "Heeft een vegetarisch menu",
2022-06-01 20:21:16 +02:00
"de": "Vegetarische Gerichte im Angebot",
2022-07-27 10:13:31 +02:00
"es": "Tiene menú vegetariano",
"fr": "A un menu végétarien"
2021-11-07 14:37:21 +01:00
},
"osmTags": {
"or": [
"diet:vegetarian=yes",
"diet:vegetarian=only",
"diet:vegan=yes",
"diet:vegan=only"
]
2021-11-07 14:37:21 +01:00
}
}
2021-11-07 14:37:21 +01:00
]
},
{
"id": "vegan",
"options": [
{
"question": {
"en": "Has a vegan menu",
"nl": "Heeft een veganistisch menu",
2022-06-01 20:21:16 +02:00
"de": "Vegane Gerichte im Angebot",
2022-07-27 10:13:31 +02:00
"es": "Tiene menú vegano",
"fr": "A un menu végétalien"
2021-11-07 14:37:21 +01:00
},
"osmTags": {
"or": [
"diet:vegan=yes",
"diet:vegan=only"
]
2021-11-07 14:37:21 +01:00
}
}
2021-11-07 14:37:21 +01:00
]
},
2021-11-07 14:37:21 +01:00
{
"id": "halal",
"options": [
{
"question": {
"en": "Has a halal menu",
"nl": "Heeft een halal menu",
2022-04-28 00:35:08 +02:00
"de": "Halal Gerichte im Angebot",
2022-06-01 20:21:16 +02:00
"da": "Har en halalmenu",
2022-07-27 10:13:31 +02:00
"es": "Tiene menú halah",
"fr": "A un menu halal"
2021-11-07 14:37:21 +01:00
},
"osmTags": {
"or": [
"diet:halal=yes",
"diet:halal=only"
]
}
}
]
},
{
"id": "accepts-cash",
"options": [
{
"osmTags": "payment:cash=yes",
"question": {
2022-05-06 12:17:21 +02:00
"en": "Accepts cash",
2022-06-01 20:21:16 +02:00
"de": "Akzeptiert Bargeld",
2022-07-10 18:37:23 +02:00
"es": "Acepta efectivo",
2022-07-27 10:13:31 +02:00
"nl": "Accepteert cash",
"fr": "Accepte les paiements en espèces"
}
}
]
},
{
"id": "accepts-cards",
"options": [
{
"osmTags": "payment:cards=yes",
"question": {
2022-05-06 12:17:21 +02:00
"en": "Accepts payment cards",
2022-06-01 20:21:16 +02:00
"de": "Akzeptiert Kartenzahlung",
2022-07-10 18:37:23 +02:00
"es": "Acepta tarjetas de pago",
2022-07-27 10:13:31 +02:00
"nl": "Accepteert betaalkaarten",
"fr": "Accepte les cartes de paiement"
}
}
]
2021-12-29 20:46:57 +01:00
}
2021-11-07 14:37:21 +01:00
],
"deletion": {
"nonDeleteMappings": [
{
"if": "amenity=pub",
"then": {
2022-07-26 10:51:14 +02:00
"en": "This is actually a pub",
2022-07-27 10:13:31 +02:00
"de": "Dies ist eigentlich eine Kneipe",
2022-07-28 09:30:45 +02:00
"fr": "C'est en fait un bar",
"nl": "Dit is eigenlijk een bruin cafe of kroeg"
}
},
{
"if": "amenity=cafe",
"then": {
2022-07-26 10:51:14 +02:00
"en": "This is actually a cafe",
2022-07-27 10:13:31 +02:00
"de": "Dies ist eigentlich ein Café",
2022-07-28 09:30:45 +02:00
"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)"
}
}
],
2021-11-07 14:37:21 +01:00
"softDeletionTags": {
"and": [
"amenity=",
"disused:amenity:={amenity}"
]
},
"extraDeleteReasons": [
{
"explanation": {
"nl": "{title()} is permanent gestopt",
2022-05-06 12:17:21 +02:00
"en": "{title()} has closed down permanently",
2022-06-01 20:21:16 +02:00
"de": "{title()} wurde dauerhaft geschlossen",
2022-07-27 10:13:31 +02:00
"es": "{title()} ha cerrado permanentemente",
"fr": "{title()} a fermé définitivement"
},
"changesetMessage": "shop_closed"
}
]
2021-11-07 14:37:21 +01:00
},
2021-11-07 15:31:55 +01:00
"allowMove": true,
"mapRendering": [
{
"icon": {
"render": "circle:white;./assets/layers/food/restaurant.svg",
"mappings": [
{
"if": {
"and": [
"amenity=fast_food",
"cuisine=friture"
]
},
2021-11-07 15:31:55 +01:00
"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"
]
2021-11-07 15:31:55 +01:00
},
"then": {
"render": "circle:white;./assets/themes/fritures/Vegetarian-mark.svg"
}
}
2021-11-07 15:31:55 +01:00
],
"label": {
"mappings": [
{
"if": "name~*",
"then": "<div style='background: white; padding: 0.25em; border-radius:0.5em'>{name}</div>"
}
]
},
"location": [
2021-11-08 15:31:25 +01:00
"point",
"centroid"
2021-11-07 15:31:55 +01:00
]
}
2021-12-05 05:16:24 +01:00
],
"description": {
2022-04-03 03:17:10 +02:00
"en": "A layer showing restaurants and fast-food amenities (with a special rendering for friteries)",
2022-05-06 12:17:21 +02:00
"nl": "Een laag die restaurants en fast food toont (met een speciale weergave van frituren)",
2022-06-01 20:21:16 +02:00
"de": "Eine Ebene mit Restaurants und Fast-Food-Einrichtungen (mit speziellem Rendering für Pommesbuden)",
2022-07-27 10:13:31 +02:00
"es": "Una capa que muestra restaurantes y facilidades de comida rápida",
2022-07-28 09:30:45 +02:00
"fr": "Un claque montrant les restaurants et les endroits de nourriture rapide (avec un rendu spécial pour les friteries)"
2021-12-05 05:16:24 +01:00
}
2022-01-06 15:38:43 +01:00
}