Opened 14 years ago
Closed 14 years ago
#546 closed defect (wontfix)
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 (1)
Change History (4)
comment:1 by , 14 years ago
comment:2 by , 14 years ago
Attachment shows good buffer from JTS (blue) and bad one from GEOS (red).
comment:3 by , 14 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Properly reported to GEOS, closing this one out.
Note:
See TracTickets
for help on using tickets.
I tested with Geos 3.2.2 the bug is still here.
I report this to Geos ML.