geodart 0.2.7
geodart: ^0.2.7 copied to clipboard
A geospatial library for Dart. Designed primarily around vector features (like, with coordinate points), this library provides a simple interface for working with geographic data.
0.2.7 #
LineString.hashCodeoperator.
0.2.6 #
Featurenow has+capabilities.FeatureCollectionnow has+capabilities.MultiPoint.random({int points})created.LineString.random({int length})addedlengthparameter.MultiLineString.random({int count, int length})addedlengthandcountparameter.LineString.intersectionsadded.LineString.slopeadded.LineString.containsadded.
0.2.5 #
LinearRing.containsbug fix- Tests for
LinearRing.containsbug fix
0.2.4 #
Polygon.random()created.- Add readme links to conversion headings.
- Additional
LineStringmethods and properties. LinearRingrandom()centroidandareamethods added.PointandPolygoncontainedandisContainedInmethods added inLinearRing,MultiPolygon,Polygon, andPoint.
0.2.3 #
- Expose
convertAnglefunction. - Fix readme conversion bugs.
- Change
distanceToandbearingToto accept units. - Document available units in readme.
0.2.2 #
- Add BoundingBox
toPolygonconversion - Add linestring
segmentsproperty - Add
envelopeproperty toBoundingBox - Add
squareproperty toBoundingBox - Add
isCollectionOfandnearestPointToproperty toFeatureCollection
0.2.1 #
- Add BoundingBox as geometry tyoe
- add
.bboxmethod to all geometry features
0.2.0 #
- Point lat lng exposed on point
- add
centermethod to all geometries - Add conversion example to README
0.1.3 #
- More readme badges
- Convert between angle units
- Add conversion example to README
0.1.2 #
- Add area conversions to the
conversionslibrary. - Fix readme pub.dev badge.
- Fix examples path.
0.1.1 #
- Found an incorrect import in readme
- Added badges (hopefully) to the readme
0.1.0 #
- Remove installation information from the README.md
- Add conversion library, with 1d conversions, with tests
0.0.2 #
- Changed pubspec information
- Un-ignored docs and examples
0.0.1 #
- Initial version.