erik / derive

Generate personal heatmap from GPX/TCX/FIT/IGC data
https://erik.github.io/derive
MIT License
484 stars 62 forks source link

Add CyclOSM tile option #63

Closed lint3 closed 2 years ago

lint3 commented 2 years ago

Great work on Derive. I use it for cycling data all the time and it would be great to have CyclOSM option.

erik commented 2 years ago

Thank you!

Taking a look at the preview build it seems that the current hostname for CycleOSM is returning an invalid HTTPS certificate.

Might just be due to leaflet-providers being on a fairly out of date version, I'll try updating

Edit: yup, seems like we're missing this commit which would fix the HTTPS issue.

erik commented 2 years ago

Done! Cherry-picked your change in as part of #64