Skip to content

Commit

Permalink
Add restaurants to taginfo
Browse files Browse the repository at this point in the history
  • Loading branch information
wmisener committed Nov 21, 2024
1 parent b50ef87 commit 4197f75
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 4197f75

Please sign in to comment.