what i am getting as a response of the describe feature request is the following:

 <ows:Exception exceptionCode='InvalidParameterValue' locator='request'>
  <ows:ExceptionText>XML request isn't valid</ows:ExceptionText>

And it takes very long...

Am 11/8/2012 4:27 PM, schrieb Mario Danelli:
Try with adding the line "isBaseLayer" option as showed below
and let me known if it works.

wfs = new OpenLayers.Layer.Vector("Editable Features", {
       strategies: [new OpenLayers.Strategy.BBOX(), saveStrategy],
       projection: new OpenLayers.Projection("EPSG:31467"),
       isBaseLayer: false //TO ADD
       protocol: new OpenLayers.Protocol.WFS({
           version: "1.1.0",
           srsName: "EPSG:31467",
           url: "http://127.0.0.1/cgi-bin/tinyows";,
           featureNS :  "http://www.tinyows.org/";,
           featureType: "frida",
           geometryName: "the_geom",
           schema: "http://127.0.0.1/cgi-bin/tinyows?
service=wfs&request=DescribeFeatureType&version=1.1.0
&typename=tows:frida"
       })
   });

Mario Danelli

_______________________________________________
Users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/openlayers-users

_______________________________________________
Users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/openlayers-users

Reply via email to