[mapserver-users] Calling WMS layer via openlayers when STATUS ON

Paul Curran paul_everton at hotmail.com
Tue Oct 13 19:37:54 EDT 2009


Hi, Ive been struggling with this problem for a little while now.
 
My WMS layer will only display if STATUS is set to DEFAULT within the mapfile. If status is set to ON, i get following error message within OL Map window. "WMSLoadGetMapParams(): WMS Server Error". What am i missing to call the layer within openlayers?
 
My Code is as follows:
 
      var bounds = new OpenLayers.Bounds(0, 0, 660046, 1229782);
      var map, layer1, layer2;
      var options = { maxExtent: bounds, maxResolution: 1000, numZoomLevels: 10};
 
      
      
      function init(){
          map = new OpenLayers.Map('map', options);
 
      layer1 = new OpenLayers.Layer.WMS("OpenLayers WMS",
      "http://localhost/cgi-bin/mapserv.exe?map=c:/ms4w/apps/openlayers-2.8/data/uk2.map", { layers: "250" },
      {gutter: 15});
 
      map.addLayer(layer1);
      map.zoomToMaxExtent();
 
 
 Thanks for any help in advance
 
Paul
 		 	   		  
_________________________________________________________________
View your other email accounts from your Hotmail inbox. Add them now.
http://clk.atdmt.com/UKM/go/167688463/direct/01/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/mapserver-users/attachments/20091013/2fa0066d/attachment-0001.html


More information about the mapserver-users mailing list