Ticket #2606 (new defect)

Opened 5 years ago

Last modified 3 years ago

Add multipoint, multipolygon, multilinestring geometries support to define an area in a spatial filter, when a GetFeature request is sent to a WFS 1.0.0 server

Reported by: nsavard Owned by: assefa
Priority: normal Milestone: 6.0 release
Component: WFS Server Version: svn-trunk (development)
Severity: normal Keywords: OGC,Cite,TEAM,WFS 1.0.0
Cc: dmorissette

Description

When a GetFeature? request is sent to a WFS 1.0.0 server with a spatial filter that defined an area with a multipoint, multipolygon or a multilinestring geometry, an exception is returned. Actually the polygon, line and point are supported in the FLTInsertElementInNode function found in mapogcfilter.c.

We need to support these geometries in a WFS filter in order to go through the OGC CITE tests. See wfs:test1.0.0-basic-getfeature-filter-spatialoperators-contains-get-4 (s0008) wfs:test1.0.0-basic-getfeature-filter-spatialoperators-contains-get-7 (s0008) wfs:test1.0.0-basic-getfeature-filter-spatialoperators-contains-get11 (s0008)

Change History

Changed 5 years ago by dmorissette

  • milestone changed from 5.2 release to 5.4 release

Changed 4 years ago by dmorissette

  • cc dmorissette added
  • owner changed from mapserverbugs to assefa

Changed 3 years ago by dmorissette

  • milestone changed from 5.6 release to 6.0 release

Compliance testing to be continued in 6.0

Note: See TracTickets for help on using tickets.