Ticket #3415 (closed feature: fixed)

Opened 23 months ago

Last modified 22 months ago

Restore old WFS protocol configuration behavior for WFS 1.0

Reported by: ahocevar Owned by: tschaub
Priority: minor Milestone: 2.11 Release
Component: Protocol.WFS Version: SVN
Keywords: Cc:
State: Commit

Description

With r12129, the behavior of the WFS protocol configuration was changed: if no featureNS and no geometryName is configured, BBOX filters will be serialized without a propertyName. However, this is only valid for WFS >= 1.1. According to  http://lists.osgeo.org/pipermail/openlayers-dev/2011-July/007781.html, this ticket suggests using a null geometryName only for WFS versions >= 1.1.

Attachments

openlayers-3415.patch Download (3.9 KB) - added by ahocevar 23 months ago.

Change History

Changed 23 months ago by ahocevar

Changed 23 months ago by ahocevar

  • state set to Review

The above patch also removes some voodoo - the default for geometryName now only depends on the WFS version, and no longer on the featureNS configuration.

All tests pass in Safari5. Thanks for any review.

Changed 22 months ago by erilem

  • state changed from Review to Commit

Changed 22 months ago by ahocevar

  • status changed from new to closed
  • resolution set to fixed

(In [12216]) don't use null geometryName for WFS versions < 1.1. r=elemoine (closes #3415)

Note: See TracTickets for help on using tickets.