graphhopper / geocoder-converter

Converts arbitrary geocoding responses to a GraphHopper response
https://graphhopper.com/api/1/docs/geocoding/#external-providers
Apache License 2.0
9 stars 11 forks source link

improve response precision based on IP #65

Open karussell opened 3 years ago

karussell commented 3 years ago

In photon we will have a better location bias https://github.com/komoot/photon/pull/580 once it is deployed.

With that and the free geo DB from maxmind: https://github.com/maxmind/GeoIP2-java (using the offline database) we could improve search precision if users want that. E.g. an additional parameter ip=<ip> or header_for_ip=X-Forwarded-For.