Changes between Version 18 and Version 19 of Help/RemoteControlCommands


Ignore:
Timestamp:
2020-07-06T18:20:59+02:00 (5 years ago)
Author:
Klumbumbus
Comment:

fix unwanted end of URL by ] in [1,20]

Legend:

Unmodified
Added
Removed
Modified
  • Help/RemoteControlCommands

    v18 v19  
    145145* TMS layer "osm" {{{https://tile.openstreetmap.org/{zoom}/{x}/{y}.png}}}
    146146
    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]
     147http://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
    148148
    149149… or, equivalently, …
    150150
    151 [http://localhost:8111/imagery?title=osm&url=tms[1,20]https://tile.openstreetmap.org/%7Bzoom%7D/%7Bx%7D/%7By%7D.png]
     151http://localhost:8111/imagery?title=osm&url=tms[1,20]https://tile.openstreetmap.org/%7Bzoom%7D/%7Bx%7D/%7By%7D.png
    152152
    153153* WMS layer "landsat" {{{http://irs.gis-lab.info/?layers=landsat&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox} }}}
    154 [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]
     154http://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
    155155
    156156