Hi, > I have no clue of how obtain the featureType and featureNS just using that > url. Is there any way of obtain that information just using OpenLayer? also, > is my code for WFS incomplete? (I mean ignoring the fact that I don't have > the info for featureType and featureNS)
You should call the DescribeFeatureType operation to get the featureType and featureNS properties. You can take a look at how it is done in mapshup - see the update function (line 252) in this code http://code.google.com/p/mapshup/source/browse/client/js/mapshup/lib/layerTypes/WFS.js Regards Jerome -- http://mapshup.info _______________________________________________ Users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/openlayers-users
