geojson v1.3.3 Release Notes

Release Date: 2018-08-30 // over 5 years ago
    • Switch to using Data.Vector.Storable instead of lists,
    • GeoPositionWithoutCRS is now a sum type (Empty, XY, XYZ, or XYZM).
    • 🆕 New public methods on LineString and LinearRing
      • toVector, combineVector, fromVector
      • map, foldr, foldMap (as they are nolonger Foldable, Functor, or Traversable)