Post #2467661
2026-05-05 14:57 UTC
@realestninja@social.linux.pizza
I do such thing based on (literally) bookmarks to OpenTopomap.org in a separate profile in Firefox:
https://opentopomap.org/#marker=14/52.51853/13.40461
Steps:
* In Firefox export those bookmarks to a HTML file
* Convert the HTML file to a CSV file containing names and coordinates, with some clumsy Linux shell script magic
* Convert the CSV file to a GPX file containing waypoints with gpsbabel
External commands used in the shell script: Only grep and sed.
Maybe it's possible to convert the HTML bookmark file directly to a valid GPX file using a shell script.
To have the GPX file available at an other device, Syncthing should be a good choice.
Replies (1)
-
@lupo@toot.io 2026-05-05 15:00
@realestninja@social.linux.pizza Alternatively you may take a look at: * QMapShack * Viking GPS * QGIS