-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@12499 c8812cc2-4d05-0410-92ff-de0c093fc19c
- Loading branch information
borysiasty
committed
Dec 17, 2009
1 parent
41af216
commit 47e2d8c
Showing
16 changed files
with
191 additions
and
109 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,34 @@ | ||
<h3>MapServer Export</h3> | ||
<h3>Export a QGIS Project to MapServer Map File</h3> | ||
<p> | ||
This tool allows you to 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> | ||
Tick the <label>Use current project</label> checkbox 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. | ||
|
||
<h4>Map file</h4> | ||
|
||
<label>Map file</label> 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. | ||
|
||
<h4>Map</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><label>Name</label></dt> | ||
<dd>A name for the map. This name is prefixed to all images generated by the MapServer.</dd> | ||
<dt><label>Width</label></dt> | ||
<dd>Width of the output image in pixels.</dd> | ||
<dt><label>Height</label></dt> | ||
<dd>Height of the output image in pixels.</dd> | ||
<dt><label>Units</label></dt> | ||
<dd>Units of measure used for output.</dd> | ||
<dt><label>Image type</label></dt> | ||
<dd>Format for the output image generated by MapServer</dd> | ||
</dl> | ||
<h4>Paths</h4> | ||
<dl> | ||
<dt><label>Template</label></dt> | ||
<dd>Full path to the MapServer template file to be used with the map file.</dd> | ||
<dt><label>Header</label></dt> | ||
<dd>Full path to the MapServer header file to be used with the map file.</dd> | ||
<dt><label>Footer</label></dt> | ||
<dd>Full path to the MapServer footer file to be used with the map file.</dd> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,16 @@ | ||
<h3>Custom Coordinate Reference System Definition</h3> | ||
If QGIS does not provide the coordinate reference system you need, you can define a custom CRS. <p> | ||
To define a CRS, select <label>Custom CRS</label> from the <label>Edit</label> (Gnome, OSX) or <label>Settings</label> (KDE, Windows) menu. Custom CRS are stored in your QGIS user database. In addition to your custom CRS, this database also contains your spatial bookmarks and other custom data. | ||
|
||
<h4>Define</h4> | ||
To create a new CRS, click the <label>New</label> button and enter: | ||
<ul> | ||
<li>descriptive name | ||
<li>CRS parameters | ||
</ul> | ||
After that you can save your CRS by clicking the button <label>Save</label>. | ||
<p> | ||
Note that the Parameters must begin with a +proj=-block, to represent the new coordinate reference | ||
system. | ||
<p> | ||
Defining a custom CRS in QGIS requires a good understanding of the Proj.4 projection library. To begin, refer to the <i>Cartographic Projection Procedures for the UNIX Environment</i> - A User's Manual by Gerald I. Evenden, U.S. Geological Survey Open-File Report 90-284, 1990 (available at ftp://ftp.remotesensing.org/proj/OF90-284.pdf). This manual describes the use of the <i>proj.4</i> and related command line utilities. The cartographic parameters used with <i>proj.4</i> are described in the user manual, and are the same as those used by QGIS. |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,5 @@ | ||
<h3>Create New Vector Layer</h3> | ||
|
||
To create a new layer for editing, choose <label>New Vector Layer</label> from the <label>Layer</label> menu. <br/> | ||
Choose the type of layer <label>Point</label>, <label>Line</label> or <label>Polygon</label>.<br/> | ||
Add the desired attributes by clicking on the <label>Add</label> button and specifying a name and type for the attribute. Only real, integer, and string attributes are supported.<br/> | ||
You can also define the width and precision of the new attribute column. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.