[OpenLayers-Users] geowebcache with EPSG:900913

Arturo Juárez Lima ajuarez at queretaro.gob.mx
Wed Nov 4 19:20:53 EST 2009


Hi, I was try use a shape from geowebcache with EPSG:900913, but always
send me the shape with EPSG:4326. 

this is my code:

function add_capa_own_gwc(map,etiqueta,capa,format,base,visible)  {
	l1 = new OpenLayers.Layer.WMS(
                    etiqueta,
"http://localhost:8080/geoserver/gwc/service/wms",
                    {layers: capa,                        
                    },{isBaseLayer: base});
	l1.setVisibility(visible); 
        map.addLayer(l1);
  }

could you help me??
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/openlayers-users/attachments/20091104/fc4b7040/attachment.html


More information about the Users mailing list