Opened 12 years ago
Closed 12 years ago
#455 closed defect (wontfix)
GEOSSingleSidedBuffer returns a short line
Reported by: | strk | Owned by: | |
---|---|---|---|
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)
Note:
See TracTickets
for help on using tickets.
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.