#874 closed defect (fixed)
AddFace gets left_face/right_face of edge crossing startPoint wrong
Reported by: | strk | Owned by: | strk |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.0.0 |
Component: | postgis | Version: | master |
Keywords: | Cc: |
Description
This happens when inspecting edges that overlap the StartPoint of a polygon ring. It worked fine with ST_SharedPath so is a regression due to r6916.
I'm working on improving the testsuite
Change History (2)
comment:1 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 14 years ago
r6943 drops SharedPaths again and keep the correctness (for 10% speed improvemtn..)
Note:
See TracTickets
for help on using tickets.
r6942 fixes this by getting back to use of ST_SharedPaths.