You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi all, actually there is the line_merge which works great, now for some cases we need to preserve the direction of the vectors, at least in the actual version there is no docs about it, so from that is not guarantee to keep the direction of the vectors.
Would be great have a new param on the function which we can select, if the join must preserve the direction of the vectors.
IIRC, preserve has two aspects:
End/Start points will be keep
Only joins vectors that keep the right direction, the wrong direction can cause to a vector to not be join
No idea what happens if there is 4 vectors, 2 in right direction, and other 2 in the right direction
Hi all, actually there is the line_merge which works great, now for some cases we need to preserve the direction of the vectors, at least in the actual version there is no docs about it, so from that is not guarantee to keep the direction of the vectors.
Would be great have a new param on the function which we can select, if the join must preserve the direction of the vectors.
IIRC, preserve has two aspects:
Here some docs: https://postgis.net/docs/ST_LineMerge.html
IIRC geos has an option for that.
Thx!
The text was updated successfully, but these errors were encountered: