vincentneo / CoreGPX

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

Supports multiple link element parsing and create. #86

Closed vincentneo closed 3 years ago

vincentneo commented 3 years ago

According to #85, with references to the v1.1 GPX schema, link elements in metadata, route, track and waypoint, should be unbounded.

Prior versions of CoreGPX, all only support 1 link element within the above parent element types. This pull request should fix the incorrect implementation, and be more compliant towards the schema.

closes #85.