~ubuntu-branches/ubuntu/wily/qgis/wily

« back to all changes in this revision

Viewing changes to resources/context_help/863656587_en_US

  • Committer: Bazaar Package Importer
  • Author(s): Johan Van de Wauw
  • Date: 2010-07-11 20:23:24 UTC
  • mfrom: (3.1.4 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100711202324-5ktghxa7hracohmr
Tags: 1.4.0+12730-3ubuntu1
* Merge from Debian unstable (LP: #540941).
* Fix compilation issues with QT 4.7
* Add build-depends on libqt4-webkit-dev 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<h3>Export a QGIS Project to MapServer Map File</h3>
2
 
<p>
3
 
This tool allows you can export a saved QGIS project file to a MapServer map
4
 
file. The tool is installed in your QGIS binary directory and can be used 
5
 
independently of QGIS. Only the <b>Map file</b> and <b>QGIS project file</b> inputs are required.
6
 
</p>
7
 
<h4>File Inputs</h4>
8
 
<dl>
9
 
  <dt>Map file</dt>
10
 
  <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.
11
 
  <dt>Qgis project file</dt>
12
 
  <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>
13
 
</dl>
14
 
<h4>Map Parameters</h4>
15
 
These values are written to the map file in the appropriate spots to set things such as output image size, units, and image type.
16
 
<dl>
17
 
  <dt>Name</dt>
18
 
  <dd>A name for the map. This name is prefixed to all images generated by the mapserver.</dd>
19
 
  <dt>Width</dt>
20
 
  <dd>Width of the output image in pixels.</dd>
21
 
  <dt>Height</dt>
22
 
  <dd>Height of the output image in pixels.</dd>
23
 
  <dt>Units</dt>
24
 
  <dd>Units of measure used for output</dd>
25
 
  <dt>Image type</dt>
26
 
  <dd>Format for the output image generated by MapServer</dd>
27
 
</dl>
28
 
<h4>Web Interface Definition</h4>
29
 
<dl>
30
 
  <dt>Template</dt>
31
 
  <dd>Full path to the MapServer template file to be used with the map file</dd>
32
 
  <dt>Header</dt>
33
 
  <dd>Full path to the MapServer header file to be used with the map file</dd>
34
 
  <dt>Footer</dt>
35
 
  <dd>Full path to the MapServer footer file to be used with the map file</dd>