X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/75a790673a6a8b178084c0e2ac03ff848cef6c3f..873fc9e4e6711cf2b5586cb8e28eb446e1af1fb6:/help/C/viking.xml?ds=sidebyside diff --git a/help/C/viking.xml b/help/C/viking.xml index 4be2bbaa..95c089d4 100644 --- a/help/C/viking.xml +++ b/help/C/viking.xml @@ -1652,7 +1652,7 @@ The possible methods to redownload one or more tiles are: Map Tile Information -By right clicking on viewport you can see the tile properties of the that location for the current map layer and current zoom level. +By right clicking on viewport and selecting Show Tile Information you can see the tile properties of this location for the current map layer and current zoom level. This includes the remote source URL for the tile and the cached version on the local filesystem with timestamp details. @@ -1677,6 +1677,21 @@ Enable this tool by clicking on the toolbar icon: Click to download and import a DEM file. +DEM File Information + +By right clicking on viewport and selecting Show DEM File Infomation you can see the file properties of the DEM file for this location. +This includes the remote source URL for the file and the cached version on the local filesystem with timestamp details. + + + +
+DEM File Info Dialog: Example + + + +
+This is for block 51N, 003W - covering Bristol in the UK. +
Webtools @@ -2632,7 +2647,50 @@ Accept: */* trackwaypoint_start_end_distance_diff=100.0 + + gps_statusbar_format=GSA + This string is in the Message Format Code + + + trkpt_selected_statusbar_format=KATDN + This string is in the Message Format Code + + +
+ Message Format Code + Currently for ease of implementation the message format code is a string of characters. + Each character represents what should be inserted in relation to a Trackpoint. + One day it might evolve into something more user friendly with a frontend to control it, perhaps allowing arbitary text too. However for now at least some control is offered :) + + + + Character Code + + G = Some text to display at the start of the message - GPSD + K = Some text to display at the start of the message - Trkpt + A = Altitude of a Trackpoint + S = Speed of a Trackpoint + C = Course of a Trackpoint + L = Location of a Trackpoint + T = Time of a Trackpoint + 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) + P = Distance difference of the trackpoint from the previous trackpoint + N = Name of track to which the trackpoint belongs + + + + Output Notes + + If the output has * after it, then the value has been calculated via interpolation (such as speed when the Trackpoint does not contain a speed value). + If the output has ** after it, then difficulties were encountered in trying to work the value so probably a default of 0 will be shown. + + + + +