CocoaPods trunk is moving to be read-only. Read more on the blog, there are 9 months to go.

WMSKit 1.0.1

WMSKit 1.0.1

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Jan 2017
SwiftSwift Version 3.0
SPMSupports SPM

Maintained by Erik Haider Forsén.



WMSKit 1.0.1

  • By
  • Erik Haider Forsén

WMSKit

A kit to handle OGC’s WMS (Web Map Service) services in Swift / iOS with MapKit

Usage

Add this line to your Podfile (replace the tag with current tag)

pod 'WMSKit', :git => 'https://github.com/forsen/WMSKit.git', :tag => '1.0.1'

When installed you can use it as follows:

import WMSKit
...
var overlay = WMSTileOverlay(urlArg: <WMS URL>, useMercator: <BOOL>, wmsVersion: <WMSVERSION>)
mapView.add(overlay)
...

Example project

See WMSKitDemo for an example on how to use this kit.

License

This project is licensed under the MIT License – see the LICENSE file for details

Acknowledgments