MorbZ / OsmPoisPbf

Extracts all POIs from an OpenStreetMap file (.pbf) and outputs these in a comma seperated file.
171 stars 51 forks source link

Filtering based on a certain Value with different keys #20

Open sevamoo opened 6 years ago

sevamoo commented 6 years ago

Is there any way to filter POIs based on Value only? For example, I am looking for many POIs such as mcdonalds or H&M, but these values come with different keys, which seems to be arbitrary: https://taginfo.openstreetmap.org/search?q=mcdonalds#values

I would really appreciate it if there is a solution for this issue.

Best Vahid

MorbZ commented 6 years ago

You can manually add the most common key/value combinations (or by using a script?). Apart from that there is no filtering by value yet. Feel free to send a PR for it.

sevamoo commented 6 years ago

Thanks. I found a similar work around, but it will be a bit case by case.