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
When a query is made for reverse geocoding on a long road segment it resolves to an incorrect road, not sure if its only looking at the endpoints of the road segment or something like that.
Photon currently only stores bbox and centroid of the features. Reverse search is always based on the centroid, thus the inaccuracy. #823 lays the groundwork for having full geometries.
When a query is made for reverse geocoding on a long road segment it resolves to an incorrect road, not sure if its only looking at the endpoints of the road segment or something like that.
Current behavior
For the following request
If you look at this latitude and longitude from the above it is exactly on the highway called the N1
However the result returned from the query is
Which is Hugo road, over 2 km away from the query point
Please let me know if I can give any further details
The text was updated successfully, but these errors were encountered: