[postgis-devel] [PostGIS] #546: Error doing a Buffer
PostGIS
trac at osgeo.org
Thu Jun 24 08:02:33 PDT 2010
#546: Error doing a Buffer
-----------------------+----------------------------------------------------
Reporter: aperi2007 | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 1.5.2
Component: postgis | Version: 1.5.X
Keywords: |
-----------------------+----------------------------------------------------
With this query
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;
The buffer polygon create is wrong.
It create a little secondary portion of polygon around a vertex.
I use the Postgis 1.5.1 under windows . The Geos version is
3.2.0-CAPI-1.6.0
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/546>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-devel
mailing list