Changes between Initial Version and Version 6 of Ticket #1206
- Timestamp:
- 11/04/11 11:10:23 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1206
- Property Milestone PostGIS Future → PostGIS 2.0.0
- Property Owner changed from to
- Property Status new → assigned
- Property Summary ST_Node or ST_NodeLines → ST_Node
-
Ticket #1206 – Description
initial v6 1 1 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. 2 2 3 Eventually, eving a separate entry point will allow further optimizing itor extending it.3 Eventually, having a separate entry point will allow further optimizing or extending it.