Open karussell opened 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.
ip=<ip>
header_for_ip=X-Forwarded-For
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>
orheader_for_ip=X-Forwarded-For
.