vincentneo / CoreGPX

A library for parsing and creation of GPX location files. Purely Swift.
https://www.vincent-neo.com
MIT License
261 stars 56 forks source link

Are routepoints parsed? #73

Closed Zakalicious closed 4 years ago

Zakalicious commented 4 years ago

I can import waypoints, trackpoints, but not routepoints. Is this feature not implemented?

Reading a valid gpx file with one route and 46 routepoints GPXParser(withURL: fileURL)?.parsedData() shows one route and zero routepoints.

Thanks.

vincentneo commented 4 years ago

Hey @Zakalicious ,

Thanks for opening this issue. I've just checked my implementation, and clumsy me, actually forgot to implement it for the route points! I wouldn't have noticed it if not for this issue. Will open a pull request real soon!