firefly-cpp / sport-activities-features

A minimalistic toolbox for extracting features from sports activity files written in Python
MIT License
17 stars 11 forks source link

Missing elevation identification bugfix #177

Closed alenrajsp closed 4 months ago

alenrajsp commented 4 months ago

The elevation identification only worked for links with HTTPS, now it checks if the type of the link is http and it uses the appropriate connection.

firefly-cpp commented 4 months ago

Thanks, @alenrajsp