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
Since the plugin only tracks minutely diffs and doesn't make any other API queries, it does not have any lat/lon coordinates to reverse geolocate on when a user's first change is made to a way or relation.
For the case of a way, we should probably query the API for that way (using e.g. /api/0.6/way/<id>/full) and reverse geocode using the first node in that way.
For relations, we probably shouldn't attempt to reverse geocode it.
The text was updated successfully, but these errors were encountered:
Since the plugin only tracks minutely diffs and doesn't make any other API queries, it does not have any lat/lon coordinates to reverse geolocate on when a user's first change is made to a way or relation.
For the case of a way, we should probably query the API for that way (using e.g.
/api/0.6/way/<id>/full
) and reverse geocode using the first node in that way.For relations, we probably shouldn't attempt to reverse geocode it.
The text was updated successfully, but these errors were encountered: