You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@pavelsimo There is an issue with locations near the border. Since the library is based on the GeoNames database, it finds a city that's closest in terms of Euclidean distance. In order to circumvent this, I've added support for custom data sources and have blogged about it here: http://ajaythampi.com/blog/2016/9/16/reverse-geocoding-custom-data-sources. Hope this helps.
Consider the following coordinate:
46.601255, 10.422899
https://goo.gl/maps/jEzFrvcGmMQ2
The "reverse-geocoder" library report this coordinates is located in Italy (IT) when the actual location is Switzerland (CH).
The text was updated successfully, but these errors were encountered: