Skip to content

Swift KML parser based on the (NS)XMLParser found in Foundation

License

Notifications You must be signed in to change notification settings

avdwerff/KMLParser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KMLParser

Swift KML parser based on the (NS)XMLParser found in Foundation. The implementation is inspired by https://github.com/asus4/Kml.swift, but without the need of third party frameworks.

Currently KML features supported:

  • Polygon
  • Point
  • MultiGeometry
  • LineString

Soon support for:

  • Polygon with interiorPolygons

KMLParser

CI Status Version License Platform

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Installation

KMLParser is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "KMLParser"

Author

avdwerff, [email protected]

License

KMLParser is available under the MIT license. See the LICENSE file for more info.

About

Swift KML parser based on the (NS)XMLParser found in Foundation

Resources

License

Stars

Watchers

Forks

Packages

No packages published