This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

Is it possible to modify an element using a text editor?

0

I would like to add approximately 150 name:xx tags to an element. I really would like to avoid doing that in Potlatch nor iD editors, because that involves 150 clicks. If I had to do such a thing multiple times I would become crazy.

Is there a possibility to download an element, identified by its id, as a file, and upload it back?

Thanks

asked 15 Oct '14, 10:57

b_mortgat's gravatar image

b_mortgat
6115
accept rate: 0%

2

(not an answer to the question, but) what element is it that you want to add 150 different language names to? Are all of those names individually verifiable on the ground?

(15 Oct '14, 11:10) SomeoneElse ♦

@SomeoneElse: I told it as a comment to Vincent's answer.

(15 Oct '14, 12:19) b_mortgat

3 Answers:

4

The level0 editor should do what you want. However, like SomeoneElse I wonder where you get this name:xx dump from, and what element(s) it applies to.

answered 15 Oct '14, 11:27

Vincent%20de%20Phily's gravatar image

Vincent de P... ♦
17.3k18152249
accept rate: 19%

edited 15 Oct '14, 11:54

Frederik%20Ramm's gravatar image

Frederik Ramm ♦
82.5k927201273

Thank you. I wanted to copy all name:xx tags from the country border of Singapore to the coastline of Singapore's main island, ie from relation 536780 to relation 1769123.

(15 Oct '14, 12:13) b_mortgat

2

I found another way to do it with JOSM. The relation editor has a “Paste tags” button. If you happen to have text in your clipboard that consists of key/value pairs, key and value being separated by tabs, and newlines between all pairs, it will add all those tags.

This answer is marked "community wiki".

answered 15 Oct '14, 12:18

b_mortgat's gravatar image

b_mortgat
6115
accept rate: 0%

1

Another option is the old rawedit tool:

http://rawedit.openstreetmap.fr/

answered 15 Oct '14, 14:00

Pieren's gravatar image

Pieren
9.8k2083157
accept rate: 15%

Source code available on GitHub .