erik / derive

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

Not getting the exepcted outcome. #23

Closed Nick-Z0 closed 5 years ago

Nick-Z0 commented 5 years ago

After dragging and dropping a .fit file, a pop-up comes up to save the .fit file. If I click save, it get saved on the desktop. What window should I be dropping it? In the github project window? Am I doing something wrong?

Maybe it is not working because I'm on mac? Using chrome browser.

erik commented 5 years ago

Interesting, sounds like the code to register the drag and drop event listener isn't firing for some reason. Possibly an overzealous ad / JavaScript blocker is preventing something from loading?

Would you be able to check if there are any errors in the devtools JavaScript console? And see if the same issue comes up when you try in an incognito window?

Nick-Z0 commented 5 years ago

It turns out it works just fine. I just missed the link on top of the page. I was scrolling right past it to the bottom, where the readme is displayed. You could put the link also in the readme below because it is easy to miss, to avoid further confusion. Great work by the way!

erik commented 5 years ago

Ahh got it. Thanks, that’s good feedback, I’ll add a more visible link.