Ticket #272 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

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: svn-trunk
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

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

Change History

Changed 4 years ago by cscrimge

Proposed fix

Changed 4 years ago by strk

  • status changed from new to closed
  • resolution set to fixed

Thanks for finding this out. Fixed as r2605.

Note: See TracTickets for help on using tickets.