turf icon indicating copy to clipboard operation
turf copied to clipboard

fix issue #2837

Open sharmaB01 opened this issue 10 months ago • 0 comments

fixed this issue : #2837 Why does @turf/boolean-valid require MultiLineStrings to have at least two component LineStrings? #2837

because multiline will be like { "type": "MultiLineString", "coordinates": [ [ [100.0, 0.0], [101.0, 1.0], [102.0, 2.0] ] ] }

sharmaB01 avatar Feb 24 '25 19:02 sharmaB01