[geos-devel] [GEOS] #272: Incorrect mapping to
BufferParameters::EndCapStyle in deprecated BufferOp enum
GEOS
geos-trac at osgeo.org
Fri Jun 26 17:15:44 EDT 2009
#272: Incorrect mapping to BufferParameters::EndCapStyle in deprecated BufferOp
enum
------------------------+---------------------------------------------------
Reporter: cscrimge | Owner: geos-devel at lists.osgeo.org
Type: defect | Status: new
Priority: minor | Milestone: 3.2.0
Component: Core | Version: svn-trunk
Severity: Unassigned | Keywords:
------------------------+---------------------------------------------------
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
--
Ticket URL: <http://trac.osgeo.org/geos/ticket/272>
GEOS <http://geos.refractions.net/>
GEOS (Geometry Engine - Open Source) is a C++ port of the Java Topology Suite (JTS).
More information about the geos-devel
mailing list