d4_geo 2.0.0
d4_geo: ^2.0.0 copied to clipboard
Geographic projections, spherical shapes and spherical trigonometry.
2.0.0 #
Removed #
GeoPathContextis no longer exposed.GeoRawTransformno longer exists.
Added #
GeoRawProjectionhas been added to replaceGeoRawTransform.
Changed #
- The type of the property
contextinPathhas been changed fromGeoPathContexttoPathfrom thed4_pathlibrary. - The
callmethod inGeoPathnow optionally also takes a dynamic argument list. - The
pointRadiusproperty function inGeoTransformnow optionally also takes a dynamic argument list. GeoIdentitynow extendsGeoTransforminstead ofGeoProjection.GeoProjectionno longer extendsGeoRawTransform.- The
forwardandbackwardproperty functions inGeoProjectionhave been replaced by their equivalent methodscallandinvert, respectively. GeoAlbersUsano longer extendsGeoRawTransform.- The
forwardandbackwardproperty functions inGeoAlbersUsahave been replaced by their equivalent methodscallandinvert, respectively. GeoTransverseMercatorno longer extendsGeoRawTransform.- The
forwardandbackwardproperty functions inGeoTransverseMercatorhave been replaced by their equivalent methodscallandinvert, respectively. GeoRotationno longer extendsGeoRawTransform- The
forwardandbackwardproperty functions inGeoRotationhave been replaced by their equivalent methodscallandinvert, respectively. - The
callmethod inGeoTransformhas been renamed tostream. - The
callmethod inGeoProjectionhas been renamed tostream. - The
callmethod inGeoAlbersUsahas been renamed tostream. - The
pointmethod inGeoStreamnow acceptsx,y, and optionallyzcoordinates instead of a list of coordinates. - The
pointproperty function inGeoTransformnow acceptsx,y, and optionallyzcoordinates instead of a list of coordinates. - The
GeoProjectionMutatorclass no longer takes a generic type parameterT. - The
GeoProjectionMutatorconstructor parameterfactorynow has a type that is a function optionally taking a dynamic argument list, rather than a function that takes a single argument of the generic typeT. - The
callmethod inGeoProjectionMutatornow optionally takes a list of dynamic arguments instead of a single argument of generic typeT. - The
GeoConicProjectionfactory parameterprojectAtnow has a type that is a function optionally taking a dynamic argument list, rather than a function that takes a single argument of the generic typeT. Additionally, the function's return type is nowGeoRawProjectioninstead ofGeoRawTransform. - All raw projections are now of type
GeoRawProjectioninstead ofGeoRawTransform.
1.0.3 #
- Fixed a bug in the geoClipCircle function.
1.0.2 #
- Links in README.md must be secure to follow Dart file conventions. 1 link was insecure and have been updated.
- Added some badges to README.md.
1.0.1 #
- Formatting change to conform to Dart guidelines.
1.0.0 #
- Initial Release