~ubuntu-branches/ubuntu/natty/qgis/natty

« back to all changes in this revision

Viewing changes to resources/context_help/QgsCustomProjectionDialog-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>Custom Coordinate Reference System Definition</h3>
 
2
If QGIS does not provide the coordinate reference system you need, you can define a custom CRS. <p>
 
3
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.
 
4
 
 
5
<h4>Define</h4>
 
6
To create a new CRS, click the <label>New</label> button and enter:
 
7
<ul>
 
8
<li>descriptive name 
 
9
<li>CRS parameters
 
10
</ul>
 
11
After that you can save your CRS by clicking the button <label>Save</label>.
 
12
<p>
 
13
Note that the Parameters must begin with a +proj=-block, to represent the new coordinate reference
 
14
system.
 
15
<p>
 
16
Defining a custom CRS in QGIS requires a good understanding of the Proj.4 projection library. To begin, refer to the <a href="ftp://ftp.remotesensing.org/proj/OF90-284.pdf">Cartographic Projection Procedures for the UNIX Environment</a> - A User's Manual by Gerald I. Evenden, U.S. Geological Survey Open-File Report 90-284, 1990. 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.