wiki:Help/Action/PasteTags

Version 17 (modified by akks, 12 years ago) ( diff )

help for tag pasting

Edit > Paste Tags

source:trunk/images/pastetags.png Keyboard shortcut: Ctrl+Shift+V

Paste the tags (properties) of the contents of the clipboard to the current selection.

  • If clipboard contain some JOSM objects copied by Ctrl-V, then their suitable tags will be transferred to selected objects.
  • If the buffer contains text, it will be parsed to find tag-value pairs. (Since r5738)

Supported text formats: (see more complex examples)

  • TAB-format: tag1<tab>value1<line break>tag2<tab>value2<line break>
  • A=B-format, copied by properties table: tag1=value tag2="long value" tag3="hotel \"Quote\""
  • JSON-like: { "a":"1", "b":"2" }
  • Free format: a 1 b=2 c="hello world"

See also


Back to Menu Edit
Back to Main Help

Note: See TracWiki for help on using the wiki.