Opened 13 years ago
Closed 13 years ago
#1715 closed task (fixed)
Port the Edge splitting robustness improvement to ST_Split
Reported by: | strk | Owned by: | strk |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.0.1 |
Component: | topology | Version: | master |
Keywords: | Cc: |
Description
I think ModEdgeSplit and NewEdgeSplit may be using ST_Split directly, it shall be checked if the robustness improvement added in the former should be ported to the latter, and then have the former use the latter.
Less code to maintain is always good.
See r9539 to understand what I'm talking about
Change History (3)
comment:1 by , 13 years ago
Owner: | changed from | to
---|
comment:2 by , 13 years ago
Component: | postgis → topology |
---|
Note:
See TracTickets
for help on using tickets.
ST_Split seems unaffected:
So maybe let's keep this ticket to use ST_Split from ST_ModEdgeSplit and ST_NewEdgesSplit