Changes between Version 23 and Version 24 of Help/RemoteControlCommands


Ignore:
Timestamp:
2021-03-24T18:00:25+01:00 (4 years ago)
Author:
simon04
Comment:

#20660

Legend:

Unmodified
Added
Removed
Modified
  • TabularUnified Help/RemoteControlCommands

    v23 v24  
    9999where
    100100||= **Parameter** =||= **Required/ \\ Optional** =||= **Meaning** =||
    101 || `url` ||  R  || The Request URL, including patterns. Must be the last parameter, everything after "&url=" is interpreted as URL, even if it contains "&" characters.  ||
     101|| `url` ||  R or `id`  || The Request URL, including patterns. Must be the last parameter, everything after "&url=" is interpreted as URL, even if it contains "&" characters.  ||
     102|| `id` ||  R or `url`  || The imagery ID in JOSM, see [[Maps]] (since r17655).  ||
    102103|| `title` ||  O  || The display name of the layer ||
    103104|| `type` ||  O  || Type of the layer. Possible values are `wms`, `tms` and `bing` ''(defaults to `wms`, since !RemoteControl Version 1.3)'' ||
     
    146147http://localhost:8111/imagery?title=landsat&type=wms&url=http://irs.gis-lab.info/?layers=landsat&SRS=%7Bproj%7D&WIDTH=%7Bwidth%7D&HEIGHT=%7Bheight%7D&BBOX=%7Bbbox%7D
    147148
     149* "Bing" layer
     150
     151http://localhost:8111/imagery?id=Bing
     152
    148153
    149154=== {{{load_object}}} ===