Opened 8 years ago

Closed 8 years ago

#6332 closed defect (fixed)

OpenFileGDB driver creates invalid MultiLineString Z geometries

Reported by: Even Rouault Owned by: Even Rouault
Priority: normal Milestone: 1.11.4
Component: OGR_SF Version: unspecified
Severity: normal Keywords: openfilegdb multilinestring z
Cc:

Description

Initially reported as http://hub.qgis.org/issues/12416

When the OpenFileGDB driver reads a MultiLineString Z geometry with several parts, it fail to declare the containing MultiLineString to be 3D, but puts inside LineString Z objects. OGR is generally fine with that, but the exported WKB declare a 2D dimension for the container, and 3D components inside it. Which QGIS WKB reader crashes on.

Change History (2)

comment:1 by Even Rouault, 8 years ago

trunk r33152, branches/2.0 r33153, branches/1.11 r33154 "OpenFileGDB: build correct geometry for a multi-part wkbMultiLineStringZ, ie with the coordinate dimension of the container set to 3 (#6332)"

comment:2 by Even Rouault, 8 years ago

Milestone: 1.11.4
Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.