Changes between Version 17 and Version 18 of Help/RemoteControlCommands


Ignore:
Timestamp:
2020-07-06T17:50:03+02:00 (5 years ago)
Author:
simon04
Comment:

#19483

Legend:

Unmodified
Added
Removed
Modified
  • Help/RemoteControlCommands

    v17 v18  
    101101|| `url` ||  R  || The Request URL, including patterns. Must be the last parameter, everything after "&url=" is interpreted as URL, even if it contains "&" characters.  ||
    102102|| `title` ||  O  || The display name of the layer ||
    103 || `type` ||  O  || Type of the layer. Possible values are `wms`, `tms` and `bing` ''(since !RemoteControl Version 1.3)'' ||
     103|| `type` ||  O  || Type of the layer. Possible values are `wms`, `tms` and `bing` ''(defaults to `wms`, since !RemoteControl Version 1.3)'' ||
    104104|| `cookies` ||  O  ||  ||
    105105|| `min_zoom` ||  O  || The minimum zoom level ''(since !RemoteControl Version 1.4)'' ||
     
    143143
    144144==== Examples ====
    145 * TMS layer "osm" {{{http://tile.openstreetmap.org/{zoom}/{x}/{y}.png}}}
    146 
    147 [http://localhost:8111/imagery?title=osm&type=tms&url=http://tile.openstreetmap.org/%7Bzoom%7D/%7Bx%7D/%7By%7D.png]
     145* TMS layer "osm" {{{https://tile.openstreetmap.org/{zoom}/{x}/{y}.png}}}
     146
     147[http://localhost:8111/imagery?title=osm&type=tms&min_zoom=1&max_zoom=20&url=https://tile.openstreetmap.org/%7Bzoom%7D/%7Bx%7D/%7By%7D.png]
     148
     149… or, equivalently, …
     150
     151[http://localhost:8111/imagery?title=osm&url=tms[1,20]https://tile.openstreetmap.org/%7Bzoom%7D/%7Bx%7D/%7By%7D.png]
    148152
    149153* WMS layer "landsat" {{{http://irs.gis-lab.info/?layers=landsat&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox} }}}