https://github.com/paxswill/swiftprojection
Easy map projections in Swift
https://github.com/paxswill/swiftprojection
gis mapping proj swift swift4
Last synced: about 1 year ago
JSON representation
Easy map projections in Swift
- Host: GitHub
- URL: https://github.com/paxswill/swiftprojection
- Owner: paxswill
- License: mit
- Created: 2018-03-17T16:41:42.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-24T20:02:53.000Z (about 8 years ago)
- Last Synced: 2025-04-19T22:36:34.224Z (about 1 year ago)
- Topics: gis, mapping, proj, swift, swift4
- Language: Swift
- Homepage:
- Size: 623 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# SwiftProjection
[](https://travis-ci.org/paxswill/SwiftProjection)
[](http://cocoapods.org/pods/SwiftProjection)
[](http://cocoapods.org/pods/SwiftProjection)
[](http://cocoapods.org/pods/SwiftProjection)
SwiftProjection is a framework that aims to make projecting and transforming geographic coordinates in Swift easier. It uses the well
known [PROJ][proj] library internally, with a similar interface in some areas.
[proj]: http://proj4.org
## Example
To run the example project, clone the repo, and run `pod install` from the Example directory first.
## Requirements
Swift 4, macOS 10.10 or greater, iOS 9.0 or later
## Installation
SwiftProjection is available through [CocoaPods](http://cocoapods.org). To install
it, simply add the following line to your Podfile:
```ruby
pod 'SwiftProjection', '~> 1.0.4'
```
## Author
Will Ross, paxswill@paxswill.com
## License
SwiftProjection is available under the MIT license. See the LICENSE file for more info.