Opened 13 years ago

Closed 13 years ago

#4053 closed defect (fixed)

WFS OGR output format does not support multipoint shapes

Reported by: dmorissette Owned by: dmorissette
Priority: normal Milestone: 6.0.2 release
Component: WFS Server Version: unspecified
Severity: normal Keywords:
Cc: adube

Description

The implementation of mapogroutput.c (OGR outputformats for WFS) does not support multipoint shapes. We get the error "Failed on odd point geometry."

msOGRWriteShape() needs to build and pass a multipoint to OGR in this case.

Attachments (1)

ticket4053-v2.patch (1.7 KB ) - added by dmorissette 13 years ago.
Patch to support the case of shape->line[j].numpoints > 1 ... do we really want to support that?

Download all attachments as: .zip

Change History (2)

comment:1 by dmorissette, 13 years ago

Resolution: fixed
Status: newclosed

Multipoint output added in SVN trunk r12678.

by dmorissette, 13 years ago

Attachment: ticket4053-v2.patch added

Patch to support the case of shape->line[j].numpoints > 1 ... do we really want to support that?

Note: See TracTickets for help on using tickets.