Skip to content

Add-on to GEOSwift that provides MapKit-related features

License

Notifications You must be signed in to change notification settings

shyamalschandra/GEOSwiftMapKit

 
 

Repository files navigation

GEOSwiftMapKit

Cocoapods Compatible Carthage Compatible SwiftPM Compatible Supported Platforms Build Status Code Coverage

See GEOSwift for full details

Requirements

  • iOS 8.0+, tvOS 9.2+, macOS 10.9+ (CocoaPods, Carthage, Swift PM)
  • Swift 5.1

GEOS is licensed under LGPL 2.1 and its compatibility with static linking is at least controversial. Use of geos without dynamic linking is discouraged.

Installation

CocoaPods

  1. Update your Podfile to include:

     use_frameworks!
     pod 'GEOSwiftMapKit'
    
  2. Run $ pod install

Carthage

  1. Add the following to your Cartfile:

     github "GEOSwift/GEOSwiftMapKit" ~> 1.2.0
    
  2. Finish updating your project by following the typical Carthage workflow.

Swift Package Manager

  1. Update the top-level dependencies in your Package.swift to include:

     .package(url: "https://github.com/GEOSwift/GEOSwiftMapKit.git", from: "1.2.0")
    
  2. Update the target dependencies in your Package.swift to include

     "GEOSwiftMapKit"
    

Playground

Explore more, interactively, in the playground. It can be found inside GEOSwiftMapKit workspace. Open the workspace in Xcode, build the GEOSwiftMapKit framework and open the playground file.

Playground

Contributing

To make a contribution:

  • Fork the repo
  • Start from the develop branch and create a branch with a name that describes your contribution
  • Run $ carthage update
  • Sign in to travis-ci.org (if you've never signed in before, CI won't run to verify your pull request)
  • Push your branch and create a pull request to develop
  • One of the maintainers will review your code and may request changes
  • If your pull request is accepted, one of the maintainers should update the changelog before merging it

Maintainer

Past Maintainers

License

  • GEOSwift was released by Andrea Cremaschi (@andreacremaschi) under a MIT license. See LICENSE for more information.
  • GEOS stands for Geometry Engine - Open Source, and is a C++ library, ported from the Java Topology Suite. GEOS implements the OpenGIS Simple Features for SQL spatial predicate functions and spatial operators. GEOS, now an OSGeo project, was initially developed and maintained by Refractions Research of Victoria, Canada.

About

Add-on to GEOSwift that provides MapKit-related features

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Swift 95.8%
  • Ruby 3.1%
  • Objective-C 1.1%