I have a wms layer called as singleTile and with ratio 1.
 var twms = new OpenLayers.Layer.WMS( "WMS",
     
"http://localhost/cgi-bin/mapserv.exe?map=H:/ms4w/Apache/htdocs/test.map&";
      ,{layers: 'dist_geo',
      srs: 'EPSG:4326',
      format: format,
      isBaseLayer: true,
      visibility: true,},{singleTile:true, ratio:1}

      );

      In this case, no navigation tool(pan, zoom in zoom out) is working.
is there anything i have to change in the map size? please help
-- 
View this message in context: 
http://osgeo-org.1803224.n2.nabble.com/Problem-in-navigation-tp5649288p5649288.html
Sent from the OpenLayers Users mailing list archive at Nabble.com.
_______________________________________________
Users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/openlayers-users

Reply via email to