Go to file
Sebastian Hugentobler 7ea79b6f44
Don't crash if segments.geom is null.
Somtimes (for example https://www.sac-cas.ch/it/capanne-e-escursioni/portale-escursionistico-del-cas/albristhubel-6246/escursioni-con-le-racchette/von-matten-simmental-2785/)
segments.geom is null and the creation of the gpx xml subsequently fails.

If that is the case just ignore it and do not try to turn it into a
track segment.

Thanks to wizche for the report and fix!
2023-02-03 12:41:49 +01:00
icons scale icons to 48x48 (the default) 2021-06-15 11:22:02 +02:00
.gitignore add web-ext-artifacts to gitignore 2021-06-15 11:38:10 +02:00
background.js Don't crash if segments.geom is null. 2023-02-03 12:41:49 +01:00
LICENSE initial commit 2021-06-15 11:14:46 +02:00
manifest.json Don't crash if segments.geom is null. 2023-02-03 12:41:49 +01:00
README.md Don't crash if segments.geom is null. 2023-02-03 12:41:49 +01:00

SAC Route Portal GPX Downloader

The Swiss Alpine Club has a great route portal for finding interesting hiking routes.

However you can not download the tracks as gpx files, as they argue that the exact paths are subject to change and it could be dangerous to adhere too closely to them.

I do agree with that, but you can draw your own routes and download those, mainly taking some time to draw after the route they are already showing on the map.

With this extension you can select any track and then download it as a gpx file (an active subscription is needed).

Be Cautious!

Heed their warning and do not blindly follow the gps track! Use your brain and plan your route beforehand to be aware of dangerous parts and alternatives.

Take a look at their safety instructions.

Contributors

  • wizche