mkcms / gpx-mode

Major mode for viewing GPX (GPS Exchange Format) files
GNU General Public License v3.0
6 stars 1 forks source link

How do you use it? #2

Closed sarg closed 3 months ago

sarg commented 4 months ago

Hi there, I've found your package through Sascha Chua's newsletter and gave it a try. It works fine for tracks created by a Samsung smartwatch and it'd be cool if the heartrate graph could be displayed when present. Another minor improvement could be that "Show elevation profile" would work as "Toggle elevation profile".

I've also checked if there is a way to display the map directly in Emacs and found this cool OSM viewer: https://github.com/minad/osm

It works great, though doesn't support displaying individual tracks.

(defun gpx-show-map-osm (file track segment)
    (osm-gpx-show file))

Finally the main reason I'm writing this ticket - do you have a write up on how do you use the package?

mkcms commented 3 months ago

Hi.

it'd be cool if the heartrate graph could be displayed when present.

I've considered it, but haven't got to actually trying to do it. More generally, we should be able to display any available chart like elevation profile.

Another minor improvement could be that "Show elevation profile" would work as "Toggle elevation profile".

Nice idea, I will do it soon.

I've also checked if there is a way to display the map directly in Emacs and found this cool OSM viewer: https://github.com/minad/osm

That's looks cool, thanks for sharing. I will add this information to the README.

how do you use the package?

I wrote this package because I had hundreds of GPX files on my watch and I was cleaning them up. They had cryptic names, and previewing them online was very time-consuming, so here it is :) It's much quicker to just open the entire directory in Dired and filter them out there, with preview.

mkcms commented 3 months ago

The toggle button request was implemented in 9dabb3db976e5e87f7d1151447b905cbe4a376ef.