RideBeeline / GpxKit

Swift GPX parser and writer
MIT License
13 stars 3 forks source link

parse elevation attribute #4

Closed Applitom closed 6 years ago

Applitom commented 6 years ago

I did notice that elevation attribute is not parsed so i've added this support.

marcbaldwin commented 6 years ago

Hey thanks for adding this! It'd be great if you could add a test for it :)

Applitom commented 6 years ago

@marcbaldwin I Agree :) I added some unit tests. also added new "Invalid elevation" file to test invalid elevation values.

It seems like there is a new version of RxBlocking which break things so i had to fix some compilation error with the unit tests target. Hope it is OK.

marcbaldwin commented 6 years ago

Awesome @Applitom good work!

I'll merge this now :)