Ticket #1619 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

bug in OGRPolygon::flattenTo2D()

Reported by: Kosta Assigned to: 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

flattento2d.patch (406 bytes) - added by Kosta on 05/07/07 07:59:53.
patch for bug in OGRPloyon::flattenTo2D()

Change History

05/07/07 07:59:53 changed by Kosta

  • attachment flattento2d.patch added.

patch for bug in OGRPloyon::flattenTo2D()

05/07/07 11:51:34 changed by warmerdam

  • status changed from new to closed.
  • resolution set to fixed.
  • milestone set to 1.4.2.

Kosta,

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

Thanks