-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Add "edit raw node" button #6602
Comments
@jidanni Do you mean edit the longitude and latitude of the node? |
Sure, any anything else hiding in the corners of the node currently
inaccessible via the editor.
Implementation could be as simple as one big HTML textbox,
where the user is editing the raw XML.
Also this should work for nodes that don't exist yet,
but that the user is in the process of adding via the editor.
|
What else is there that people should be allowed to edit? |
Anything they want to add, as long as it is valid XML.
For instance maybe they want to paste in a long block of XML items that
they have ready and would be tedious to do with the 'help' of the editor.
As far as lat/lon people mentioned, here is a challenge:
Let's say you discover a point in the middle of the Pacific ocean.
It turns out it was simple +/- minus coordinate error.
We need to remove the "-" from the latitude to get the point back in the
proper hemisphere.
Alas, we are helpless without purchasing our own computer to install a
program just to change that one single ASCII.
The best one could do with the mouse would be place the point on the
closest pixel, thus ruining the lesser digits of both of the coordinates.
|
Level0 is a good tool for the situation you’re describing. It’s a Web application, so you can run it on any computer just like iD. |
(OK, I'll need a few days to learn/review if Level0 is better thing to
suggest than just a MediaWiki style textbox...)
|
Level0 is indeed just a big textbox. I use it frequently to undelete nodes and relations, since Potlatch 1 can only undelete ways. |
Looking at https://wiki.openstreetmap.org/wiki/Level0 If iD just provided a textbox for lon/lat editing like it does already in this image: |
And well...... trying level0 ........ tried it for five minutes ........ conclusion: I could do lots of damage to the map! Not suitable. Not even suitable if one could understand what all the buttons mean. Sorry. |
Which is why bill isn't allowed to enter coordinate data directly. #4197 (comment) |
The editor has
v All fields
v All tags
v All relations
But that is still not the entire node.
If at the very bottom there was an "advanced" or "edit raw node" button,
the user could edit 100% of the node,
without needing to buy a computer to install JOSM, etc.
Just like wikipedia has Edit raw watchlist.
Or Developer Tools lets one Edit raw HTML in browsers.
The text was updated successfully, but these errors were encountered: