]> gitweb.fperrin.net Git - GpsPrune.git/blob - tim/prune/readme.txt
Version 4, January 2008
[GpsPrune.git] / tim / prune / readme.txt
1 Prune version 4
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_04.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, desktop icon or other link
24 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_04.jar --lang=DE
28
29
30 New with version 4
31 ==================
32
33 The following features were added since version 3:
34   - Automatic correlation of photos with points based on timestamps
35   - Manual disconnection of photos from points
36   - Reading of photo thumbnails from exif data (speeds up photo loading)
37   - Export to GPX format
38   - KML and KMZ export now includes altitudes option for airborne tracks
39   - Track points in map can be connected by lines
40   - On loading a text file, fields are now guessed according to data or column headings
41   - Polish language
42
43 New with version 3
44 ==================
45
46 The following features were added since version 2:
47   - Loading of GPX and KML files
48   - Loading of jpeg photos with or without coordinate data
49   - Manual correlation of photos with points
50   - Saving of coordinates in exif data of jpegs
51   - Exporting to KMZ format including thumbnails of photos
52   - Four-panel layout with toolbar
53   - French language
54
55 New with version 2
56 ==================
57
58 The following features were added since version 1:
59   - Display of data in 3d view using Java3D library
60   - Export of 3d model to POV format for rendering by povray
61   - Point edit dialog, waypoint name edit dialog
62   - Waypoint list
63   - Spanish language
64
65
66 Further information and updates
67 ===============================
68
69 To obtain the source code (if it wasn't included in your jar file), or for further information,
70 please visit the website:  http://activityworkshop.net/
71
72 You will find there user guides and screenshots illustrating the major features.
73 As Prune is further developed, subsequent versions of the program will also be made freely
74 available at this website.
75
76 You can also provide feedback on Prune, and find out more about contributing to the development,
77 especially with regard to language translations.