mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6123 c8812cc2-4d05-0410-92ff-de0c093fc19c
36 lines
1.6 KiB
Plaintext
36 lines
1.6 KiB
Plaintext
<h3>Export a QGIS Project to MapServer Map File</h3>
|
|
<p>
|
|
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 <b>Map file</b> and <b>QGIS project file</b> inputs are required.
|
|
</p>
|
|
<h4>File Inputs</h4>
|
|
<dl>
|
|
<dt>Map file</dt>
|
|
<dd>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.
|
|
<dt>Qgis project file</dt>
|
|
<dd>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.</dd>
|
|
</dl>
|
|
<h4>Map Parameters</h4>
|
|
These values are written to the map file in the appropriate spots to set things such as output image size, units, and image type.
|
|
<dl>
|
|
<dt>Name</dt>
|
|
<dd>A name for the map. This name is prefixed to all images generated by the mapserver.</dd>
|
|
<dt>Width</dt>
|
|
<dd>Width of the output image in pixels.</dd>
|
|
<dt>Height</dt>
|
|
<dd>Height of the output image in pixels.</dd>
|
|
<dt>Units</dt>
|
|
<dd>Units of measure used for output</dd>
|
|
<dt>Image type</dt>
|
|
<dd>Format for the output image generated by MapServer</dd>
|
|
</dl>
|
|
<h4>Web Interface Definition</h4>
|
|
<dl>
|
|
<dt>Template</dt>
|
|
<dd>Full path to the MapServer template file to be used with the map file</dd>
|
|
<dt>Header</dt>
|
|
<dd>Full path to the MapServer header file to be used with the map file</dd>
|
|
<dt>Footer</dt>
|
|
<dd>Full path to the MapServer footer file to be used with the map file</dd>
|