Skip to content

General Enhancements

Choose a tag to compare

@schlingding schlingding released this 30 Oct 21:28
3abc9d8
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.