Skip to content

Tags: maparoni/GeoProjector

Tags

0.2.6

Toggle 0.2.6's commit message
Fix regression in GHA by building for iOS simulator instead

0.2.5

Toggle 0.2.5's commit message
Don't even start projecting, if task in chunk is cancelled

0.2.4

Toggle 0.2.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Async projection (#32)

* Offload projection to a detached task to not block main actor

* Attempt to improve this

* Refactor into `projectInParallel` helper

* Update packages

0.2.3

Toggle 0.2.3's commit message
Improve performance by projecting contents just once and caching result

0.2.2

Toggle 0.2.2's commit message
Robustness, check for invalid points; ignore `zoomTo` rects of size z…

…ero.

0.2.1

Toggle 0.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Style tweaks (#29)

* Remove hard-coded zoom out factor in UIKit

* Allow setting more default styling

* Also allow specifying a point alpha

0.2.0

Toggle 0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Adds `GeoDrawer.ProjectionMode` helper, including `.automatic` mode (#28

)

0.1.3

Toggle 0.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Allow setting custom stroke width (#24)

0.1.2

Toggle 0.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
GeoDrawer.Content can be hashable (#22)

0.1.1

Toggle 0.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Tweaks (#20)

* Make a few more things public

* SPM update, align platform requirement with GeoJSONKit-Turf, VisionOS support

* Also test Swift 5.9.1

And update to latest checkout action