geobase 0.1.0-a.1 geobase: ^0.1.0-a.1 copied to clipboard
Geospatial data (features, geometries, coordinates) writers (GeoJSON, WKT) for Dart.
0.1.0 #
(beta-release 0.1.0 currently under development at version 0.1.0-a.1)
🧩 Features:
- Initial version with code originating from
geocore
package. - Separate some common features of geocore to separate common package #86
- Base interface for bounding boxes compatible with RFC7946 #87
- Separate basic point properties as position interface #84
- Formatting to text on Point (and other geometries) more flexible #81
- Coordinate types enhanced #92
- Coordinate value accessors on position classes #94
- Equality and hashcode for (Geo)Position and (Geo)Box classes #89
🛠 Maintenance: