Skip to content

Releases: mmllr/GPXKit

Makes xml parsing private

13 Sep 20:51
Compare
Choose a tag to compare
2.2.7

Removes Gemfile

Updates for Xcode 16

07 Aug 08:59
Compare
Choose a tag to compare
2.2.6

Updates for Xcode 16

Adds support for DocC

14 May 19:25
Compare
Choose a tag to compare
2.2.5

Adds config for SPI DocC generation

Fixes grade segmentation

04 Apr 11:47
Compare
Choose a tag to compare
2.2.4

Cleans up code in TrackGraphTests.swift

Adds creatorName to GPXExporter

01 Mar 11:29
Compare
Choose a tag to compare
2.2.3

Adds creatorName to GPXExporter

Clarifies licence

22 Feb 12:56
Compare
Choose a tag to compare
2.2.2

Updates dependencies

Calculates graph distance from speed when available

25 Jan 23:15
Compare
Choose a tag to compare

When TrackPoints have speed and a valid date the TrackGraphs distance related values (such as height map, track segments, distance) will be calculated from speed instead of distance between coordinates which might be inaccurate.

Adds speed to TrackPoint

22 Jan 11:05
Compare
Choose a tag to compare
  • Added speed property to TrackPoint

Adds support for multiple track segments

12 Jan 20:56
Compare
Choose a tag to compare
  • added property segments to GPXTrack
  • added support for export and import

Fixes potential crash when smoothing elevation with very small collections of coordinates

09 Dec 22:18
Compare
Choose a tag to compare