Changes between Version 8 and Version 9 of Help/Preferences/RemoteControl
- Timestamp:
- 2012-01-24T01:11:27+01:00 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/Preferences/RemoteControl
v8 v9 1 1 [[TranslatedPages]] 2 2 = Preferences > Remote Control = 3 3 4 [[Image(source:trunk/images/preferences/remotecontrol.png)]] '''Settings for the remote control feature.''' 5 6 Remote Control allows JOSM to be controlled from other applications, e.g. from a web browser, by opening a listening TCP port (8111) on localhost where it accepts commands. 4 [[Image(source:trunk/images/preferences/remotecontrol.png)]] **Settings for the remote control feature.** 5 6 Remote Control allows JOSM to be controlled from other applications, e.g. from a web browser, by opening a listening TCP port (8111) on localhost where it accepts commands.[[BR]] 7 **Note**: Due to security reasons this feature is disabled in the default settings and has to be enabled manually. 7 8 8 9 … … 12 13 13 14 14 * '''Enable remote control'''allows to switch the remote control feature on or off.15 * '''Load data from API'''16 * '''Import data from URL'''17 * '''Load imagery layers'''18 * '''Change the selection'''19 * '''Change the viewport'''20 * '''Create new objects'''21 * '''Read protocol version'''22 23 * '''Confirm all Remote Control actions manually'''15 * **Enable remote control** allows to switch the remote control feature on or off. 16 * **Load data from API** 17 * **Import data from URL** 18 * **Load imagery layers** 19 * **Change the selection** 20 * **Change the viewport** 21 * **Create new objects** 22 * **Read protocol version** 23 24 * **Confirm all Remote Control actions manually** 24 25 25 26 == List of Commands == … … 30 31 }}} 31 32 where 32 ||= '''Parameter''' =||= '''Required/Optional''' =||= '''Meaning'''=||33 ||= **Parameter** =||= **Required/Optional** =||= **Meaning** =|| 33 34 || `left` || R || minimum longitude || 34 35 || `right` || R || maximum longitude || … … 69 70 }}} 70 71 where 71 ||= '''Parameter''' =||= '''Required/Optional''' =||= '''Meaning'''=||72 ||= **Parameter** =||= **Required/Optional** =||= **Meaning** =|| 72 73 || `title` || O || The display name of the layer || 73 74 || `type` || O || Type of the layer. Possible values are `wms` and `tms` [[BR]] (since !RemoteControl Version 1.3) || … … 89 90 }}} 90 91 where 91 ||= '''Parameter''' =||= '''Required/Optional''' =||= '''Meaning'''=||92 ||= **Parameter** =||= **Required/Optional** =||= **Meaning** =|| 92 93 || `objects` || R || Comma separated list of object ids, e.g. "{{{n1234,n1235,w84,r958493}}}" || 93 94 || `new_layer` || O || If true, downloads to a new layer || … … 107 108 }}} 108 109 where 109 ||= '''Parameter''' =||= '''Required/Optional''' =||= '''Meaning'''=||110 ||= **Parameter** =||= **Required/Optional** =||= **Meaning** =|| 110 111 || `lon` || R || The longitude of the node || 111 112 || `lat` || R || The latitude of the node || … … 124 125 }}} 125 126 where 126 ||= '''Parameter''' =||= '''Required/Optional''' =||= '''Meaning'''=||127 ||= **Parameter** =||= **Required/Optional** =||= **Meaning** =|| 127 128 || `way` || R || Pairs of latitude, longitude coordinates separated by semicolon. || 128 129 … … 213 214 Remotecontrol allows other plugins to add additional commands. The other registers a RequestHandler class and specifies a command to be handled by this class. The command syntax has to be defined by the other plugin. 214 215 215 Reverter plugin since 27091 makes use of this feature. 216 Reverter plugin since version 27091 makes use of this feature. 216 217 217 218 == See also ==
