X-Git-Url: https://gitweb.fperrin.net/?p=GpsPrune.git;a=blobdiff_plain;f=tim%2Fprune%2Freadme.txt;h=355ac71ec52e595156f13665a02f06480c22149d;hp=8108b006b3fd7c749bb03627e634ddf7df390677;hb=c0387c124840c9407e040600fda88f3c3e8f6aa6;hpb=1ee49ae3c8ef3aa2e63eadd458531e5f8bd4f92c diff --git a/tim/prune/readme.txt b/tim/prune/readme.txt index 8108b00..355ac71 100644 --- a/tim/prune/readme.txt +++ b/tim/prune/readme.txt @@ -1,5 +1,5 @@ -Prune version 9 -=============== +Prune version 10 +================ Prune is an application for viewing, editing and managing coordinate data from GPS systems, including format conversion, charting and photo correlation. @@ -17,7 +17,7 @@ Running ======= To run Prune from the jar file, simply call it from a command prompt or shell: - java -jar prune_09.jar + java -jar prune_10.jar If the jar file is saved in a different directory, you will need to include the path. Depending on your system settings, you may be able to click or double-click on the jar file @@ -25,7 +25,19 @@ in a file manager window to execute it. A shortcut, menu item, alias, desktop i or other link can of course be made should you wish. To specify a language other than the default, use an additional parameter, eg: - java -jar prune_09.jar --lang=DE + java -jar prune_10.jar --lang=DE + +New with version 10 +=================== + +The following features were added since version 9: + - Function to lookup altitudes using SRTM data from the Space Shuttle + - Choice between altitude profile and speed profile in main view + - Caching of map tiles to disk for faster access + - Offline mode where maps are only retrieved from disk + - Storage of multiple custom map sources, not just one custom one + - Use of maps with multiple layers (like maps-for-free) + - Use of cloudmade maps New with version 9 ==================