Skip to content
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

Given X, Y, place a point there. So hard! #4197

Closed
jidanni opened this issue Jul 31, 2017 · 12 comments
Closed

Given X, Y, place a point there. So hard! #4197

jidanni opened this issue Jul 31, 2017 · 12 comments
Labels
wontfix Not planning to work on this at this time

Comments

@jidanni
Copy link
Contributor

jidanni commented Jul 31, 2017

User wishes to place a tower at exact coordinates X, Y which he knows.

He searches by entering the coordinates in the search box, but he still has to guess where exactly in the middle of the screen the point lies so he can place a tower there.

@jidanni
Copy link
Contributor Author

jidanni commented Jul 31, 2017

Why don't you have a marker show up where the search result lies?
That is what Google does, even though it is not in editing mode.

@jidanni
Copy link
Contributor Author

jidanni commented Jul 31, 2017

OK here is a workaround: Click ++++++++ until it zooms no more. Place the point, hoping that the center has stayed centered. Note: we might not even have any imagery, we just want to place a point at a certain long/lat pair.

@bhousel
Copy link
Member

bhousel commented Jul 31, 2017

You can use the Location Panel to see where the mouse cursor is, and place your point exactly where you want it.
On Mac: Command+Shift+L, On Windows: Ctrl+Shift+L

(Also like you said, you can zoom in a lot)

@bhousel bhousel closed this as completed Jul 31, 2017
@bhousel bhousel added the question Not Actionable - just a question about something label Jul 31, 2017
@jidanni
Copy link
Contributor Author

jidanni commented Jul 31, 2017 via email

@pnorman
Copy link
Contributor

pnorman commented Aug 1, 2017

iD is a tool designed for editing crowd-sourced map data, so isn't really comparable to a tool like Google map search results.

Are you editing something other than OSM where you want to input coordinates manually instead of a normal means of mapping?

@jidanni
Copy link
Contributor Author

jidanni commented Aug 4, 2017 via email

@tyrasd
Copy link
Member

tyrasd commented Aug 4, 2017

Nowadays there are graphical interfaces, but let's not throw away the ability to enter a data item via its coordinates.

Note that iD is not OSM's only editor. Bill is probably better of using Level0 or JOSM for this job, which both provide a way to enter exact coordinates.

@jidanni
Copy link
Contributor Author

jidanni commented Aug 4, 2017 via email

@bhousel
Copy link
Member

bhousel commented Aug 4, 2017

Bill sounds like the kind of person who might mix up latitude and longitude. That's why we don't let him enter coordinate data directly.

@bhousel
Copy link
Member

bhousel commented Aug 4, 2017

This has already been discussed a lot in the past, and it's not something we are going to change..
see: #3088 (comment)

There are several reasons, but the main one is that if you are allowed to move the points along a way anywhere, a person can easily create ways that span across the world (intentionally or accidentally) which can cause significant breakage to OpenStreetMap by dirtying a lot of tiles or breaking coastlines or boundaries, or other kinds of things that really mess up the tileservers.

Also, you can just use JOSM or level0 or even make a fork of iD if you really want to do this.

@bhousel bhousel added wontfix Not planning to work on this at this time and removed question Not Actionable - just a question about something labels Aug 4, 2017
@jidanni
Copy link
Contributor Author

jidanni commented Aug 4, 2017

OK, replacing this bug with a rather harmless #4218

@jidanni
Copy link
Contributor Author

jidanni commented May 2, 2021

Hack complete!

Hack to search for exact coordinate position and actually see where it is (instead of just "somewhere in the center of the screen")!:

  1. Read https://developer.chrome.com/docs/devtools/device-mode/geolocation/ and set your favorite coordinates as shown.
  2. Then simply type "l" as in Creating point feature using coordinates #8399 (comment)
  3. voila:
    20210503T074142

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix Not planning to work on this at this time
Projects
None yet
Development

No branches or pull requests

4 participants