mapcomplete/assets/layers/food/food.json

774 lines
22 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": {
"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",
"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",
"nl": "een fastfood-zaak",
2021-11-07 14:37:21 +01:00
"ru": "быстрое питание",
2022-04-13 18:42:40 +02:00
"de": "eine schnellimbiss",
"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",
"nl": "een frituur",
"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",
2021-11-07 14:37:21 +01:00
"nl": "Een fastfood-zaak waar je frieten koopt"
},
"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",
"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
}
},
{
"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"
}
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": {
"en": "This is a fastfood-business, focussed on fast service. If seating is available, these are rather limited and functional.",
2021-11-07 14:37:21 +01:00
"nl": "Dit is een <b>fastfood-zaak</b>. De focus ligt op snelle bediening, zitplaatsen zijn vaak beperkt en functioneel"
}
},
{
"if": "amenity=restaurant",
"then": {
"en": "A <b>restaurant</b>, focussed on creating a nice experience where one is served at the table",
2021-11-07 14:37:21 +01:00
"nl": "Dit is een <b>restaurant</b>. De focus ligt op een aangename ervaring waar je aan tafel wordt bediend"
}
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": {
"en": "This is kebab shop",
2021-11-07 14:37:21 +01:00
"nl": "Dit is een kebabzaak"
}
},
{
"if": "cuisine=sandwich",
"then": {
"en": "This is a sandwichbar",
2021-11-07 14:37:21 +01:00
"nl": "Dit is een broodjeszaak"
}
},
{
"if": "cuisine=burger",
"then": {
"en": "Burgers are served here",
2021-11-07 14:37:21 +01:00
"nl": "Dit is een hamburgerrestaurant"
}
},
{
"if": "cuisine=sushi",
"then": {
"en": "Sushi is served here",
2021-11-07 14:37:21 +01:00
"nl": "Dit is een sushirestaurant"
}
},
{
"if": "cuisine=coffee",
"then": {
"en": "Coffee is served here",
2021-11-07 14:37:21 +01:00
"nl": "Dit is een koffiezaak"
}
},
{
"if": "cuisine=italian",
"then": {
"en": "This is an italian restaurant (which serves more then pasta and pizza)",
2021-11-07 14:37:21 +01:00
"nl": "Dit is een Italiaans restaurant (dat meer dan enkel pasta of pizza verkoopt)"
}
},
{
"if": "cuisine=french",
"then": {
"en": "French dishes are served here",
2021-11-07 14:37:21 +01:00
"nl": "Dit is een Frans restaurant"
}
},
{
"if": "cuisine=chinese",
"then": {
"en": "Chinese dishes are served here",
2021-11-07 14:37:21 +01:00
"nl": "Dit is een Chinees restaurant"
}
},
{
"if": "cuisine=greek",
"then": {
"en": "Greek dishes are served here",
2021-11-07 14:37:21 +01:00
"nl": "Dit is een Grieks restaurant"
}
},
{
"if": "cuisine=indian",
"then": {
"en": "Indian dishes are served here",
2021-11-07 14:37:21 +01:00
"nl": "Dit is een Indisch restaurant"
}
},
{
"if": "cuisine=turkish",
"then": {
"en": "Turkish dishes are served here",
2021-11-07 14:37:21 +01:00
"nl": "Dit is een Turks restaurant (dat meer dan enkel kebab verkoopt)"
}
},
{
"if": "cuisine=thai",
"then": {
"en": "Thai dishes are served here",
2021-11-07 14:37:21 +01:00
"nl": "Dit is een Thaïs restaurant"
}
}
],
"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-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-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-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-11-07 14:37:21 +01:00
"if": "diet:vegetarian=no",
"then": {
"en": "No vegetarian options are available",
2021-11-07 14:37:21 +01:00
"nl": "Geen vegetarische opties beschikbaar"
}
},
{
2021-11-07 14:37:21 +01:00
"if": "diet:vegetarian=limited",
"then": {
"en": "Some vegetarian options are available",
2021-11-07 14:37:21 +01:00
"nl": "Beperkte vegetarische opties zijn beschikbaar"
}
},
{
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",
2021-11-07 14:37:21 +01:00
"nl": "Vegetarische opties zijn beschikbaar"
}
},
{
"if": "diet:vegetarian=only",
"then": {
"en": "All dishes are vegetarian",
2021-11-07 14:37:21 +01:00
"nl": "Enkel vegetarische opties zijn beschikbaar"
}
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?",
2021-11-07 14:37:21 +01:00
"nl": "Heeft deze eetgelegenheid een veganistische optie?"
},
"mappings": [
{
"if": "diet:vegan=no",
"then": {
"en": "No vegan options available",
2021-11-07 14:37:21 +01:00
"nl": "Geen veganistische opties beschikbaar"
}
},
2021-11-07 14:37:21 +01:00
{
"if": "diet:vegan=limited",
"then": {
"en": "Some vegan options are available",
2021-11-07 14:37:21 +01:00
"nl": "Beperkte veganistische opties zijn beschikbaar"
}
},
{
"if": "diet:vegan=yes",
"then": {
"en": "Vegan options are available",
2021-11-07 14:37:21 +01:00
"nl": "Veganistische opties zijn beschikbaar"
}
},
{
"if": "diet:vegan=only",
"then": {
"en": "All dishes are vegan",
2021-11-07 14:37:21 +01:00
"nl": "Enkel veganistische opties zijn beschikbaar"
}
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-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-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-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": {
"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",
"fr": "Des collations végétariens sont disponibles"
}
},
{
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",
"fr": "Quelques snacks végétariens seulement"
}
},
{
"if": "diet:vegetarian=no",
"then": {
"en": "No vegetarian snacks are available",
2021-11-07 14:37:21 +01:00
"nl": "Geen vegetarische snacks beschikbaar",
"fr": "Pas d'en-cas végétariens disponibles"
}
}
],
"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?",
"fr": "Cette friterie est-elle équipée de snacks végétaliens ?"
},
"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",
"fr": "Des collations végétaliens sont disponibles"
}
},
{
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",
"fr": "Quelques snacks végétaliens seulement"
}
},
{
"if": "diet:vegan=no",
"then": {
"en": "No vegan snacks are available",
2021-11-07 14:37:21 +01:00
"nl": "Geen veganistische snacks beschikbaar",
"fr": "Pas d'en-cas végétaliens disponibles"
}
}
],
"condition": "cuisine=friture"
},
{
"id": "friture-oil",
"question": {
"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?",
"fr": "Cette friteuse fonctionne-t-elle avec de la graisse animale ou végétale ?"
},
"mappings": [
{
"if": "friture:oil=vegetable",
"then": {
"en": "Vegetable oil",
"nl": "Bakt in plantaardige olie",
2021-11-07 14:37:21 +01:00
"fr": "Huile végétale"
}
},
{
"if": "friture:oil=animal",
"then": {
"en": "Animal oil",
2021-11-07 14:37:21 +01:00
"nl": "Dierlijk vet",
"fr": "Graisse animale"
}
}
],
"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/>",
"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 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>を持ってきて、注文を受け取ることができ、使い捨ての梱包材を節約して、無駄を省くことができます",
"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>nest 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> dapporter ses propres contenants",
"de": "Sie <b>müssen</b> Ihren eigenen Behälter mitbringen, um hier zu bestellen."
}
}
],
"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",
"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-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-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-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",
"da": "Har en halalmenu"
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": {
"en": "Accepts cash"
}
}
]
},
{
"id": "accepts-cards",
"options": [
{
"osmTags": "payment:cards=yes",
"question": {
"en": "Accepts payment cards"
}
}
]
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",
"en": "{title()} has closed down permanently"
},
"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)",
"nl": "Een laag die restaurants en fast food toont (met een speciale weergave van frituren)"
2021-12-05 05:16:24 +01:00
}
2022-01-06 15:38:43 +01:00
}