]> gitweb.fperrin.net Git - GpsPrune.git/blob - tim/prune/readme.txt
Version 6, October 2008
[GpsPrune.git] / tim / prune / readme.txt
1 Prune version 6
2 ===============
3
4 Prune is an application for viewing, editing and managing coordinate data from GPS systems,
5 including format conversion and photo correlation.
6
7 Prune is copyright activityworkshop.net and distributed under the terms of the Gnu GPL version 2.
8 You may freely use the software, and may help others to freely use it too.  For further information
9 on your rights and how they are protected, see the included license.txt file.
10
11 Prune comes without warranty and without guarantee - the authors cannot be held responsible for
12 losses incurred through use of the program, however caused.
13
14
15 Running
16 =======
17
18 To run Prune from the jar file, simply call it from a command prompt or shell:
19    java -jar prune_06.jar
20
21 If the jar file is saved in a different directory, you will need to include the path.
22 Depending on your system settings, you may be able to click or double-click on the jar file
23 in a file manager window to execute it.  A shortcut, menu item, alias, desktop icon
24 or other link can of course be made should you wish.
25
26 To specify a language other than the default, use an additional parameter, eg:
27    java -jar prune_06.jar --lang=DE
28
29
30 New with version 6
31 ==================
32
33 The following features were added since version 5:
34   - Map view using OpenStreetMap images is now integrated in the main window, with control for map transparency
35   - Pov export has new option to use sphere sweeps for better appearance
36   - New function to check online for a newer version of Prune
37   - New function to take a section of track and cut/paste it to another position
38   - New function to add or subtract a time offset from point timestamps
39   - New function to call gpsbabel to load data directly from GPS receiver
40   - Additional file filter options on load and save
41   - Italian language thanks to generous user input
42
43 New with version 5
44 ==================
45
46 The following features were added since version 4.1:
47   - New map window in the View menu, showing points overlaid on OpenStreetMap images
48   - New function to launch a browser showing the area in either Google Maps or OpenStreetMap
49   - Handling of track segments, including loading, saving and exporting, and preservation during edits and undos
50   - New function to merge track segments for the current selection, to make one single segment
51   - Display of current and average speed on details panel
52   - Statusbar showing confirmation of actions
53   - Much improved French texts thanks to generous user input
54
55 New with version 4.1
56 ====================
57
58 The following fix was added since version 4:
59   - Exiftool calls now made in series rather than in parallel to avoid performance problems in Windows
60
61 New with version 4
62 ==================
63
64 The following features were added since version 3:
65   - Automatic correlation of photos with points based on timestamps
66   - Manual disconnection of photos from points
67   - Reading of photo thumbnails from exif data (speeds up photo loading)
68   - Export to GPX format
69   - KML and KMZ export now includes altitudes option for airborne tracks
70   - Track points in map can be connected by lines
71   - On loading a text file, fields are now guessed according to data or column headings
72   - Polish language
73
74 New with version 3
75 ==================
76
77 The following features were added since version 2:
78   - Loading of GPX and KML files
79   - Loading of jpeg photos with or without coordinate data
80   - Manual correlation of photos with points
81   - Saving of coordinates in exif data of jpegs
82   - Exporting to KMZ format including thumbnails of photos
83   - Four-panel layout with toolbar
84   - French language
85
86 New with version 2
87 ==================
88
89 The following features were added since version 1:
90   - Display of data in 3d view using Java3D library
91   - Export of 3d model to POV format for rendering by povray
92   - Point edit dialog, waypoint name edit dialog
93   - Waypoint list
94   - Spanish language
95
96
97 Further information and updates
98 ===============================
99
100 To obtain the source code (if it wasn't included in your jar file), or for further information,
101 please visit the website:  http://activityworkshop.net/
102
103 You will find there user guides and screenshots illustrating the major features.
104 As Prune is further developed, subsequent versions of the program will also be made freely
105 available at this website.
106
107 You can also provide feedback on Prune, and find out more about contributing to the development,
108 especially with regard to language translations.