...
c:\weave\jre\bin\java -jar c:\weave\wmstest.jar -u <url>
...
- 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
- 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
- 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
For more details on using WMS in Weave refer to this page in the Weave System Administrator Guides.
...