Opened 15 years ago

Closed 15 years ago

#272 closed defect (fixed)

Incorrect mapping to BufferParameters::EndCapStyle in deprecated BufferOp enum

Reported by: cscrimge Owned by: geos-devel@…
Priority: minor Milestone: 3.2.0
Component: Core Version: main
Severity: Unassigned Keywords:
Cc:

Description

The deprecated enum in BufferOp that maps to BufferParameters::EndCapStyle has the following incorrect mapping:

CAP_ROUND = BufferParameters::CAP_ROUND, CAP_BUTT = BufferParameters::CAP_FLAT, CAP_SQUARE = BufferParameters::CAP_FLAT

Attachments (1)

capstyle.patch (474 bytes ) - added by cscrimge 15 years ago.
Proposed fix

Download all attachments as: .zip

Change History (2)

by cscrimge, 15 years ago

Attachment: capstyle.patch added

Proposed fix

comment:1 by strk, 15 years ago

Resolution: fixed
Status: newclosed

Thanks for finding this out. Fixed as r2605.

Note: See TracTickets for help on using tickets.