-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Users sometimes want to search for X,Y, not only Y,X #10720
Comments
It is far more common to get coordinates in lat/lon rather than the other way around. As far as I know, lon/lat coordinates are mostly common in the context of geo file formats and similar technical applications. A user who got a X/Y coordinate (say from copying it out of a GeoJSON file) would likely know that the coordinates might need to be flipped and can do that quite easily. On the other hand, a user who just copied a coordinate from a GPS tracker or website would likely be confused by the unexpected possibility to flip coordinates. I think this is working fine as it is. |
Well in some countries it's just the opposite. I was just thinking of a tiny checkbox that would appear when it is detected that the user had entered coordinates. |
I am interested in this.. |
Thanks for sharing the issue @jidanni @tyrasd. Please checkout the above PR, I have enlisted both variations of lat/lon and lon/lat if the latitude is under the valid bounds of Screen.Recording.2025-01-31.at.10.18.32.PM.mp4 |
Sometimes the user only has a X,Y, not a Y,X,
Well first of all, iD didn't realize that the user didn't enter 90 degrees.
Second of all, how about a little box that will show up "Flip X/Y? [ ]" when a pair of numbers is detected, to avoid the user needing to tediously cut and paste to make their X,Y into a Y,X, so iD can deal with it correctly.
By the way, in Google Maps we can right click and at the top of the menu we can copy
the rather precise
24.262050809434633, 121.00748362130905
but when we plug it into iD, well all we know is that that point lies in some vague area perhaps in the middle of our screen. No crosshairs, no thumbtack, no nothing.
The text was updated successfully, but these errors were encountered: