Hi,
I try to add to shape in format WFS with this function
function add_capa_own_wfs(map,etiqueta,capa,maxf) {
layer2 = new OpenLayers.Layer.WFS(
etiqueta,
"http://www.aplicanet.gob.mx:8080/geoserver/wfs",
{typename: capa, maxfeatures: maxf},
{ featureClass: OpenLayers.Feature.WFS});
map.addLayer(layer2);}
and I call the function
add_capa_own_wfs(map,"Col",'sde_cla',50);
but never showme the shape, my function is correct??
Thanks.
--
Arturo Juárez Lima <[email protected]>
GEQ
_______________________________________________
Users mailing list
[email protected]
http://openlayers.org/mailman/listinfo/users