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

added newline to example.kml #1

Closed gaving closed 13 years ago

gaving commented 13 years ago

Couldn't get the example polygon to draw due to [NSCharacterSet newlineCharacterSet] on line 56 of SimpleKMLLinearRing.m requiring the coords to be separated by newlines.

Adding the new line fixed the issue.

incanus commented 13 years ago

Thanks for this, Gavin!