Opened 13 years ago

Closed 13 years ago

#455 closed defect (wontfix)

GEOSSingleSidedBuffer returns a short line

Reported by: strk Owned by: geos-devel@…
Priority: major Milestone: 3.2.3
Component: Default Version: 3.2.2
Severity: Unassigned Keywords:
Cc:

Description

Input: LINESTRING(0 0, 10 0, 10 10)
Distance: 10
Side: right
Join: bevel
Expected: LINESTRING(20 10,20 0,10 -10,0 -10)
Obtained: LINESTRING(20 10,20 0,10 -10)

Change History (1)

comment:1 by strk, 13 years ago

Resolution: wontfix
Status: newclosed

It'll take a refactoring in order to fix. And I don't think it makes sense to refactor in the stable 3.2 branch. Since we're talking about a deprecated interface I'd avoid wasting time on it. ST_OffsetCurve in 3.3 works fine.

Note: See TracTickets for help on using tickets.