You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This version new geodesy and geographic coordinate representation (DMS) classes and functions. Also some other minor enhancements and fixes.
Dart version is still kept as sdk: '>=2.17.0 <4.0.0' on version 0.5.0, but next version after this requires Dart 3 (sdk: '>=3.0.0 <4.0.0'), see also Dart 3 migration guide](https://dart.dev/resources/dart-3-migration).
Deprecate XY, XYZ, XYM, XYZM, LonLat, LonLatElev, LonLatM, LonLatElevM special classes extending PositionCoords - to be removed for version 1.0 of the package.
This version new geodesy and geographic coordinate representation (DMS) classes and functions. Also some other minor enhancements and fixes.
Dart version is still kept as
sdk: '>=2.17.0 <4.0.0'
on version 0.5.0, but next version after this requires Dart 3 (sdk: '>=3.0.0 <4.0.0'
), see also Dart 3 migration guide](https://dart.dev/resources/dart-3-migration).release: 0.5.1
2023-08-12: Published geodata 0.5.1 to pub.dev.
✨ New (2023-07): spherical geodesy functions (distance, bearing, destination point, etc.) for great circle and rhumb line paths.
WkbConf
class removed, addedbuildEmptyGeometries
for WKB decoder.Position
andBox
: tolerance type fromnum?
todouble
(see Consistent equals, equals2D, equals3D (and equalsBy) for coordinates, geometries and features #146).Measurable
abstract class removed,isMeasured
defined inPositionable
.🧩 Features:
🛠 Refactoring:
🐛 Bugs fixed:
🛠 Maintenance:
✍️ In-progress:
pre-release: 0.5.0-dev.2
2023-07-31: Published pre-release 0.5.0-dev.2 to pub.dev.
✨ New (2023-07): spherical geodesy functions (distance, bearing, destination point, etc.) for great circle and rhumb line paths.
🧩 Features:
🐛 Bugs fixed:
🛠 Maintenance:
pre-release: 0.5.0-dev.1
2023-07-29: Published pre-release 0.5.0-dev.1 to pub.dev.
✨ New (2023-07): spherical geodesy functions (distance, bearing, destination
point, etc.) for great circle and rhumb line paths.
🧩 Features:
🐛 Bugs fixed:
🛠 Maintenance:
pre-release: 0.5.0-dev.0
2023-07-19: Published pre-release 0.5.0-dev.0 to pub.dev.
✨ New (2023-07): spherical geodesy functions (distance, bearing, destination
point, etc.) for great circle and rhumb line paths.
🧩 Features:
🐛 Bugs fixed:
🛠 Maintenance:
The text was updated successfully, but these errors were encountered: