Changes between Version 7 and Version 8 of Help/RemoteControlCommands


Ignore:
Timestamp:
2018-06-13T22:57:14+02:00 (6 years ago)
Author:
Don-vip
Comment:

see #11000 - layer_name

Legend:

Unmodified
Added
Removed
Modified
  • Help/RemoteControlCommands

    v7 v8  
    1919|| `right` || R || Maximum longitude ||
    2020|| `new_layer` || O || If '''true''', downloads to a new layer ||
     21|| `layer_name` || O || Only valid when the data is loaded in a new layer; Gives JOSM a hint on how to name the layer ||
    2122|| `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]. ||
    2223|| `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. ||