[OpenLayers-Users] tinyows
aho
forum.email.a at googlemail.com
Thu Nov 8 23:52:21 PST 2012
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
> Users at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/openlayers-users
More information about the Users
mailing list