diff --git a/scripts/taginfo_template.json b/scripts/taginfo_template.json index 9f332a06e..b667f6123 100644 --- a/scripts/taginfo_template.json +++ b/scripts/taginfo_template.json @@ -565,6 +565,30 @@ "doc_url": "https://openmaptiles.org/schema/#poi", "icon_url": "https://raw.githubusercontent.com/osm-americana/openstreetmap-americana/main/icons/poi_martini_glass.svg" }, + { + "key": "amenity", + "value": "restaurant", + "object_types": ["node", "area"], + "description": "Restaurants are marked by an icon representing a knife and fork.", + "doc_url": "https://openmaptiles.org/schema/#poi", + "icon_url": "https://raw.githubusercontent.com/osm-americana/openstreetmap-americana/main/icons/poi_restaurant.svg" + }, + { + "key": "amenity", + "value": "fast_food", + "object_types": ["node", "area"], + "description": "Restaurants are marked by an icon representing a knife and fork.", + "doc_url": "https://openmaptiles.org/schema/#poi", + "icon_url": "https://raw.githubusercontent.com/osm-americana/openstreetmap-americana/main/icons/poi_restaurant.svg" + }, + { + "key": "amenity", + "value": "food_court", + "object_types": ["node", "area"], + "description": "Restaurants are marked by an icon representing a knife and fork.", + "doc_url": "https://openmaptiles.org/schema/#poi", + "icon_url": "https://raw.githubusercontent.com/osm-americana/openstreetmap-americana/main/icons/poi_restaurant.svg" + }, { "key": "amenity", "value": "hospital",