2021-09-02 21:22:34 +02:00
{
2021-11-07 14:37:21 +01:00
"id" : "food" ,
"name" : {
"nl" : "Eetgelegenheden" ,
"en" : "Restaurants and fast food" ,
2022-04-28 00:35:08 +02:00
"de" : "Restaurants und Fast Food" ,
"da" : "Restauranter og fastfood"
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" ,
2022-03-29 21:55:49 +02:00
"nl" : "een restaurant" ,
2021-11-07 14:37:21 +01:00
"ru" : "ресторан" ,
2022-04-13 18:42:40 +02:00
"de" : "eine restaurant" ,
"ca" : "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" ,
"de" : "Ein klassisches Speiselokal mit Sitzgelegenheiten, in dem vollständige Mahlzeiten von Kellnern serviert werden"
} ,
"preciseInput" : {
"preferredBackground" : "map"
}
} ,
{
"title" : {
2022-04-03 03:10:06 +02:00
"en" : "a fastfood" ,
2022-03-29 21:55:49 +02:00
"nl" : "een fastfood-zaak" ,
2021-11-07 14:37:21 +01:00
"ru" : "быстрое питание" ,
2022-05-06 12:17:21 +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" ,
"de" : "Ein Lebensmittelunternehmen, das sich auf schnellen Thekendienst und Essen zum Mitnehmen konzentriert"
} ,
"preciseInput" : {
"preferredBackground" : "map"
}
} ,
{
"title" : {
2022-04-03 03:10:06 +02:00
"en" : "a fries shop" ,
2022-03-29 21:55:49 +02:00
"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" : {
2022-02-16 02:23:50 +01:00
"en" : "Restaurant" ,
2022-04-13 18:42:40 +02:00
"nl" : "Eetgelegenheid" ,
2022-04-18 01:47:54 +02:00
"ca" : "Restaurant" ,
"de" : "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>" ,
"ca" : "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-04-13 18:42:40 +02:00
"de" : "Schnellrestaurant<i>{name}</i>" ,
"ca" : "Lloc de menjar ràpid <i>{name}</i>"
2021-09-03 16:59:53 +02:00
}
2022-02-16 02:23:50 +01:00
} ,
{
"if" : {
"and" : [
"amenity=fast_food"
]
} ,
"then" : {
"nl" : "Fastfood-zaak" ,
"en" : "Fastfood" ,
2022-04-13 18:42:40 +02:00
"de" : "Schnellrestaurant" ,
"ca" : "Menjar ràpid"
2022-02-16 02:23:50 +01:00
}
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?" ,
"de" : "Wie heißt dieses Restaurant?"
} ,
"render" : {
"nl" : "De naam van deze eetgelegeheid is {name}" ,
"en" : "The name of this restaurant is {name}" ,
"de" : "Das Restaurant heißt {name}"
} ,
"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?" ,
"de" : "Um was für ein Geschäft handelt es sich?"
} ,
"mappings" : [
{
"if" : "amenity=fast_food" ,
"then" : {
2022-02-16 02:23:50 +01:00
"en" : "This is a fastfood-business, focussed 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" ,
"de" : "Es handelt sich um ein Schnellrestaurant, das sich auf schnelle Bedienung konzentriert. Eventuelle Sitzgelegenheiten sind eher begrenzt und funktional."
2021-11-07 14:37:21 +01:00
}
} ,
{
"if" : "amenity=restaurant" ,
"then" : {
2022-02-16 02:23:50 +01:00
"en" : "A <b>restaurant</b>, focussed 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-05-14 20:14:08 +02:00
"de" : "Es handelt sich um ein <b>Restaurant</b>, das sich darauf konzentriert, ein schönes Erlebnis zu schaffen, bei dem man am Tisch bedient wird"
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?" ,
"de" : "Welches Essen gibt es hier?"
} ,
"render" : {
"nl" : "Deze plaats serveert vooral {cuisine}" ,
"en" : "This place mostly serves {cuisine}" ,
"de" : "An diesem Ort gibt es hauptsächlich {cuisine}"
} ,
"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" ,
"de" : "Dies ist eine Pizzeria"
}
} ,
{
"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" ,
"de" : "Bietet vorwiegend Pastagerichte an"
}
} ,
{
"if" : "cuisine=kebab" ,
"then" : {
2022-02-16 02:23:50 +01:00
"en" : "This is kebab shop" ,
2022-05-06 12:17:21 +02:00
"nl" : "Dit is een kebabzaak" ,
"de" : "Das ist ein Dönerladen"
2021-11-07 14:37:21 +01:00
}
} ,
{
"if" : "cuisine=sandwich" ,
"then" : {
2022-02-16 02:23:50 +01:00
"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" : {
2022-02-16 02:23:50 +01:00
"en" : "Burgers are served here" ,
2022-05-06 12:17:21 +02:00
"nl" : "Dit is een hamburgerrestaurant" ,
"de" : "Hier werden Burger serviert"
2021-11-07 14:37:21 +01:00
}
} ,
{
"if" : "cuisine=sushi" ,
"then" : {
2022-02-16 02:23:50 +01:00
"en" : "Sushi is served here" ,
2022-05-06 12:17:21 +02:00
"nl" : "Dit is een sushirestaurant" ,
"de" : "Hier wird Sushi serviert"
2021-11-07 14:37:21 +01:00
}
} ,
{
"if" : "cuisine=coffee" ,
"then" : {
2022-02-16 02:23:50 +01:00
"en" : "Coffee is served here" ,
2022-05-06 12:17:21 +02:00
"nl" : "Dit is een koffiezaak" ,
"de" : "Hier wird Kaffee serviert"
2021-11-07 14:37:21 +01:00
}
} ,
{
"if" : "cuisine=italian" ,
"then" : {
2022-02-16 02:23:50 +01:00
"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)" ,
"de" : "Dies ist ein italienisches Restaurant (das mehr als nur Pasta und Pizza serviert)"
2021-11-07 14:37:21 +01:00
}
} ,
{
"if" : "cuisine=french" ,
"then" : {
2022-02-16 02:23:50 +01:00
"en" : "French dishes are served here" ,
2022-05-06 12:17:21 +02:00
"nl" : "Dit is een Frans restaurant" ,
"de" : "Hier werden französische Gerichte serviert"
2021-11-07 14:37:21 +01:00
}
} ,
{
"if" : "cuisine=chinese" ,
"then" : {
2022-02-16 02:23:50 +01:00
"en" : "Chinese dishes are served here" ,
2022-05-06 12:17:21 +02:00
"nl" : "Dit is een Chinees restaurant" ,
"de" : "Hier werden chinesische Gerichte serviert"
2021-11-07 14:37:21 +01:00
}
} ,
{
"if" : "cuisine=greek" ,
"then" : {
2022-02-16 02:23:50 +01:00
"en" : "Greek dishes are served here" ,
2022-05-06 12:17:21 +02:00
"nl" : "Dit is een Grieks restaurant" ,
"de" : "Hier werden griechische Gerichte serviert"
2021-11-07 14:37:21 +01:00
}
} ,
{
"if" : "cuisine=indian" ,
"then" : {
2022-02-16 02:23:50 +01:00
"en" : "Indian dishes are served here" ,
2022-05-06 12:17:21 +02:00
"nl" : "Dit is een Indisch restaurant" ,
"de" : "Hier werden indische Gerichte serviert"
2021-11-07 14:37:21 +01:00
}
} ,
{
"if" : "cuisine=turkish" ,
"then" : {
2022-02-16 02:23:50 +01:00
"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)" ,
"de" : "Hier werden türkische Gerichte serviert"
2021-11-07 14:37:21 +01:00
}
} ,
{
"if" : "cuisine=thai" ,
"then" : {
2022-02-16 02:23:50 +01:00
"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?" ,
"en" : "Does this place offer takea-way?" ,
"de" : "Ist an diesem Ort Mitnahme möglich?"
} ,
"mappings" : [
2021-09-22 16:58:25 +02:00
{
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" ,
"de" : "Dieses Geschäft bietet nur Artikel zur Mitnahme an"
}
2021-09-22 16:58:25 +02: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" ,
"de" : "Mitnahme möglich"
}
} ,
{
"if" : "takeaway=no" ,
"then" : {
"en" : "Take-away is not possible here" ,
"nl" : "Hier is geen afhaalmogelijkheid" ,
"de" : "Mitnahme nicht möglich"
}
2021-09-03 16:59:53 +02:00
}
2021-11-07 14:37:21 +01:00
] ,
"id" : "Takeaway"
2021-09-06 22:19:57 +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?" ,
"de" : "Gibt es im das Restaurant vegetarische Speisen?"
} ,
"mappings" : [
2021-09-22 16:58:25 +02:00
{
2021-11-07 14:37:21 +01:00
"if" : "diet:vegetarian=no" ,
"then" : {
2022-02-16 02:23:50 +01:00
"en" : "No vegetarian options are available" ,
2022-05-06 12:17:21 +02:00
"nl" : "Geen vegetarische opties beschikbaar" ,
"de" : "Es sind keine vegetarischen Optionen verfügbar"
2021-11-07 14:37:21 +01:00
}
2021-09-22 16:58:25 +02:00
} ,
{
2021-11-07 14:37:21 +01:00
"if" : "diet:vegetarian=limited" ,
"then" : {
2022-02-16 02:23:50 +01:00
"en" : "Some vegetarian options are available" ,
2022-05-06 12:17:21 +02:00
"nl" : "Beperkte vegetarische opties zijn beschikbaar" ,
"de" : "Einige vegetarische Optionen sind verfügbar"
2021-11-07 14:37:21 +01:00
}
2021-09-22 16:58:25 +02: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" ,
"de" : "Vegetarische Optionen sind verfügbar"
2021-11-07 14:37:21 +01:00
}
} ,
{
"if" : "diet:vegetarian=only" ,
"then" : {
2022-02-16 02:23:50 +01:00
"en" : "All dishes are vegetarian" ,
2022-05-06 12:17:21 +02:00
"nl" : "Enkel vegetarische opties zijn beschikbaar" ,
"de" : "Alle Gerichte sind vegetarisch"
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-09-06 22:19:57 +02:00
} ,
2021-11-07 14:37:21 +01:00
{
"question" : {
2022-02-16 02:23:50 +01:00
"en" : "Does this business serve vegan meals?" ,
2022-05-06 12:17:21 +02:00
"nl" : "Heeft deze eetgelegenheid een veganistische optie?" ,
"de" : "Gibt es in diesem Geschäft auch vegane Gerichte?"
2021-11-07 14:37:21 +01:00
} ,
"mappings" : [
{
"if" : "diet:vegan=no" ,
"then" : {
2022-02-16 02:23:50 +01:00
"en" : "No vegan options available" ,
2022-05-06 12:17:21 +02:00
"nl" : "Geen veganistische opties beschikbaar" ,
"de" : "Keine veganen Optionen verfügbar"
2021-11-07 14:37:21 +01:00
}
2021-09-22 16:58:25 +02:00
} ,
2021-11-07 14:37:21 +01:00
{
"if" : "diet:vegan=limited" ,
"then" : {
2022-02-16 02:23:50 +01:00
"en" : "Some vegan options are available" ,
2022-05-06 12:17:21 +02:00
"nl" : "Beperkte veganistische opties zijn beschikbaar" ,
"de" : "Einige vegane Optionen sind verfügbar"
2021-11-07 14:37:21 +01:00
}
} ,
{
"if" : "diet:vegan=yes" ,
"then" : {
2022-02-16 02:23:50 +01:00
"en" : "Vegan options are available" ,
2022-05-06 12:17:21 +02:00
"nl" : "Veganistische opties zijn beschikbaar" ,
"de" : "Vegane Optionen sind verfügbar"
2021-11-07 14:37:21 +01:00
}
} ,
{
"if" : "diet:vegan=only" ,
"then" : {
2022-02-16 02:23:50 +01:00
"en" : "All dishes are vegan" ,
2022-05-06 12:17:21 +02:00
"nl" : "Enkel veganistische opties zijn beschikbaar" ,
"de" : "Alle Gerichte sind vegan"
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?" ,
"de" : "Gibt es im das Restaurant halal Speisen?"
} ,
"mappings" : [
2021-09-22 16:58:25 +02:00
{
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" ,
"de" : "Hier gibt es keine halal Speisen"
}
2021-09-22 16:58:25 +02: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" ,
"de" : "Hier gibt es wenige halal Speisen"
}
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" ,
"de" : "Es gibt halal Speisen"
}
2021-09-22 16:58:25 +02:00
} ,
2021-09-06 22:19:57 +02: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" ,
"de" : "Es gibt ausschließlich halal Speisen"
}
}
] ,
"condition" : "cuisine!=friture" ,
"id" : "halal (no friture)"
} ,
{
"id" : "friture-vegetarian" ,
"question" : {
2022-02-16 02:23:50 +01:00
"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" : {
2022-02-16 02:23:50 +01:00
"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-09-22 16:58:25 +02:00
} ,
2021-09-06 22:19:57 +02:00
{
2021-11-07 14:37:21 +01:00
"if" : "diet:vegetarian=limited" ,
"then" : {
2022-02-16 02:23:50 +01:00
"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" : {
2022-02-16 02:23:50 +01:00
"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" : {
2022-02-16 02:23:50 +01:00
"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" : {
2022-02-16 02:23:50 +01:00
"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-09-22 16:58:25 +02:00
} ,
2021-09-06 22:19:57 +02:00
{
2021-11-07 14:37:21 +01:00
"if" : "diet:vegan=limited" ,
"then" : {
2022-02-16 02:23:50 +01:00
"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" : {
2022-02-16 02:23:50 +01:00
"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-02-16 02:23:50 +01:00
"en" : "Does this fries shop use vegetable or animal cooking?" ,
2021-11-07 14:37:21 +01:00
"nl" : "Bakt deze frituur met dierlijk vet of met plantaardige olie?" ,
2022-05-06 12:17:21 +02:00
"fr" : "Cette friteuse fonctionne-t-elle avec de la graisse animale ou végétale ?" ,
"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-02-16 02:23:50 +01:00
"en" : "Vegetable oil" ,
"nl" : "Bakt in plantaardige olie" ,
2022-05-06 12:17:21 +02:00
"fr" : "Huile végétale" ,
"de" : "Pflanzliches Fett"
2021-11-07 14:37:21 +01:00
}
} ,
{
"if" : "friture:oil=animal" ,
"then" : {
2022-02-16 02:23:50 +01:00
"en" : "Animal oil" ,
2021-11-07 14:37:21 +01:00
"nl" : "Dierlijk vet" ,
2022-05-06 12:17:21 +02:00
"fr" : "Graisse animale" ,
"de" : "Tierisches Fett"
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é 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/>"
} ,
"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"
}
} ,
{
"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>"
}
} ,
{
"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."
}
}
] ,
"condition" : "cuisine=friture"
} ,
2021-11-07 21:17:55 +01:00
"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" ,
"ca" : "Obert ara"
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-04-09 17:35:21 +02:00
"de" : "Vegetarische Gerichte im Angebot"
2021-11-07 14:37:21 +01:00
} ,
"osmTags" : {
"or" : [
"diet:vegetarian=yes" ,
"diet:vegetarian=only" ,
"diet:vegan=yes" ,
"diet:vegan=only"
2021-09-06 22:19:57 +02:00
]
2021-11-07 14:37:21 +01:00
}
2021-09-06 22:19:57 +02:00
}
2021-11-07 14:37:21 +01:00
]
} ,
{
"id" : "vegan" ,
"options" : [
{
"question" : {
"en" : "Has a vegan menu" ,
"nl" : "Heeft een veganistisch menu" ,
2022-04-09 17:35:21 +02:00
"de" : "Vegane Gerichte im Angebot"
2021-11-07 14:37:21 +01:00
} ,
"osmTags" : {
"or" : [
"diet:vegan=yes" ,
"diet:vegan=only"
2021-10-14 18:29:39 +02:00
]
2021-11-07 14:37:21 +01:00
}
2021-10-14 03:46:09 +02:00
}
2021-11-07 14:37:21 +01:00
]
2021-10-14 03:46:09 +02: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" ,
"da" : "Har en halalmenu"
2021-11-07 14:37:21 +01:00
} ,
"osmTags" : {
"or" : [
"diet:halal=yes" ,
"diet:halal=only"
]
}
}
]
2022-04-22 16:58:48 +02:00
} ,
{
"id" : "accepts-cash" ,
"options" : [
{
"osmTags" : "payment:cash=yes" ,
"question" : {
2022-05-06 12:17:21 +02:00
"en" : "Accepts cash" ,
"de" : "Akzeptiert Bargeld"
2022-04-22 16:58:48 +02:00
}
}
]
} ,
{
"id" : "accepts-cards" ,
"options" : [
{
"osmTags" : "payment:cards=yes" ,
"question" : {
2022-05-06 12:17:21 +02:00
"en" : "Accepts payment cards" ,
"de" : "Akzeptiert Kartenzahlung"
2022-04-22 16:58:48 +02:00
}
}
]
2021-12-29 20:46:57 +01:00
}
2021-11-07 14:37:21 +01:00
] ,
"deletion" : {
"softDeletionTags" : {
"and" : [
"amenity=" ,
"disused:amenity:={amenity}"
]
2022-03-14 22:57:01 +01:00
} ,
"extraDeleteReasons" : [
{
"explanation" : {
"nl" : "{title()} is permanent gestopt" ,
2022-05-06 12:17:21 +02:00
"en" : "{title()} has closed down permanently" ,
"de" : "{title()} wurde dauerhaft geschlossen"
2022-03-14 22:57:01 +01:00
} ,
"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-10-19 03:00:57 +02:00
} ,
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-10-19 03:00:57 +02:00
]
2021-11-07 15:31:55 +01:00
} ,
"then" : {
"render" : "circle:white;./assets/themes/fritures/Vegetarian-mark.svg"
}
2021-10-19 03:00:57 +02:00
}
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)" ,
"de" : "Eine Ebene mit Restaurants und Fast-Food-Einrichtungen (mit speziellem Rendering für Pommesbuden)"
2021-12-05 05:16:24 +01:00
}
2022-01-06 15:38:43 +01:00
}