mapcomplete/assets/layers/food/food.json

891 lines
29 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",
"es": "Restaurantes y comida rápida"
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",
"es": "un restaurante"
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",
"es": "Un lugar de comidas formal, con mesas y sillas y que vende comidas completas servidas por camareros"
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-04-13 18:42:40 +02:00
"ca": "un de menjar ràpid"
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",
"es": "Un negocio de comida centrado en servicio rápido solo en mostrador y comida para llevar"
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-05-06 12:17:21 +02:00
"de": "eine Pommesbude"
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",
"de": "Eine Pommesbude"
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",
"es": "Restaurante"
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>",
"es": "Restaurante <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>",
"es": "Comida rápida <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",
"es": "Comida rápida"
}
2021-11-07 14:37:21 +01:00
}
]
},
"tagRenderings": [
"images",
{
"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?",
"es": "¿Cual es el nombre de este restaurante?"
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}",
"es": "El nombre de este restaurante es {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?",
"es": "¿Qué tipo de negocio es este?"
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-05-06 12:17:21 +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.",
"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."
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",
"es": "Un <b>restaurante</b>, centrado en crear una buena experiencia donde se sirve en la mesa"
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?",
"es": "¿Qué comida se sirve aquí?"
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}",
"es": "Aquí se sirve principalmente {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",
"es": "Esto es una pizzería"
2021-11-07 14:37:21 +01:00
}
},
{
"if": "cuisine=friture",
"then": {
"en": "This is a friture",
"nl": "Dit is een frituur",
"de": "Dies ist eine Pommesbude"
}
},
{
"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",
"es": "Principalmente sirve pasta"
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",
"es": "Esta es una tienda de kebak"
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",
"de": "Dies ist ein Sandwichladen"
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",
"es": "Aquí se sirven hamburguesas"
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",
"es": "Aquí se sirve sushi"
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",
"es": "Aquí se sirve 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)",
"es": "Este es un restaurante italiano (que sirve más que pasta y pizza)"
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",
"es": "Aquí se sirven platos Franceses"
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",
"es": "Aquí se sirven platos Chinos"
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",
"es": "Aquí se sirven platos Griegos"
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",
"es": "Aquí se sirven platos Indios"
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",
"es": "Aquí se sirven platos Turcos"
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",
"de": "Hier werden thailändische Gerichte serviert"
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?",
"es": "¿Este lugar ofrece para llevar?"
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",
"es": "Este es un negocio solo para pedir para llevar"
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",
"es": "Aquí es posible pedir para llevar"
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",
"es": "Aquí no es posible pedir para llevar"
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?",
"nl": "Levert {title()} aan huis?"
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)",
"de": "Dieses Unternehmen liefert nach Hause (eventuell über eine dritte Partei)"
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",
"de": "Dieses Unternehmen liefert nicht nach Hause"
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?",
"es": "¿Este restaurante tiene una opción vegetariana?"
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",
"es": "Sin opciones vegetarianas"
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",
"es": "Algunas opciones vegetarianas"
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",
"es": "Opciones vegetarianas 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",
"es": "Todos los platos son vegetarianos"
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?",
"es": "¿Este negocio sirve comida vegana?"
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",
"es": "Sin opciones veganas disponibles"
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",
"es": "Alguna opciones veganas 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",
"es": "Opciones veganas 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",
"es": "Todos los platos son veganos"
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-05-27 14:50:29 +02:00
"de": "Werden hier halal Gerichte angeboten?"
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-05-27 14:50:29 +02:00
"de": "Hier werden keine halal Gerichte angeboten"
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-05-27 14:50:29 +02:00
"de": "Hier werden nur wenige halal Gerichte angeboten"
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-05-27 14:50:29 +02:00
"de": "Hier werden halal Gerichte angeboten"
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-05-27 14:50:29 +02:00
"de": "Hier werden ausschließlich halal Gerichte angeboten"
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",
"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",
"es": "Abierta ahora"
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",
"es": "Tiene menú vegetariano"
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",
"es": "Tiene menú vegano"
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",
"es": "Tiene menú halah"
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",
"es": "Acepta efectivo"
}
}
]
},
{
"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",
"es": "Acepta tarjetas de pago"
}
}
]
2021-12-29 20:46:57 +01:00
}
2021-11-07 14:37:21 +01:00
],
"deletion": {
"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",
"es": "{title()} ha cerrado permanentemente"
},
"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)",
"es": "Una capa que muestra restaurantes y facilidades de comida rápida"
2021-12-05 05:16:24 +01:00
}
2022-01-06 15:38:43 +01:00
}