From 8429176e4077668daddb0e8a15a0088711552f62 Mon Sep 17 00:00:00 2001 From: Rob Norris Date: Sun, 16 Nov 2014 10:23:14 +0000 Subject: [PATCH] [DOC] Shift GeoRef layer help into a separate file. --- help/C/georef_layer.xml | 31 +++++++++++++++++++++++++++++++ help/C/viking.xml | 26 +------------------------- help/Makefile.am | 1 + 3 files changed, 33 insertions(+), 25 deletions(-) create mode 100644 help/C/georef_layer.xml diff --git a/help/C/georef_layer.xml b/help/C/georef_layer.xml new file mode 100644 index 00000000..fda36061 --- /dev/null +++ b/help/C/georef_layer.xml @@ -0,0 +1,31 @@ + +] +> + +
GeoRef Layer + +This layer allows one to use any image as a map. You will need to tell it how to align the map to a position in the world and the scale of map. + +
Layer Operations +
Zoom to Fit Map + +Automatically set a zoom level to see the entire map coverage. + +
+ +
Goto Map Center + +Center the viewport on this map. + + +
+
Export to World File + +Opens a file save dialog to save the scale and position information as a World File. + +
+
+ +
diff --git a/help/C/viking.xml b/help/C/viking.xml index c30dea8d..f5f6dabd 100644 --- a/help/C/viking.xml +++ b/help/C/viking.xml @@ -1829,31 +1829,7 @@ Tracks are searched first in preference over waypoints. -
GeoRef Layer - -This layer allows one to use any image as a map. You will need to tell it how to align the map to a position in the world and the scale of map. - -
Layer Operations -
Zoom to Fit Map - -Automatically set a zoom level to see the entire map coverage. - -
- -
Goto Map Center - -Center the viewport on this map. - - -
-
Export to World File - -Opens a file save dialog to save the scale and position information as a World File. - -
-
- -
+
Coordinate Layer diff --git a/help/Makefile.am b/help/Makefile.am index 2df33fee..eee6b04a 100644 --- a/help/Makefile.am +++ b/help/Makefile.am @@ -15,6 +15,7 @@ DOC_MODULE = viking DOC_ENTITIES = legal.xml \ attribution.xml \ commandline.xml \ + georef_layer.xml \ recommends.xml DOC_INCLUDES = DOC_FIGURES = \ -- 2.39.5