Opened 13 years ago
Closed 13 years ago
#433 closed enhancement (fixed)
Layer - geometryName option
Reported by: | adube | Owned by: | adube |
---|---|---|---|
Priority: | major | Milestone: | 1.4.0 |
Component: | widgets | Version: | trunk |
Keywords: | Cc: |
Description
With OpenLayers 2.11, the default value of the WFS protocol "geometryName" has changed. This is detailed here : http://trac.osgeo.org/openlayers/ticket/3415
In WFS 1.1.0, its value is now "null" because the SLD spec specifies that the BBOXType PropertyName element has "minOccurs"=0, so it shouldn't be mandatory.
In MapServer, there's currently an unfixed bug. The property is mandatory even though it shouldn't : http://trac.osgeo.org/mapserver/ticket/3955
This results in the vector layer created with wfs servicetype pointing to mapserver to not work.
A quick workaround to fix the issue could be to add the geometryName layer option.
Fixed in r1356.