On Wed, Nov 18, 2009 at 7:32 AM, Barbara Fiederer
<[email protected]>wrote:

> var DBsellayer = new OpenLayers.Layer.Vector("WFS", {
>                    strategies: [new OpenLayers.Strategy.Fixed()],
>                    protocol: new OpenLayers.Protocol.WFS({
>                        url:  "http://myDomain.com:8090/geoserver/wfs";,
>                        featureType: "flurst",
>                        data: filter_body,
>                         featureNS: "http://myDomain.com/demo";
>
>                     })
>                });
>


I am not sure what is the key you need, but I am pretty sure is not data.

Instead of "data: filter_body", try using "filter: filter_body" or
"defaultFilter: filter_body".
_______________________________________________
Users mailing list
[email protected]
http://openlayers.org/mailman/listinfo/users

Reply via email to