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??
_______________________________________________
Users mailing list
[email protected]
http://openlayers.org/mailman/listinfo/users

Reply via email to