[geos-devel] Re: [GEOS] #356: multilinestring buffer artifacts
GEOS
geos-trac at osgeo.org
Fri Feb 25 10:51:29 EST 2011
#356: multilinestring buffer artifacts
------------------------+---------------------------------------------------
Reporter: aperi2007 | Owner: geos-devel@…
Type: defect | Status: new
Priority: major | Milestone: 3.3.0
Component: Default | Version: svn-trunk
Severity: Unassigned | Keywords:
------------------------+---------------------------------------------------
Comment(by strk):
Also, like with GEOS, JTS has to make 3 precision reduction attempts
before getting a valid answer:
{{{
recomputing with precision scale factor = 1.0E11
recomputing with precision scale factor = 1.0E10
recomputing with precision scale factor = 1.0E9
}}}
This is with GEOS:
{{{
recomputing with precision scale factor = 1e+11
recomputing with precision scale factor = 1e+10
recomputing with precision scale factor = 1e+09
}}}
--
Ticket URL: <http://trac.osgeo.org/geos/ticket/356#comment:6>
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