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

What is the Potlatch r or R shortcut in JOSM

2

When tagging, what is the Potlatch r or R shortcut in JOSM?

Thought it might be duplicate but didn't want to experiment and perhaps make a hash of something.

asked 14 Jan '11, 18:07

Molescott's gravatar image

Molescott
265121320
accept rate: 0%

edited 18 Jan '11, 22:04

Pieren's gravatar image

Pieren
9.8k2083157


2 Answers:

4

If you press Ctrl-C (for Copy) you can then press Ctrl-Shift-V to only post the tags to the newly selected item(s).

answered 14 Jan '11, 18:52

EdLoach's gravatar image

EdLoach ♦
19.5k16156280
accept rate: 22%

In the menu, the entry corresponding to Ctrl-Shift-V is Edit > Paste Tags.

(14 Jan '11, 19:36) Tordanik

Thank you for your prompt answers. I can't believe I never looked in the Edit menu!

(14 Jan '11, 21:40) Molescott

1

You can also select lots of objects and then add tags to all of the selected object in one go.

Search for

  • "id:0 type:way" will select all ways you have added since you started the program.
  • "id:0 type:way untagged" to find all newly created ways that are still untagged.

Or just select them manually.

The Duplicate variant you mention works like this: if you want to create a new object with the same tags you press "ctrl-d", and you will get a node/way with all tags of the selected object at your mouse position.

answered 14 Jan '11, 23:59

emj's gravatar image

emj
2.0k123547
accept rate: 15%

edited 21 Jan '11, 23:52

Source code available on GitHub .