- Fix
LineString.intersections
bug
- Fix
Polygon.fromWKT
creation bug - Fix
MultiPolygon.fromWKT
creation bug - Add
MultiPolygon.fromWKT
andPolygon.fromWKT
tests
- Increase comments around conversion utils
fromJson
method fix with casting- Add some new, more practical examples
- PR Validator to verify changes to main and PRs in
- Feature collection from wkt
- Static analysis warnings
- Update linear_ring.dart (thanks @sheldoncoup)
- dart analyze errors for use_super_parameters
- multipolygon from wkt
- BUG: No intersections using LineString
- polygon intersections
- add buffering to points to make circles
- add light error checking to multipolygon union
- convex hull calculation for feature collections
MultiLineString.fromJson
creation bug.- Update lint version
- Add conversion from LLA Coordinate to ENU Coordinate (thanks @keenranger)
MultiLineString.fromWKT
creation bug.
LineString.hashCode
operator.
Feature
now has+
capabilities.FeatureCollection
now has+
capabilities.MultiPoint.random({int points})
created.LineString.random({int length})
addedlength
parameter.MultiLineString.random({int count, int length})
addedlength
andcount
parameter.LineString.intersections
added.LineString.slope
added.LineString.contains
added.
LinearRing.contains
bug fix- Tests for
LinearRing.contains
bug fix
Polygon.random()
created.- Add readme links to conversion headings.
- Additional
LineString
methods and properties. LinearRing
random()
centroid
andarea
methods added.Point
andPolygon
contained
andisContainedIn
methods added inLinearRing
,MultiPolygon
,Polygon
, andPoint
.
- Expose
convertAngle
function. - Fix readme conversion bugs.
- Change
distanceTo
andbearingTo
to accept units. - Document available units in readme.
- Add BoundingBox
toPolygon
conversion - Add linestring
segments
property - Add
envelope
property toBoundingBox
- Add
square
property toBoundingBox
- Add
isCollectionOf
andnearestPointTo
property toFeatureCollection
- Add BoundingBox as geometry tyoe
- add
.bbox
method to all geometry features
- Point lat lng exposed on point
- add
center
method to all geometries - Add conversion example to README
- More readme badges
- Convert between angle units
- Add conversion example to README
- Add area conversions to the
conversions
library. - Fix readme pub.dev badge.
- Fix examples path.
- Found an incorrect import in readme
- Added badges (hopefully) to the readme
- Remove installation information from the README.md
- Add conversion library, with 1d conversions, with tests
- Changed pubspec information
- Un-ignored docs and examples
- Initial version.