Ticket #546 (closed defect: wontfix)

Opened 3 years ago

Last modified 2 years ago

Error doing a Buffer

Reported by: aperi2007 Owned by: pramsey
Priority: medium Milestone: PostGIS 1.5.3
Component: postgis Version: 1.5.X
Keywords: Cc:

Description

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

Attachments

screenshot_01.png Download (28.2 KB) - added by pramsey 3 years ago.
good and bad

Change History

Changed 3 years ago by aperi2007

I tested with Geos 3.2.2 the bug is still here.

I report this to Geos ML.

Changed 3 years ago by pramsey

good and bad

Changed 3 years ago by pramsey

Attachment shows good buffer from JTS (blue) and bad one from GEOS (red).

Changed 2 years ago by pramsey

  • status changed from new to closed
  • resolution set to wontfix

Properly reported to GEOS, closing this one out.

 http://trac.osgeo.org/geos/ticket/356

Note: See TracTickets for help on using tickets.