Ticket #455 (closed defect: wontfix)

Opened 2 years ago

Last modified 2 years ago

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

Changed 2 years ago by strk

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

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.