Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

OctagonMobile/WMSKit

Open more actions menu
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WMSKit

WMSKit is a Framework for iOS written in Swift. It provides WMS (Web Map Service) capability by subclassing MapKit's MKTileOverlay

Usage

Easiest method is to use CocoaPods. Just add this line to your Podfile (replace the tag with current tag)

pod 'WMSKit'

And then run this command in a terminal

$ pod install

Alternatively you can clone this repository and build the framework with XCode, and then add it to your project manually.

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

About

WMS in Swift 3 / iOS 10 with MapKit

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Swift 86.1%
  • Ruby 8.2%
  • Objective-C 5.7%
Morty Proxy This is a proxified and sanitized view of the page, visit original site.