[Gistoolkit-editor] quickwms and gistoolkit server
Brought to you by:
bitterstorm,
ithaqua
From: Johannes B. <joh...@od...> - 2004-03-19 22:35:53
|
hi, does anyone known how to connect quickwms to the gistoolkit server? quickwms is a simple javascript client for accessing wms servers. (http://giserver.esrin.esa.int/quickwms/) as descriped in the documentation the wms server can be accessed through the url of the wms service (http://localhost:40320/dhm/) and the layername, in my example (NewLayer). <script language='Javascript'> // WMS servers - list here your favorite server // Changes: 2003-10-24 : Added http:// to the DEMIS and ESRIN server urls var gistoolkit = "http://localhost:40320/dhm/"; function writeMaps(){ var map = new mapWMS(-180,-90,180,90); map.addLayer(gistoolkit, "NewLayer"); map.layers[0].format="JPEG"; map.writeDOM("myMap", 350, 175, 350, 175, "background-color:white; border-style:solid; border-width:1; border-color:black;"); map.refresh(); } writeMaps(); </script> but i dont know what to parameters the gistoolkitserver requires to return the map. using these settings i do not get a result. Thanks for any hints, also with accessing the gistoolkit server with other wms clients could be interesting for me. Johannes -- -- Johannes Buehler __O Feldstr. 45 =`\<, 14789 Greifswald (=)/(=) joh...@od... ----------- 03834 509307 |