Opened 13 years ago
Last modified 13 years ago
#1206 closed defect
ST_Node or ST_NodeLines — at Initial Version
Reported by: | strk | Owned by: | pramsey |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.0.0 |
Component: | postgis | Version: | master |
Keywords: | history | Cc: |
Description
A function taking a collection of lineal geometries and performing noding on them. There's a known trick of doing this with ST_Union, but the result is often over-splitted so takes an additional ST_LineMerge to do.
Eventually, eving a separate entry point will allow further optimizing it or extending it.
Note:
See TracTickets
for help on using tickets.