gregrs-uk / python-fhrs-osm

Python tools and Leaflet maps for downloading, comparing and visualising Food Hygiene Rating Scheme (FHRS) and OpenStreetMap data
http://gregrs.dev.openstreetmap.org/fhrs/
GNU General Public License v3.0
8 stars 2 forks source link

Add shop=pastry to list of OSM objects considered #63

Closed rjw62 closed 5 years ago

rjw62 commented 5 years ago

Add shop=pastry (patisserie) to list of OSM objects considered: https://wiki.openstreetmap.org/wiki/Tag:shop%3Dpastry

gregrs-uk commented 5 years ago

Thanks for this. There are currently 103 shop=pastry nodes/ways with fhrs:id set so definitely worth including this tag.

I've added shop=pastry to filter-osm.sh, which is the Osmosis script which filters the OSM extract when using that download method (as on the dev server instance). The one you added will be used if a small extract is downloaded directly from Overpass. The duplication isn't ideal but is sadly how I set it up originally.