[geos-devel] [GEOS] #356: Buffer error
GEOS
geos-trac at osgeo.org
Thu Jun 24 11:32:29 EDT 2010
#356: Buffer error
------------------------+---------------------------------------------------
Reporter: aperi2007 | Owner: geos-devel@…
Type: defect | Status: new
Priority: major | Milestone: 3.2.1
Component: Default | Version: 3.2.0
Severity: Unassigned | Keywords:
------------------------+---------------------------------------------------
Hi,
In postgis try-ing a Buffer with this:
select
1 as id,
ST_Buffer(ST_GeomFromText('MULTILINESTRING(
(1676339.95971128 4847443.67952346,
1676340.19 4847443.54,
1676338.44 4847440.65,
1676335.37 4847442.52,
1676337.12 4847445.4,
1676339.95971128 4847443.67952346)
)'),1) as geom;
I experience a Bug .
The buffer build a Polygon with a strange secondary polygon near a vertex.
The Geos used from Postgis 1.5.1 is Geos 3.2.0, so I try
downloading the last Geos 3.2.2 compile and use it.
But the bug is still here.
I work with windows , postgis 1.5.1.
--
Ticket URL: <http://trac.osgeo.org/geos/ticket/356>
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