Opened 12 years ago

Closed 12 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.

Change History (1)

comment:1 by adube, 12 years ago

Resolution: fixed
Status: newclosed

Fixed in r1356.

Note: See TracTickets for help on using tickets.