Opened 17 years ago

Closed 17 years ago

#1619 closed defect (fixed)

bug in OGRPolygon::flattenTo2D()

Reported by: Kosta Owned by: warmerdam
Priority: normal Milestone: 1.4.2
Component: OGR_SF Version: unspecified
Severity: major Keywords:
Cc:

Description

The following line of code is missing in OGRPolygon::flattenTo2D():

nCoordDimension = 2;

Patch attached...

Attachments (1)

flattento2d.patch (406 bytes ) - added by Kosta 17 years ago.
patch for bug in OGRPloyon::flattenTo2D()

Download all attachments as: .zip

Change History (2)

by Kosta, 17 years ago

Attachment: flattento2d.patch added

patch for bug in OGRPloyon::flattenTo2D()

comment:1 by warmerdam, 17 years ago

Milestone: 1.4.2
Resolution: fixed
Status: newclosed

Kosta,

Good point. I have fixed this in trunk (r11423) and 1.4 branch (r11424).

Thanks

Note: See TracTickets for help on using tickets.