[OpenLayers-Users] Is correct??

Arturo Juárez Lima ajuarez at queretaro.gob.mx
Tue Oct 27 11:23:32 EDT 2009


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 <ajuarez at queretaro.gob.mx>
GEQ

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/openlayers-users/attachments/20091027/de518fc4/attachment.html


More information about the Users mailing list