Changes between Version 21 and Version 22 of Help/RemoteControlCommands
- Timestamp:
- 2020-07-15T18:19:10+02:00 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/RemoteControlCommands
v21 v22 6 6 A complete list of commands and mandatory/optional parameters is shown at http://127.0.0.1:8111/ (when JOSM is running). 7 7 8 === {{{load_and_zoom}}} === 8 === {{{load_and_zoom}}} ===#load_and_zoom 9 9 Instructs JOSM to download a bounding box from the API, zoom to the downloaded area and optionally select one or more objects. 10 10 {{{ … … 29 29 || `changeset_hashtags` || O || Hashtags of the changeset ''(since r13109)'' || 30 30 || `changeset_tags` || O || Optional parameter to add changeset tags. The key and value is separated by "=" and multiple tags can be separated by a Pipe "|". This command uses the same syntax as the [#addtags addtags] parameter. `changeset_comment` and `changeset_source` currently override the `comment` and `source` tags passed in this parameter, but this may change in the future. ''(since r15316)'' || 31 || `search` || O || Search objects in the current data layer. See [wiki:/Help/Action/Search Search] || 31 || `search` || O || Search objects in the current data layer. See [wikitr:/Help/Action/Search Search] || 32 32 33 33 ==== Example ==== … … 138 138 || `valid-georeference` || O || ''(since !RemoteControl Version 1.10)'' || 139 139 140 141 mandatory parameters: url142 optional parameters: title, type, cookies, min_zoom, max_zoom143 144 140 ==== Examples ==== 145 141 * TMS layer "osm" {{{https://tile.openstreetmap.org/{zoom}/{x}/{y}.png}}}