Skip to content

Commit

Permalink
Merge pull request #1168 from wmisener/wmisener/taginforestaurants
Browse files Browse the repository at this point in the history
Add restaurants to taginfo
  • Loading branch information
wmisener authored Nov 23, 2024
2 parents b50ef87 + 4197f75 commit f3f2fcd
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions scripts/taginfo_template.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit f3f2fcd

Please sign in to comment.