mapbox / Simple-KML

Simple KML is a simple & lightweight parsing library for KML written in Objective-C for the iOS platform.
BSD 3-Clause "New" or "Revised" License
208 stars 58 forks source link

Support altitude values in coordinates for line string objects. #18

Closed schneim closed 8 years ago

schneim commented 12 years ago

Hi Justin,

this is the pull request to support altitudes values in line string objects.

Cheers, Markus

incanus commented 12 years ago

Hey Markus, sorry for the delay on this. Any way you could contribute this as a patch to all instances of CLLocation, not just in SimpleKMLLineString?

schneim commented 12 years ago

Hi Justin,

I will have a look at it.

however, I am fighting currently with the latest commit containing the submodules.

I have to change the all references to "Objective-Zip" to lower-case objective-zip, otherwise git will throw an error.

Markus

Am 08.08.2012 um 03:14 schrieb Justin R. Miller notifications@github.com:

Hey Markus, sorry for the delay on this. Any way you could contribute this as a patch to all instances of CLLocation, not just in SimpleKMLLineString?

— Reply to this email directly or view it on GitHub.

Markus Schneider markus.schneider@jemm.de

incanus commented 12 years ago

Hmm, sorry about that. I had left Objective-Zip and TouchXML alone for a long time, but wanted to tie into more recent development, plus hosting on GitHub.

tmcw commented 8 years ago

Sorry, this branch is no longer mergeable - feel free to rebase against current master and re-submit.