From: Rob Norris Date: Wed, 11 Sep 2013 22:12:44 +0000 (+0100) Subject: [DOC] Update help with text and images for multi-layer TrackWaypoint lists and statis... X-Git-Url: https://git.street.me.uk/andy/viking.git/commitdiff_plain/f85716b8f60aeede60363de7e7bb7968a8cc70ff?hp=ab69c4dcb74be6265cca467f95e5db2bb32d3e23 [DOC] Update help with text and images for multi-layer TrackWaypoint lists and statistics dialogs. --- diff --git a/help/C/figures/LayersTracksList.png b/help/C/figures/LayersTracksList.png new file mode 100644 index 00000000..c6bf2f2e Binary files /dev/null and b/help/C/figures/LayersTracksList.png differ diff --git a/help/C/figures/LayersTracksStatistics.png b/help/C/figures/LayersTracksStatistics.png new file mode 100644 index 00000000..08d3514f Binary files /dev/null and b/help/C/figures/LayersTracksStatistics.png differ diff --git a/help/C/figures/WaypointsList.png b/help/C/figures/WaypointsList.png new file mode 100644 index 00000000..6aa69afe Binary files /dev/null and b/help/C/figures/WaypointsList.png differ diff --git a/help/C/viking.xml b/help/C/viking.xml index 9870f8ef..e0a016aa 100644 --- a/help/C/viking.xml +++ b/help/C/viking.xml @@ -880,6 +880,18 @@ See Geotagging for further detail. +
List Tracks or Routes + +Opens a new dialog with the list. As described in the Aggregrate layer + +
+ +
List Waypoints + +Opens a new dialog with the list. As described in the Aggregrate layer + +
+
Track and Route Sublayer Options @@ -890,6 +902,12 @@ See Geotagging for further detail. View All Tracks or Routes. Same as the layer View All Tracks or View All Routes Delete All Tracks or Routes. Same as the layer Delete All Tracks or Delete All Routes Delete Tracks or Routes from Selection. Same as the layer Delete Tracks from Selection or Delete Routes from Selection +List Tracks or Routes. Opens a new dialog with the list. As described in the Aggregrate layer + +Also gives other options for handling multiple items: + +Sort. Gives the ability to sort the items in the treeview alphabetically +Visibility. Offers options to quickly control the visibility of all items within the sublayer, as per
@@ -1250,6 +1268,7 @@ The record of the Google route is stored in the track's comment, so if the comme Goto Waypoint. Same as the layer Goto Waypoint Delete All Waypoints. Same as the layer Delete All Waypoints Delete Waypoints from Selection. Same as the layer Delete Waypoints from Selection +List Waypoints. Opens a new dialog with the list. As described in the Aggregrate layer @@ -1492,9 +1511,11 @@ Here are some suggestions: Thus one can have a list of all your tracks, but groups can be shown or not using the relevant layers visibility checkbox. +
Layer Operations -This layer only has one operation: New Layer +The following are available on Aggregate Layers: +
New Layer @@ -1502,6 +1523,97 @@ Add a new layer of the selected type.
+
Sort + +The list within the treeview can be sorted. + + +Currently alphabetical (A to Z or Z to A) sorts are available, since only the name can be seen in the treeview. + +
+ +
Track List + +Selecting this opens a dialog listing all the tracks in a table along side statistics such as track length and maximum speed. +Each column header is clickable and will reorder the list according to that particular column. + + +This table may be invoked from a variety of different layer levels and will then list only the relevant tracks (and/or routes). + +Aggregate Layer: Lists Tracks and Routes and the TrackWaypoint Layer they are in +TrackWaypoint Layer: Lists Tracks and Routes +TrackWaypoint Track sublayer: Lists Tracks only +TrackWaypoint Route sublayer: Lists Routes only + + + +
+Track List Dialog: Example +This is showing all tracks and routes (although there are no actual routes here!) in multiple TrackWaypoint layers, that has been sorted by height. +Note that routes will not have timestamps or speeds, but may have elevations and should have some distance! + + + +
+
+ +Hovering the mouse over an entry will show a tooltip of the comment or description if it is available. + + +Each entry in the track list can be selected and on mouse right click offers these options: + +View. Move the viewport to the area of the item and highlight it. +Statistics. Open the properties dialog on the Statistics tab. Note this will close the track list dialog. + + +
+ +
Waypoint List + +Selecting this opens a dialog listing all the waypoints to give a overview of the waypoint information. +Each column header is clickable and will reorder the list according to that particular column. + + +This table may be invoked from a variety of different layer levels and will then list only the relevant waypoints. + +Aggregate Layer: Lists Waypoints and the TrackWaypoint Layer they are in +TrackWaypoint Layer: : Lists Waypoints +TrackWaypoint Waypoint sublayer: Lists Waypoints + + + +
+Waypoint List Dialog: Example +This was invoked on a TrackWaypoint layer and shows all waypoints from that single layer. It has been sorted by the symbols. + + + +
+
+ +Hovering the mouse over an entry will show a tooltip of the description if it is available. + + +Each entry in the list can be selected and on mouse right click offers these options: + +View. Move the viewport to the area of the item and highlight it. +Properties. This will open the properties dialog. Note this will close the waypoint list dialog. +Show Picture. If enabled, this will open the associated image in an external Image Viewer program. + + +
+ +
Visibility Options + +This offers a quick way to set all the visibilities of each item within the containing layer, rather than having to change each one individually. + +Show All. Ensures all items are set to be visible. +Hide All. Ensures all items are set to be invisible. This is useful for then turning on single items afterwards so the display is not cluttered. +Toggle. Inverts the visibility status of each item. + + +
+
GeoRef Layer diff --git a/help/Makefile.am b/help/Makefile.am index 8e8e788a..aa06554a 100644 --- a/help/Makefile.am +++ b/help/Makefile.am @@ -22,6 +22,8 @@ DOC_FIGURES = \ figures/edwp_18.png \ figures/geomove_18.png \ figures/geozoom_18.png \ + figures/LayersTracksList.png \ + figures/LayersTracksStatistics.png \ figures/Maps_download_region_dialog.png \ figures/map_tile_info_dialog.png \ figures/mapdl_18.png \ @@ -35,6 +37,7 @@ DOC_FIGURES = \ figures/Trackpoint_edit_dialog.png \ figures/trw_statusbar.png \ figures/vik_new_route_18.png \ + figures/WaypointsList.png \ figures/zoom_18.png \ figures/zoom_status_popup.png \ figures/Viking-OSM-CycleMap-ManyTracks.jpg \