Changes between Version 26 and Version 27 of Help/Preferences/RemoteControl


Ignore:
Timestamp:
2014-11-16T17:07:42+01:00 (11 years ago)
Author:
pyrog
Comment:

Add params for load_and_zoom

Legend:

Unmodified
Added
Removed
Modified
  • Help/Preferences/RemoteControl

    v26 v27  
    3838where
    3939||= **Parameter** =||= **Required/Optional** =||= **Meaning** =||
    40 || `left` || R || minimum longitude ||
    41 || `right` || R || maximum longitude ||
    42 || `bottom` || R || minimum latitude ||
    43 || `top` || R || maximum latitude ||
    44 || `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}}} ||
     40|| `bottom` || R || Minimum latitude ||
     41|| `top` || R || Maximum latitude ||
     42|| `left` || R || Minimum longitude ||
     43|| `right` || R || Maximum longitude ||
     44|| `new_layer` || O || If '''true''', downloads to a new layer ||
    4545|| `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]. ||
    46 || `new_layer` || O || If true, downloads to a new layer ||
     46|| `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}}} ||
     47|| `zoom_mode` || O || '''download''' | '''selection''', defaults to selection ||
     48|| `changeset_comment` || O || Comment of the changeset ||
     49|| `changeset_source` || O || Source of the changeset ||
     50|| `search` || O || Search objects in the current data layer. See [wiki:/Help/Action/Search Search] ||
    4751
    4852==== Example ====