simplefeatures v0.3.0 Release Notes

  • 2020-01-07

    • A Linesweep algorithm is now used for the Intersects() bool implementation between line types (Line, LineString, MultiLineString). This reduces the computational complexity from quadratic time to linearithmic time.