Factual / geo

Clojure library for working with geohashes, polygons, and other world geometry
Eclipse Public License 1.0
302 stars 17 forks source link

Add line-segment function to JTS #56

Closed willcohen closed 5 years ago

willcohen commented 5 years ago

LineSegment was already being imported and used in in the jts namespace, but there wasn't a constructor function for it yet. Some of the JTS algorithms take LineSegments as arguments, so it's helpful to be able to make them directly.

willcohen commented 5 years ago

Build failures appear to be a travis problem and should be addressed by #57.

worace commented 5 years ago

Looks great @willcohen . I merged #57 so unfortunately looks like you need to resolve a conflict in CHANGELOG.md