Changes between Version 23 and Version 24 of Help/RemoteControlCommands
- Timestamp:
- 2021-03-24T18:00:25+01:00 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified Help/RemoteControlCommands
v23 v24 99 99 where 100 100 ||= **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). || 102 103 || `title` || O || The display name of the layer || 103 104 || `type` || O || Type of the layer. Possible values are `wms`, `tms` and `bing` ''(defaults to `wms`, since !RemoteControl Version 1.3)'' || … … 146 147 http://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 147 148 149 * "Bing" layer 150 151 http://localhost:8111/imagery?id=Bing 152 148 153 149 154 === {{{load_object}}} ===