to_spatial_smooth returns multilinestring when merged edge crosses itself #117
Labels
bug 🐛
Something isn't working
to_spatial_smooth
All issues related to function `to_spatial_smooth()`
Describe the bug
I have a test network, created from points. When I pass it to
to_spatial_smooth()
it returns a network with edges asMULTILINESTRING
geometries,Reproducible example
Expected behavior
The morpher should return edges with
LINESTRING
s.The text was updated successfully, but these errors were encountered: