X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/c0c5893fdbbc2de9b1199834ab3c192eba6df3d1..89a7d25fca2626406e8aa874702acf98fb6d0916:/help/C/viking.xml diff --git a/help/C/viking.xml b/help/C/viking.xml index 73ad9755..088a2256 100644 --- a/help/C/viking.xml +++ b/help/C/viking.xml @@ -1,6 +1,6 @@ - Viking"> @@ -334,8 +334,17 @@ Other function keys control turn on/off visibility of various elements: Standard shortcuts are provided for normal GUI operations: such as creating new files, opening, saving and exitting. -Then there are shortcuts specific to &appname; to switch projection modes, zoom in/out, create layers and switch the active tool mode. -For these combinations see the menu entry themselves. +Then there are shortcuts specific to &appname; to switch projection modes, zoom in/out, create layers,switch the active tool mode and move the map: + +Ctrl+Up Pan the viewport North +Ctrl+Right Pan the viewport East +Ctrl+Down Pan the viewport South +Ctrl+Left Pan the viewport West +Ctrl+Keypad+ Zoom In +Ctrl+Keypad- Zoom Out +These work irrespective of the mode selected + +For other combinations see the menu entry themselves. @@ -902,6 +911,15 @@ The password is transferred unencrypted in ever This opens dialog to request the number of points each track will be simplified using GPSBabel. The result is put into a new layer. The simplification method removes points considered to be in a 'near straight line', thus reducing the number of points and attempting to keep the most important turning points. +
Compress Tracks + +Enables compression of tracks and routes via GPSBabel's Crosstrack simplify method. +It opens a dialog to request the Error factor value which is the maximum allowable error that may be introduced by removing a single point. +It is expressed a distance in units as specified by the distance option. +Thus a higher value will remove more points. +The result is put into a new layer. + +
Remove Duplicate Waypoints Remove Duplicate Waypoints - fairly self explainatory, with the results created in a new layer. @@ -2139,12 +2157,18 @@ This feature is called Webtools. It is also known as Extern You can set the Home location directly by inputting the latitude and longitude in decimal degrees.
+
Time Display +This controls the reference timezone that times are shown in. +Locale is the current user's system preference. This was how all times were shown up to version 1.5. +World will attempt to determine the timezone at an object's position. +UTC enforces this standard timezone. +
Tile's age This age is used to decided wether or not a new request to tile server must be done. Changing this value, you will increase or decrese the network load.
-
Default maplayer directory +
Default map layer directory This property sets the default directory of the tiles cache. This value is used when you create a new map layer. @@ -3034,6 +3058,9 @@ Accept: */* window_menubar=true + + window_copy_centre_full_format=false + version_check_period_days=14 @@ -3048,6 +3075,9 @@ Accept: */* trkpt_selected_statusbar_format=KEATDN This string is in the Message Format Code + + utils_nearest_tz_factor=1.0 + viewport_history_size=20 @@ -3081,6 +3111,7 @@ Accept: */* M = Time diff of a Trackpoint from the previous trackpoint X = Number of satellites used in the trackpoint fix D = Distance of the trackpoint from the start of a track (following along the track) + F = Distance of the trackpoint from the finish (end) of a track (following along the track) P = Distance difference of the trackpoint from the previous trackpoint N = Name of track to which the trackpoint belongs E = Name of the trackpoint @@ -3113,4 +3144,6 @@ Accept: */*
+ +