Subversion Repositories public

Rev

Rev 217 | Rev 285 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
283 andreas 1
Version: 0.7
2
============
3
 
4
Fixed the labels of speed and elevation curves. Now they are translateable
5
into any language.
6
 
7
Fixed the initializing of variables. Now the compiler does not warn anymore
8
about uninitialized variables.
9
 
10
Added printing support. Every loaded activity can be print. The page selection
11
of the printing dialog is honored.
12
 
13
Added support for OSM files. Now a map can be created directly out of an OSM
14
file. This will work only, if the OSM plugin was installed with Mapnik!
15
 
16
Added support for PostGIS databases.
17
 
18
Added support for ESRI shape files. Created some Mapfiles to support some
19
shape files out of the box.
20
 
21
Added a parser to interpret a mapfile and set the options to Mapnik. This is
22
the precondition for supporting vektor data sources.
23
 
24
 
25
Version: 0.6
26
============
27
 
28
Added support for TCX-Files as the Garmin TrainingCenter produces.
29
 
30
Stabilized the import of TCX-Files.
31
 
217 andreas 32
Fixed a bug in export of TCX file. Now a lap contains the correct number of
33
tracks. Even the very last track is also exported now.
34
 
35
Changed the algorithm to find the total time and distance of a training session.
36
Now it should work, even if the user has deleted some laps directly inside
37
the watch. BTW: The watch only sumarizes the length of each lap, and if there
38
was one deleted, the total time and distance is displayed wrong. This is a bug
39
in the Forerunner 305.
40
 
41
Importing data from a TCX-file is now supported. This function is currently
42
not stable and should be used with care!
43
 
216 andreas 44
It's now possible, to save GPS informations in GPX and OSM format. This
45
allows to export the tracks into other programs and/or into maps.