Releases: Bayer-Group/GeospatialKit
Releases · Bayer-Group/GeospatialKit
Core Location and Map Kit extensions
1.1.2 Location coordinate extensions (#14)
Fixed the project file
Broke the project file. Fixed. (#13) Co-authored-by: Vernon Schierding <vernon.schierding@bayer.com>
Swift Package Manager Support
1.1.0 Swift Package Manager (#12)
Internal improvements
No longer logging an error when snapshotter service fails
Version number and logging name update
1.0.1 Version and logging name updates.
Performance Enhancements
- GeospatialSwift performance enhancements
- Using iOS 13 Multi Overlays
- Added groupedOverlays for grouping liked types in Multi Overlays
- Performance boosts galore
Added the ability to cancel a snapshot request
0.5.1 Add the ability to cancel the snapshot request. (#8)
Swift 5
0.5.0 Swift 5 (#7)
General Enhancements
General enhancements (#6) * Upgraded to new version of GeospatialSwift. * Added snapshot to ImageManager. * Make extension public. * Moved the points parameter to GeoJsonCoordinatesGeometry and removed GeoJsonMultiCoordinatesGeometry. * Now accepting multiple Geometry objects for Image generation. * Removed confusing internal insets in favor of a mappingBoundingBox with insets taken from ImageRenderModel. * Rendering holes correctly in polygons. * Fix deploying to device. * Logic added to assist in resizing map image with MKSnapshotter. Not yet accessible from outside the Library. * WIP: Refactor to expose Drawing outside of the ImageManager. * Moving the DisplayController back to a UIImageView until there is more time to make the basic UIView work. * WIP: Core Graphics, Added withProperties to overlay and annotation generation for support of custom rendering.