Changes between Version 8 and Version 9 of Help/Preferences/RemoteControl


Ignore:
Timestamp:
2012-01-24T01:11:27+01:00 (14 years ago)
Author:
skyper
Comment:

small add + syntax

Legend:

Unmodified
Added
Removed
Modified
  • Help/Preferences/RemoteControl

    v8 v9  
    1 
     1[[TranslatedPages]]
    22= Preferences > Remote Control =
    33
    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
     6Remote 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.
    78
    89
     
    1213
    1314
    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**
    2425
    2526== List of Commands ==
     
    3031}}}
    3132where
    32 ||= '''Parameter''' =||= '''Required/Optional''' =||= '''Meaning''' =||
     33||= **Parameter** =||= **Required/Optional** =||= **Meaning** =||
    3334|| `left` || R || minimum longitude ||
    3435|| `right` || R || maximum longitude ||
     
    6970}}}
    7071where
    71 ||= '''Parameter''' =||= '''Required/Optional''' =||= '''Meaning''' =||
     72||= **Parameter** =||= **Required/Optional** =||= **Meaning** =||
    7273|| `title` || O || The display name of the layer ||
    7374|| `type` || O || Type of the layer. Possible values are `wms` and `tms` [[BR]] (since !RemoteControl Version 1.3) ||
     
    8990}}}
    9091where
    91 ||= '''Parameter''' =||= '''Required/Optional''' =||= '''Meaning''' =||
     92||= **Parameter** =||= **Required/Optional** =||= **Meaning** =||
    9293|| `objects` || R || Comma separated list of object ids, e.g. "{{{n1234,n1235,w84,r958493}}}" ||
    9394|| `new_layer` || O || If true, downloads to a new layer ||
     
    107108}}}
    108109where
    109 ||= '''Parameter''' =||= '''Required/Optional''' =||= '''Meaning''' =||
     110||= **Parameter** =||= **Required/Optional** =||= **Meaning** =||
    110111|| `lon` || R || The longitude of the node ||
    111112|| `lat` || R || The latitude of the node ||
     
    124125}}}
    125126where
    126 ||= '''Parameter''' =||= '''Required/Optional''' =||= '''Meaning''' =||
     127||= **Parameter** =||= **Required/Optional** =||= **Meaning** =||
    127128|| `way` || R || Pairs of latitude, longitude coordinates separated by semicolon. ||
    128129
     
    213214Remotecontrol 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.
    214215
    215 Reverter plugin since 27091 makes use of this feature.
     216Reverter plugin since version 27091 makes use of this feature.
    216217
    217218== See also ==