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 commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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.