Changes between Version 17 and Version 18 of Help/RemoteControlCommands
- Timestamp:
- 2020-07-06T17:50:03+02:00 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/RemoteControlCommands
v17 v18 101 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. || 102 102 || `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)'' || 104 104 || `cookies` || O || || 105 105 || `min_zoom` || O || The minimum zoom level ''(since !RemoteControl Version 1.4)'' || … … 143 143 144 144 ==== 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] 148 152 149 153 * WMS layer "landsat" {{{http://irs.gis-lab.info/?layers=landsat&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox} }}}