1
0
Fork 0
Commit Graph

18 Commits

Author SHA1 Message Date
Tobias Leupold b8b0d32602 Added a README.md for the gitlab mirror 2020-03-25 20:08:22 +01:00
Tobias Leupold 95e0b1a68c No need to walk through all points 2018-07-23 09:24:56 +02:00
Tobias Leupold 0355fd54ce Updated the ChangeLog for the upcoming 0.1.5 release 2018-07-22 17:14:48 +02:00
Tobias Leupold 10a0b253bc make_release: Don't include the make_release script itself 2018-07-22 16:02:42 +02:00
Tobias Leupold e96fa10725 Updated the ChangeLog's format 2018-07-22 16:01:04 +02:00
Emiel Brommer 5e0bdabc35 Added a function to join all segments in the order of the GPX file
This will produce a non-scattered output (only) if the GPX file's
segment order is correct, but the segments don't share points at the
beginning and the end so that the default combining algorithm won't
work.
2018-07-22 15:58:09 +02:00
Tobias Leupold 4ff6618faf Added a make_release script 2018-07-22 15:56:30 +02:00
Tobias Leupold 47d2251d84 Fixed the ChangeLog ;-) 2017-08-19 00:09:50 +02:00
Tobias Leupold 8e073b7327 Updated the ChangeLog. Let's do a new release. 2015-01-04 12:55:06 +01:00
Tobias Leupold 133144655e Removed useless braces after return statements. 2015-01-04 02:46:41 +01:00
Tobias Leupold d2fcd55ec7 Use a generator function instead of creating a huge string for each segment. 2015-01-04 02:26:04 +01:00
Tobias Leupold 6786336ea3 Added an error handler for opening the output file. 2014-09-03 18:15:28 +02:00
Tobias Leupold e13d773fa6 Updated the docs for the upcoming bugfix release. 2014-09-03 18:07:22 +02:00
Tobias Leupold 592bdaf36b Added a comment indicating the gpx2svg version used to create the svg file. 2014-09-03 17:54:56 +02:00
Tobias Leupold 2341b13092 Changed the old-style % formatting to the new-style str.format(). 2014-09-03 17:47:54 +02:00
Tobias Leupold d8c6c0f470 Use sys.stdin instead of the literal '/dev/stdin' for cross platform compatibility. Changed the shebang line so that gpx2svg will also work on Mac. 2014-09-03 17:33:34 +02:00
Tobias Leupold 1f29891b5d Adapted coding style. Added the current version of the GPL 2. 2014-09-03 16:52:17 +02:00
Tobias Leupold 62d1cd2843 Initial commit: Copy of svn rev 736. 2014-09-03 15:12:44 +02:00