Opened 16 years ago

Closed 15 years ago

#194 closed defect (fixed)

Unbuffered geometries using negative distances

Reported by: kamo Owned by:
Priority: major Milestone: 3.2.0
Component: Core Version: 3.0.0
Severity: Significant Keywords:
Cc:

Description

Hi!

I've been extensively testing some problematic issues with the buffer function using PostGIS. Seems that in some cases interior rings are not being used to perform the

inner buffer generation although for most of the cases rings are correctly used.

I was able to assemble some xml files from my test data (used a simple

script to generate this files based on PostGIS' results) and I ran them through the XMLTester for GEOS and also for JTS. The results can be observed in the attached files. Seems like there is a high error rate when using st_buffer (for both inner and outer rings) and that JTS has got a more conservative error detection approach (?) compared to GEOS.

I originally filed this error in PostGIS' error tracking system but they recommended to post the test results here.

Attachments (1)

buffer_test.zip (155.2 KB ) - added by kamo 16 years ago.
XML test files and results

Download all attachments as: .zip

Change History (4)

by kamo, 16 years ago

Attachment: buffer_test.zip added

XML test files and results

comment:1 by kamo, 16 years ago

Component: XML TestsCore
Priority: minormajor

comment:2 by pramsey, 15 years ago

Milestone: 3.2.0

comment:3 by strk, 15 years ago

Resolution: fixed
Status: newclosed

as of r2504 JTS and GEOS results are the same (3 failure, 97 successes)

Note: See TracTickets for help on using tickets.