Re: [OpenLayers-Dev] OL trunk + MapServer 6.0 + BBOX Strategy -> WFS server error. Invalid or Unsupported FILTER in GetFeature

2011-07-16 Thread Roald de Wit
Hey Andreas, Thanks, it works again when adding a geometryName to the protocol. 2 things: 1) this does change behaviour, so it would be important to document it clearly in the release notes for 2.11 (if this makes it in there) 2) in the comments in ticked #3368, bartvde says: "Maybe there

Re: [OpenLayers-Dev] OL trunk + MapServer 6.0 + BBOX Strategy -> WFS server error. Invalid or Unsupported FILTER in GetFeature

2011-07-16 Thread Andreas Hocevar
Hey Roald, what you describe is exactly the new expected behavior. However, if you add either a featureNS or a geometryName, things should be working again. Let me know if you still have concerns, or if and where you think this should be better documented. If the former, do you have a suggestion

Re: [OpenLayers-Dev] OL trunk + MapServer 6.0 + BBOX Strategy -> WFS server error. Invalid or Unsupported FILTER in GetFeature

2011-07-16 Thread Roald de Wit
Hey Andreas, It's true that I don't set the FeatureNS. However, I *do* set the featureType *and* the featurePrefix in my protocol options, which used to be sufficient. If you take the wfs-protocol.html example from trunk and replace featureNS with: featurePrefix: 'topp', you'll see that the Pr

Re: [OpenLayers-Dev] OL trunk + MapServer 6.0 + BBOX Strategy -> WFS server error. Invalid or Unsupported FILTER in GetFeature

2011-07-16 Thread Andreas Hocevar
Hey Roald, the PropertyName will still always be set, unless you have a poorly configured WFS protocol (i.e. no FeatureNS set). How is your protocol configured (the one that used to work in 2.10, but does not any more)? Maybe we find a better way to determine poorly configured protocols. FYI, th