MissingMaps / missingmaps.github.io

Missing Maps Website
http://www.missingmaps.org
Creative Commons Attribution 4.0 International
41 stars 58 forks source link

broaden the POI stat #296

Open giblet22 opened 7 years ago

giblet22 commented 7 years ago

I think the POI stat on the user pages only accounts for amenity=*. Not all POIs are going to use an amenity tag though. I suggest including shop=*, craft=*, office=*, and leisure=*

giblet22 commented 7 years ago

also aeroway=*

dalekunce commented 7 years ago

All great ideas @giblet22

this is the appropriate code that needs changing. https://github.com/AmericanRedCross/osm-stats-workers/blob/develop/src/metrics/poi_count.js

We just need to add the other keys and push it to the workers.

dalekunce commented 7 years ago

americanredcross/osm-stats-workers#36