From 1bb27253c54e46737e1bb4cb40aedf0c2aa06df5 Mon Sep 17 00:00:00 2001 From: Salvatore Larosa Date: Thu, 22 Aug 2013 17:33:44 +0200 Subject: [PATCH] remove context help for mapserver export plugin: followup 441a46b --- resources/context_help/MapServerExport | 32 -------------------------- 1 file changed, 32 deletions(-) delete mode 100644 resources/context_help/MapServerExport diff --git a/resources/context_help/MapServerExport b/resources/context_help/MapServerExport deleted file mode 100644 index 99444e6ebc0..00000000000 --- a/resources/context_help/MapServerExport +++ /dev/null @@ -1,32 +0,0 @@ -

Export a QGIS Project to MapServer Map File

-

-This tool allows you to export a saved QGIS project file to a MapServer map. Only the Map file and QGIS project file inputs are required. -

-Tick the check box or 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 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. - -

Map

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

Paths

-
-
-
Full path to the MapServer template file to be used with the map file.
-
-
Full path to the MapServer header file to be used with the map file.
-
-
Full path to the MapServer footer file to be used with the map file.