FW: [Mapserver-users] MUM2 WMS failed
Norman Vine
nhv at cape.com
Mon Jun 14 08:05:47 PDT 2004
Eduardo Patto Kanegae writes:
>
> Hi,
>
> I tried to access the link http://dev1.dmsolutions.ca/cgi-bin/mswms_mum2 using JUMP but got the following error:
>
> ++++++++++
> java.io.IOException: Server returned HTTP response code: 400 for URL:
> http://dev1.dmsolutions.ca/cgi-bin/mswms_mum2?request=capabilities&WMTVER=1.0
the above link gives me a Capabilities response in a browser
I am sure that others will have a much better demo of this service shortly
in the mean time see
http://www.vso.cape.com/~nhv/maps/mum.html
pertinent source for above page below
Cheers
Norman
==== snip ====
<script language="javascript">
var tsadev = "http://tsadev.speciesanalyst.net/cgi-bin/mapserv.exe?map=cntryBound.map&VERSION=1.1.0"
var mum = "http://dev1.dmsolutions.ca/cgi-bin/mswms_mum2?VERSION=1.1.0"
var map=addOGCMap("map1",600,300,-180,-90,180,90);
map.addLayer(tsadev,"country",true,true);
map.addLayer(mum,"delegates",true,true);
map.writeInline();
map.redraw();
</script>
More information about the MapServer-users
mailing list