From 7469095d6bd675b42d79591ef11d61a6c969fb39 Mon Sep 17 00:00:00 2001 From: gsherman Date: Sun, 26 Nov 2006 20:16:14 +0000 Subject: [PATCH] Context help for MapServer export git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6123 c8812cc2-4d05-0410-92ff-de0c093fc19c --- resources/context_help/687883780_en_US | 7 +++++- resources/context_help/863656587_en_US | 35 ++++++++++++++++++++++++++ resources/context_help/contextids.txt | 2 ++ 3 files changed, 43 insertions(+), 1 deletion(-) create mode 100644 resources/context_help/863656587_en_US diff --git a/resources/context_help/687883780_en_US b/resources/context_help/687883780_en_US index b84861be662..af1b162300f 100644 --- a/resources/context_help/687883780_en_US +++ b/resources/context_help/687883780_en_US @@ -1 +1,6 @@ -With the measure tool, you can measure both distances and areas on the map canvas. +

Measure Tools

+There are two measure tools: length and area. Currently the tools provide results in metric units only. +

Measuring Lengths

+To measure lengths, select the tool and click along the path you want to measure. The length of each segment is displayed as is the total length for the path. With the measure tool, you can measure both distances and areas on the map canvas. +

Measuring Areas

+To measure areas, select the tool and click to create the area. The total area is dynamically displayed as you click. diff --git a/resources/context_help/863656587_en_US b/resources/context_help/863656587_en_US new file mode 100644 index 00000000000..8e5a1c29c44 --- /dev/null +++ b/resources/context_help/863656587_en_US @@ -0,0 +1,35 @@ +

Export a QGIS Project to MapServer Map File

+

+This tool allows you can export a saved QGIS project file to a MapServer map +file. The tool is installed in your QGIS binary directory and can be used +independently of QGIS. Only the Map file and QGIS project file inputs are required. +

+

File Inputs

+
+
Map file
+
Enter the name for the map file to be created. You can use the button at the right to browse for the directory where you want the map file created. +
Qgis project file
+
Enter the full path to the QGIS project file (.qgs) you want to export. You can use the button at the right to browse for the QGIS project file.
+
+

Map Parameters

+These values are written to the map file in the appropriate spots to set things such as output image size, units, and image type. +
+
Name
+
A name for the map. This name is prefixed to all images generated by the mapserver.
+
Width
+
Width of the output image in pixels.
+
Height
+
Height of the output image in pixels.
+
Units
+
Units of measure used for output
+
Image type
+
Format for the output image generated by MapServer
+
+

Web Interface Definition

+
+
Template
+
Full path to the MapServer template file to be used with the map file
+
Header
+
Full path to the MapServer header file to be used with the map file
+
Footer
+
Full path to the MapServer footer file to be used with the map file
diff --git a/resources/context_help/contextids.txt b/resources/context_help/contextids.txt index 788329a79a7..201f589b25c 100644 --- a/resources/context_help/contextids.txt +++ b/resources/context_help/contextids.txt @@ -8,3 +8,5 @@ 939347163_en_US QgsDbSourceSelect 687883780_en_US QgsMeasure 1033030847_en_US QgsDelimitedTextPluginGui +863656587_en_US QgsMapserverExport +