Changes between Version 4 and Version 5 of Help/RemoteControlCommands
- Timestamp:
- 2017-12-17T20:29:18+01:00 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/RemoteControlCommands
v4 v5 20 20 || `new_layer` || O || If '''true''', downloads to a new layer || 21 21 || `addtags` || O || Optional parameter to add tags. The key and value is separated by "=" and multiple tags can be separated by a Pipe "|". See [#addtags details]. || 22 || `select` || O || Comma-separated list of objects that should be selected. Object specifiers are combinations of the words "way", "node", or "relation", and the numerical object id. Example: {{{select=way38473,node12399,node54646}}} || 22 || `select` || O || Comma-separated list of objects that should be selected. Object specifiers are combinations of the words "way", "node", or "relation", and the numerical object id. Example: {{{select=way38473,node12399,node54646}}}. Since r13212 the special value **currentselection** let JOSM keep its previous selection. || 23 23 || `zoom_mode` || O || '''download''' | '''selection''', defaults to selection || 24 24 || `changeset_comment` || O || Comment of the changeset ||