Closed MueJosh closed 5 months ago
@MueJosh I don't see a need for a checkbox to enable/disable the coordinates in CSV exports. I think the coordinates should always be included in every export. This wouldn't increase the CSV size very much, and seems obvious now that I think about it.
Your thoughts?
I don't see a need for a checkbox to enable/disable the coordinates in CSV exports
@ryangriggs True that! I didn’t know if you wanted something like this so I added the checkbox
New Function- show Coordinates on Chart; Added button to enable/disable Location Coordinates in the export; sorted out some stuff so it looks cleaner
with some online help and a "little" bit of digging into HTML I added a function. it should work (I don’t have access to a PC, did everything on my iPad…), though the new button looks different- should be a quick fix for you.
‘why I made this? Well- I needed the Coordinates in the CSV so I can process them further. It wasn’t possible with the original .json format provided by Takeouts
(That’s my second pull request ever- I don’t know if I have to add something)