WARNING This project is in a pre-release state. There is active work going on that will result in API changes that can/will break code while things are finished. Use with caution.
For a stable release, please use the latest release of GeoFeature 1 which can be found at https://github.com/tonystone/geofeatures.
GeoFeatures is a lightweight, high performance geometry library for Swift. It supports the full set of geometric primitives such as Point, Polygon, and LineString as well as collection classes such as MultiPoint, MultiPolygon,and MultiLineString.
You can find the latest sources and binaries on github.
GeoFeatures supports dependency management via Swift Package Manager on OSX and Linux.
Please see Swift Package Manager for further information.
GeoFeatures is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "GeoFeatures"
See the "Using CocoaPods" guide for more information.
git checkout -b my-new-feature
git commit -am 'Add some feature'
git push origin my-new-feature
For instructions on how to build GeoFeatures for development, please see Documentation/GeoFeatures-Development.
Build Environment
Platform | Swift | Swift Build | Xcode |
---|---|---|---|
Linux | 5.0 | ✔ | ✘ |
OSX | 5.0 | ✔ | Xcode 11.3 |
Minimum Runtime Version
iOS | OS X | Linux |
---|---|---|
8.0 | 10.10 | Ubuntu 14.04, 16.04, 16.10 |
Note:
To build and run on Linux we have a a preconfigure Vagrant file located at https://github.com/tonystone/vagrant-swift
See the README for instructions.
GeoFeatures is released under the Apache License, Version 2.0