dart_jts 0.3.0+1 dart_jts: ^0.3.0+1 copied to clipboard
An ongoing effort to port the Java Topology Suite to the dart programming language and make it available to its mobile, dektop and web environments.
== Version 0.3.0
This release brings important additions, all thanks to David Barber's (badger3512) contributions. Kudos!
- added simplifiers (Douglas Peucker, Visvalingam-Whyatt and TopologyPreserving)
- added densifier
- added quadtree index
- fixed bug in buffer(0) operations
== Version 0.2.6
- fix for convex hull bug with large points geoms
== Version 0.2.5
- added convex hull
== Version 0.2.4
- added spatialite binary geometry reader/writer
== Version 0.2.3+1
- added geodesy polygon area calculation
== Version 0.2.3
- adding geodesy class
== Version 0.2.2+1
- removing unnecessary constraints
== Version 0.2.2
- fix for bad wkb bug in case of 3D geometries.
== Version 0.2.1+1
- upgrade collections to allow for flutter 3 on depending projects
== Version 0.2.1
- DistanceToPoint: Fix infinite recursion bug in computeDistance (thanks to Samy Arous)
== Version 0.2.0
- migration to null safety
- libraries upgrade
== Version 0.1.0
Ported linearref package.
== Version 0.0.7
Dependencies upgrade.
== Version 0.0.6
Added affine transformation classes.
== Version 0.0.5+6
Added geometry type enumeration utility class.
== Version 0.0.5+4
Added a community contributed example.
== Previous versions
Migrated from JTS java some portions of code.
All Geometry types supported. Predicates working. Buffer working. Distance operation working.