CocoaPods trunk is moving to be read-only. Read more on the blog, there are 11 months to go.
| TestsTested | ✗ |
| LangLanguage | SwiftSwift |
| License | MIT |
| ReleasedLast Release | Jan 2017 |
| SwiftSwift Version | 3.0 |
| SPMSupports SPM | ✗ |
Maintained by Erik Haider Forsén.
A kit to handle OGC’s WMS (Web Map Service) services in Swift / iOS with MapKit
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)
...See WMSKitDemo for an example on how to use this kit.
This project is licensed under the MIT License – see the LICENSE file for details