Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

c:\weave\jre\bin\java -jar c:\weave\wmstest.jar -u <url>

...

Image Added

  • Testing an external WMS: Return the layers in the WMS and time taken to draw layer (in milliseconds) and the scale at which the layer is drawn

c:\weave\jre\bin\java -jar c:\weave\wmstest.jar -u http://services.ga.gov.au/gis/services/Aviation_Facilities/MapServer/WMSServer
Image Removed
Image Added

  • Testing an external WMS with background processing to simulate ????? (what situation???)

c:\weave\jre\bin\java -jar c:\weave\wmstest.jar -u http://services.ga.gov.au/gis/services/Aviation_Facilities/MapServer/WMSServer -b 100

Image RemovedImage Added

 

  • Getting map images from external WMS: Creates a file (images.zip) in the current folder containing map images generated based on parameters submitted

c:\weave\jre\bin\java -jar c:\weave\wmstest.jar -u http://services.ga.gov.au/gis/services/Aviation_Facilities/MapServer/WMSServer -d

Image Added

 

(info) For more details on using WMS in Weave refer to this page in the Weave System Administrator Guides.

...