Opened 15 years ago

Closed 15 years ago

#3056 closed defect (invalid)

ogcfilter code does not parse posList

Reported by: bartvde Owned by: assefa
Priority: normal Milestone: 6.0 release
Component: WFS Server Version: 5.4
Severity: normal Keywords:
Cc:

Description

it can only parse coordinates tags, but when using WFS 1.1 OpenLayers generates the following:

ogc:Intersects><ogc:PropertyName>geometry</ogc:PropertyName><gml:LineString xmlns:gml="http://www.opengis.net/gml" srsName="EPSG:28992"><gml:posList>90844.496920068 468958.65405041 96110.234586479 466600.37889919 102765.09323237 464726.68083384</gml:posList></gml:LineString></ogc:Intersects>

which Mapserver won't parse. It should though.

Change History (4)

comment:1 by bartvde, 15 years ago

Hmm, this seems to be an OGR issue instead?

FLTogrConvertGeometry

comment:2 by bartvde, 15 years ago

So maybe we just need to upgrade OGR? See:

http://trac.osgeo.org/gdal/changeset/14768

comment:3 by assefa, 15 years ago

Owner: changed from mapserverbugs to assefa

Bart,

As mentioned, posList support was added to OGR some time ago (ogr ticket is: http://trac.osgeo.org/gdal/ticket/2311 and Mapserver ticket is http://trac.osgeo.org/mapserver/ticket/2111). I am not sure which release has it but getting the latest gdal/ogr release should fix it. If you are able to upgarde and test with success, we can close this bug.

regards,

comment:4 by bartvde, 15 years ago

Resolution: invalid
Status: newclosed

I can confirm this works fine after upgrading to GDAL 1.6.1

Note: See TracTickets for help on using tickets.