Subversion Repositories public

Rev

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