komoot / photon

an open source geocoder for openstreetmap data
Apache License 2.0
1.83k stars 278 forks source link

Reverse Geocoding with osm tag #742

Closed ybert closed 11 months ago

ybert commented 11 months ago

This is an implementation of the osm tags filters for reverse geocoding. As proposed here #703 by @lonvia

lonvia commented 11 months ago

Works like a charm. Merged. Thank you!

If you are in the mood to continue a bit with the code, it would be great to refactor the filter code, so that search and reverse can share the part that is now duplicated.