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

Is there an easy way to tag nodes with consecutive numbers?

2

The local power poles have consecutive numbers marked on them. Is there anything that will let me select the line and the start and end nodes, and then automatically label them ref=1 to ref=x?

asked 06 Aug '10, 12:35

NE2's gravatar image

NE2
1.4k333954
accept rate: 9%

Seems like this could be solved with some sort of shell script, though it would be cool if there was a JOSM plugin or something similar to handle this kind of case.

(07 Aug '10, 02:19) Baloo Uriza
1

You can suggest new feature to Josm making new ticket in http://josm.openstreetmap.de/newticket

(14 Aug '10, 17:08) kallam

3 Answers:

3

No, not yet. It would most likely be solvable by someone writing a plugin for JOSM - it's quite an unusual feature, so it's unlikely to be widely supported.

answered 10 Sep '10, 12:37

Andy%20Allan's gravatar image

Andy Allan
12.5k23128153
accept rate: 28%

0

perhaps you can use the address interpolation plugin in josm. try to interpolate as housenummbers and then rename the tag to ref

answered 16 Sep '10, 07:03

Langlaeufer's gravatar image

Langlaeufer
152
accept rate: 0%

edited 16 Sep '10, 07:07

-5

You can create a skript for this using XMLTPROT.

answered 07 Jan '11, 15:42

Kartograefin's gravatar image

Kartograefin
592178
accept rate: 0%

Source code available on GitHub .