geofeatures2 icon indicating copy to clipboard operation
geofeatures2 copied to clipboard

A lightweight, high performance geometry library in Swift.

Results 32 geofeatures2 issues
Sort by recently updated
recently updated
newest added

Adding minimal supported ios version

When I attempt to build a swift package collection using the command `swift run package-collection-generate --pretty-printed ` I get this error "Skipping package https://github.com/tonystone/geofeatures2.git because it does not have any...

There's a broken link in the CocoaPods page. Did I miss the documentation some where?

A comprehensive test suite needs to be developed for all variations of geometries for the intersects function.

enhancement

This can be done with the Realm/Jazzy tool.

task

The OGC standard states for Collection types > By the nature of digital representations, collections are inherently ordered by the underlying storage mechanism. Two collections whose difference is only this...

task

Add to protocol `Geometry` and all implementing types with the syntax: ``` func intersection(other: Geometry) -> Geometry ```

enhancement

When Apple ApplicationServices is imported either directly or indirectly (XCTest imports it indirectly) code using GeoFeatures can not resolve our Polygon. We get the following messages. We need to decide...

task

Implementing isSimple with complete tests for all Geometry types.

Add to protocol `Geometry` and all implementing types with the syntax: ``` /// /// - Returns: true if this GeometryType instance has no anomalous geometric points, such /// as self...

enhancement