Commit Graph

9 Commits

Author SHA1 Message Date
1fdd4e71b5
departure point can be null 2024-02-16 11:14:32 +01:00
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
553f764e69
unify formatting 2023-02-01 20:37:55 +01:00
6419d5defd
use correct title for track 2021-06-16 13:27:51 +02:00
85de91c668
add all waypoints and the endpoint 2021-06-16 12:59:13 +02:00
e18added04
version 0.4: add all route segments to gpx file 2021-06-16 12:42:39 +02:00
8eed835aa2
version 0.3 2021-06-16 12:02:26 +02:00
9c78a2e931
add wapoints to gpx file 2021-06-16 10:29:25 +02:00
48f0af818f
initial commit 2021-06-15 11:14:46 +02:00