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

Fix invalid src tag when generating wpt, trkpt or rtept. #78

Closed vincentneo closed 4 years ago

vincentneo commented 4 years ago

Previous versions will generate source tag for waypoint types as <source> instead of <src>.

<src> is defined in the schema, not <source>.