#272: Incorrect mapping to BufferParameters::EndCapStyle in deprecated BufferOp
enum
------------------------+---------------------------------------------------
 Reporter:  cscrimge    |       Owner:  geos-devel@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).
_______________________________________________
geos-devel mailing list
geos-devel@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/geos-devel

Reply via email to