1
0
mirror of https://github.com/qgis/QGIS.git synced 2025-04-29 00:03:59 -04:00

Final changes prior to release:

* Update of docs
 * Update README and TODO
 * Incremented version to 0.2.0 in configure.in


git-svn-id: http://svn.osgeo.org/qgis/trunk@1271 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
gsherman 2004-04-26 05:52:11 +00:00
parent 9245af49b7
commit 41cbf8d44f
11 changed files with 997 additions and 767 deletions

49
README

@ -1,16 +1,34 @@
README for QGIS version 0.1pre1 'Moroz'
README for QGIS version 0.2 'Pumpkin'
Quantum GIS (QGIS) is designed to be a Geographic Information System (GIS)
built for Linux/Unix. QGIS offers support for vector and raster formats.
Currently QGIS supports many common vector and raster formats shapefiles
and PostgreSQL/PostGIS layers.
This is a milestone release for QGIS. This release adds:
1. support for raster layers
2. Symbology support for creating single, graduated, and continuous
rendering on vector layers
3. Buffer plugin for PostGIS layers
4. Improved user interface
5. Help files in HTML and PDF
This release adds:
Simple and graduated SVG marker symbols
SVG Marker library
Mapcanvas is updated as features are drawn (every 1,000 features)
WhatsThis? help for menus and toolbar buttons
Save map canvas as an image (.png)
Search radius for identifying features can be specified in the preferences dialog
Splashscreen can be disabled in user preferences
Raster statistics
Thumbnail preview in raster properties dialog
Metadata tab in raster properties dialog
Internationalization for several languages
Snapshot mode (invoked from command line)
Command line options for loading project files/layers
Currently loaded plugins are restored each time QGIS is started
New Core Plugins
Delimited text plugin for creating a map layer from a set of x, y coordinates
GPS importer plugin
Grid/graticule maker plugin
Grass plugin
New Contributed Plugins
Launcher plugin runs a system script or program
Worldmap
Fishing_spots tutorial plugin
Open modeller
Supported raster formats include:
Grass
@ -25,14 +43,14 @@ Supported raster formats include:
Supported vector formats include:
ESRI Shapefiles
PostgreSQL/PostGIS
GRASS
NOTE -- This is pre-release version of QGIS. There are known issues and
bugs in this release, however it is still quite functional (see BUGS for a
list of known issues). Please follow the installation instructions carefully.
NOTE -- Please follow the installation instructions carefully.
After untarring the distribution, you can find the HTML version of the
installation document in qgis/doc/index.html. The installation document is
also available as PDF in the same directory.
also available as PDF in the same directory or on the website at
http://qgis.org/docs/install.html.
HELP US -- Please submit bug reports using the QGIS bug tracker at:
http://sourceforge.net/tracker/?group_id=55820&atid=478378
@ -43,11 +61,12 @@ HELP US -- Please submit bug reports using the QGIS bug tracker at:
Please do not use the Bugs forum to report bugs.
SUPPORT - You can get support in the following ways:
1. Using the Help forum at:
1. Using the QGIS community site at http://community.qgis.org
2. Using the Help forum at:
http://sourceforge.net/forum/forum.php?forum_id=186685
2. Joining the qgis-users mailing list at:
3. Joining the qgis-users mailing list at:
http://lists.sourceforge.net/lists/listinfo/qgis-user
3. Using IRC by joining the #qgis channel on irc.freenode.net.
4. Using IRC by joining the #qgis channel on irc.freenode.net.
Please wait around for a response to your question as many
folks on the channel are doing other things and it may take a
while for them to notice your question.

87
TODO

@ -1,79 +1,12 @@
TODO,v 1.19 2004/04/03 16:42:34 gsherman Exp
TODO,v 1.20 2004/04/26 05:52:09 gsherman Exp
#############################################################################
TODO List for getting to version 0.2 (in no order of importance)
TODO List for 0.3 (in no order of importance)
#############################################################################
1. Add vector of view extents and replace the Previous Extent
function with Forward and Back view buttons to allow user to move back and
forth between views.
2 [DONE (TS)] Can the loaded plugin list be remebered from one session
to the next?
3. On the properties dialog for pg layer, can you make an apply button or
wait cursor or progress bar. The gui is currently quite unresponsive when
changing the layer type.
4. [DELAYED] PostgreSQL/PostGIS layer management plugin (create/delete layers)
Forward and Back view buttons to allow user to move back and forth between
views.
5. GRASS support tested and implemented.
6. Create SVG marker directory and supply a minimal set of markers for this
release.
#############################################################################
TODO List for getting to version 0.1 (in no order of importance)
#############################################################################
1. [DONE TS/MH] Fix QgsProjectIo so that qgis projects can be saved and
loaded. Major areas needing attention are customized raster settings and
symbology for vector layers.
2. [DONE (GS)] Plugin manager needs to track which plugins are already
loaded and allow user to unload a plugin from the plugin manager dialog.
3. [DONE (TS)] Raster legend items need to be fixed to properly display raster
name and a suitable pixmap. Will improve later.
4. [DONE (TS/GS)] Implement context menus for raster and vector layers.
Will add advanced functions later.
5. [DONE (SH)] Toolbar buttons related to layer functions need to be disabled
when not appropriate (eg. table and select buttons when a raster is
selected in the legend)
6. [DONE DA/GS] SPIT integration needs to be completed. The libpq++ dependency must be
removed and the current open bugs (sf.net) need to be resolved.
7. [DONE (MAC)] Adjust the open dialog for "shapefiles" to allow other formats supported
by OGR.
8. [DONE (TS)] Move the "All rasters" filter to the top of the rasters
open dialog.
9. [DONE (TS)] Remove *.adf from all rasters filter
10. [DONE (GS)] Add options dialog to store user preferences (only browser
preference is stored at present).
11. [PARTIALLY DONE (GS/TS) Add Help (HTML opened in user specified browser)
12. [DONE (TS)] Modify cursors so the black cursor / transparency bounndaries
are bordered with a 1 pixel wide white border (to prevent losing the cursor
over all black image regions.
13. [DONE (MAC)] Update file open boxes to remember the last filter used in that session.
14. [DELAYED TILL 0.2] Add vector of view extents and replace the Previous Extent
function with Forward and Back view buttons to allow user to move back and
forth between views.
15. [DONE (GS)] Prompt user to save / are you sure before opening a new project
and losing everything in the current one.
16. [DONE (GS)]The geoprocessing menu, having the remove plugin option there
does not make sense to me - it is better managed by your nice plugin manager
- otherwise if you have more then one geoprocessing plugin that menu will
be very cluttered.
17. [DELAYED TILL 0.2] Can the loaded plugin list be remebered from one session
to the next?
18. [REJECTED - User may have more than one connection or wish to create a new
connection at startup] The postgres vector layer dialog, could it
automatically do the connect and show list of layers?
19. [DONE (GS)] The postgres vector layer dialog, could you make it that double
clicking a layer loads it?
20. [DONE (GS)] When loading a pg layer, can you make the default name just the
table name and show schema and geom stuff in properties box only?
21. [DONE (GS)] Can you upper case the first letter of a name in the legend
(implemented separately in qgsvectorlayer and qgsrasterlayer)
22. On the properties dialog for pg layer, can you make an apply button or
wait cursor or progress bar. The gui is currently quite unresponsive when
changing the layer type.
23. [Done [TS and MH)] Go through all dialogs and neaten up field labels to mixed case -
e.g. on symbolisation dialog for vectors
For version 0.2
1. PostgreSQL/PostGIS layer management plugin (create/delete layers)
2. Add vector of view extents and replace the Previous Extent function with
Forward and Back view buttons to allow user to move back and forth between
views.
1. Modify SVG marker dialogs to embed selector on the dialog
2. Support for tile rasters
3. Load / save support for delimited text layers in project files
4. Layer definition query for PostGIS layers to define the features that make up a layer
5. Initial projection support
6. Review and clean up of vector dialog boxes
7. Translation support for plugins
8. Vector support on big-endian platforms (Mac OSX, Solaris)

@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
dnl configure.in,v 1.60 2004/04/25 14:04:34 jobi Exp
dnl configure.in,v 1.61 2004/04/26 05:52:09 gsherman Exp
AC_INIT
@ -22,9 +22,9 @@ dnl ---------------------------------------------------------------------------
dnl version number
dnl ---------------------------------------------------------------------------
MAJOR_VERSION=0
MINOR_VERSION=1
MINOR_VERSION=2
MICRO_VERSION=0
EXTRA_VERSION=36
EXTRA_VERSION=0
if test $EXTRA_VERSION -eq 0; then
VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION}
else

Binary file not shown.

@ -16,7 +16,7 @@
<!--================= end Group Logo ==================-->
<!--================= start Project Logo ==================--><td align="center" bgcolor="#FFFFFF">
<div class="headerlogo">
<a href="http://qgis.org/"><img border="0" class="logoImage" alt="QGIS" src="images/project.png"></a>
<a href="http://qgis.org/"><img border="0" class="logoImage" alt="QGIS" src="images/project-logo.gif"></a>
</div>
</td>
<!--================= end Project Logo ==================-->
@ -45,7 +45,7 @@
<tr>
<td align="right" bgcolor="#a5b6c6" colspan="4"><img width="1" height="10" alt="" src="skin/images/spacer.gif"><span class="datenote"><script type="text/javascript" language="JavaScript"><!--
//document.write("Published: " + document.lastModified);
document.write("-- QGIS Version 0.1 Moroz --");
document.write("-- QGIS Version 0.2 Pumpkin --");
// --></script></span></td>
</tr>
</table>
@ -73,8 +73,25 @@
<!--================= end left top NavBar ==================--><td bgcolor="#a5b6c6"><img width="1" height="1" alt="" src="skin/images/spacer.gif" class="spacer"></td><td valign="bottom" bgcolor="#F7F7F7"><img width="10" height="10" alt="" src="skin/images/spacer.gif" class="spacer"></td><td nowrap="nowrap" valign="top" bgcolor="#F7F7F7">
<!--================= start Menu items ==================-->
<div class="menu">
<div onclick="SwitchMenu('Documentation1B')" id="Documentation1BTitle" class="menutitle">Documentation</div>
<div id="Documentation1B" class="menuitemgroup">
<div onclick="SwitchMenu('_selected_1B')" id="_selected_1BTitle" class="menutitle">About</div>
<div id="_selected_1B" class="selectedmenuitemgroup">
<div class="menupage">
<div class="menupagetitle">QGIS</div>
<div class="menupageitemgroup">
<div class="menupageitem">
<a href="#Introduction">Introduction</a>
</div>
<div class="menupageitem">
<a title="Whats new in Version 0.2" href="#Whats+new+in+Version+0.2">Whats new in Versio...</a>
</div>
<div class="menupageitem">
<a title="Available Documents" href="#Available+Documents">Available Documents...</a>
</div>
</div>
</div>
</div>
<div onclick="SwitchMenu('Documentation2B')" id="Documentation2BTitle" class="menutitle">Documentation</div>
<div id="Documentation2B" class="menuitemgroup">
<div class="menuitem">
<a href="install.html">Installation</a>
</div>
@ -144,7 +161,7 @@
PDF</a></td>
</tr>
</table>
<a name="N1000C"></a><a name="Introduction"></a>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tbody>
@ -159,16 +176,148 @@
</tbody>
</table>
<div class="section">
<p>This documentation describes the Quantum GIS (QGIS) application.
Further information on QGIS is available at <a href="http://qgis.org">
http://qgis.org</a>.
</p>
Further information on QGIS is available at <a href="http://qgis.org">
http://qgis.org</a>.
</p>
</div>
<a name="N1001A"></a><a name="Available+Documents"></a>
<a name="N1001A"></a><a name="Whats+new+in+Version+0.2"></a>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td height="10" width="9"></td><td>
<h3>Whats new in Version 0.2</h3>
</td><td></td>
</tr>
<tr>
<td class="bottom-left-thick"></td><td bgcolor="#a5b6c6"></td><td class="bottom-right-thick"></td>
</tr>
</tbody>
</table>
<div class="section">
<a name="N10020"></a><a name="New+features"></a>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td height="10" width="9"></td><td>
<h4>New features</h4>
</td><td></td>
</tr>
<tr>
<td class="bottom-left"></td><td bgcolor="#a5b6c6"></td><td class="bottom-right"></td>
</tr>
</tbody>
</table>
<ol>
<li>Simple and graduated SVG marker symbols </li>
<li>SVG Marker library</li>
<li>Mapcanvas is updated as features are drawn (every 1,000 features) </li>
<li>WhatsThis? help for menus and toolbar buttons </li>
<li>Save map canvas as an image (.png) </li>
<li>Search radius for identifying features can be specified in the preferences dialog </li>
<li>Splashscreen can be disabled in user preferences</li>
<li>Raster statistics</li>
<li>Thumbnail preview in raster properties dialog</li>
<li>Metadata tab in raster properties dialog</li>
<li>Internationalization for several languages</li>
<li>Snapshot mode (invoked from command line)</li>
<li>Command line options for loading project files/layers</li>
<li>Currently loaded plugins are restored each time QGIS is started</li>
</ol>
<a name="N10053"></a><a name="New+Core+Plugins"></a>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td height="10" width="9"></td><td>
<h4>New Core Plugins</h4>
</td><td></td>
</tr>
<tr>
<td class="bottom-left"></td><td bgcolor="#a5b6c6"></td><td class="bottom-right"></td>
</tr>
</tbody>
</table>
<ol>
<li>Delimited text plugin for creating a map layer from a set of x, y coordinates</li>
<li>GPS importer plugin</li>
<li>Grid/graticule maker plugin</li>
<li>Grass plugin</li>
</ol>
<a name="N10069"></a><a name="New+Contributed+Plugins"></a>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td height="10" width="9"></td><td>
<h4>New Contributed Plugins</h4>
</td><td></td>
</tr>
<tr>
<td class="bottom-left"></td><td bgcolor="#a5b6c6"></td><td class="bottom-right"></td>
</tr>
</tbody>
</table>
<ol>
<li>Launcher plugin runs a system script or program</li>
<li>Worldmap</li>
<li>Fishing_spots tutorial plugin</li>
<li>Open modeller</li>
</ol>
<a name="N1007F"></a><a name="Known+Issues"></a>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td height="10" width="9"></td><td>
<h4>Known Issues</h4>
</td><td></td>
</tr>
<tr>
<td class="bottom-left"></td><td bgcolor="#a5b6c6"></td><td class="bottom-right"></td>
</tr>
</tbody>
</table>
<ol>
<li>Vector rendering does not work on big-endian platforms (OSX, Solaris)</li>
</ol>
</div>
<a name="N1008D"></a><a name="Available+Documents"></a>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
@ -182,10 +331,10 @@
</tbody>
</table>
<div class="section">
<p>The following documents are available:</p>
<ul>
<li>
@ -193,21 +342,21 @@
<li>
<a href="userguide.html">User Guide</a> - A brief guide to using QGIS</li>
</ul>
<p>All documents are available in PDF format in the qgis share/doc subdirectory. If
you have the Adobe PDF plugin for your browser, you can display the PDF version by
clicking on the PDF link in the upper
right corner of each document.</p>
<div class="frame note">
<div class="label">Note</div>
<div class="content">This documentation is based on QGIS 0.1 (Moroz)</div>
</div>
<div class="content">This documentation is based on QGIS 0.2 (Pumpkin)</div>
</div>
</div>
</div>
</td><td width="10"><img width="10" height="1" alt="" src="skin/images/spacer.gif" class="spacer"></td>
</tr>

@ -5,10 +5,10 @@
/Producer (FOP 0.20.5) >>
endobj
5 0 obj
<< /Length 1307 /Filter [ /ASCII85Decode /FlateDecode ]
<< /Length 1717 /Filter [ /ASCII85Decode /FlateDecode ]
>>
stream
Gat=+95iQE&AII3nE9ik7O1E[l7LgMBbop,C#.6a&$db06=nQp,=21l4-V.UZK9#<MEL#WkF3i3f_8&-k)LT'?lpu0T!*ViSrYXf+<URp'PU5D5%[-UjW=B0G\lEGC%k]mRYDG=>hhPkZbcs4[/74Hi[.ag(&B"(rrEcV,.'9`iT29#65j0^2%/%2ih:0<[:tg2#sUci81YVF8X@!$"r]r49K?9mVVYE;Xck5AVs`5MQTC:hE^9IT#ALSj"CQB65k3f0j@Ntk47HN[!HmKHH+?r*rn+,'dV3f^j'[]2dA4?L;AZ>.4+<(Y,$l(b"#Yi%j3mhhop"\+4n=DfE$POY#/`^>8!Jd2#`BD<a-)5A)1D)t^%]]9]?8LaSRld\gbm@8h9F3j/?c=Y1?3o>:Y(c*L>Qe]?XQ>kJ!rEXEdJ`!d"1joN>"jCW>PKO@G%TS:sXET=_M;:a8B!&9`Eq/<ll5[!YQ(:<`bOVF%,Y2G?A6%TL)%C/"W!G%<8OML'rI!E$*66M2T6aUaHY^(:=8B'aIL!q*[4M0Ve3?qWOkTZ]<nOq'MYH,8,]bd@S%[jnPXCXjAKnpU\V-NDm:6&b8+7(?hsV)s-,]%PB@]B@-Q;+j@uYMZNUjJq@]N@fKd##r?LGC.fLYY8TVO?q1@H)Z&`k,8f5V's46D$OWa!3UKtITXRZ&X$#3A1$]//MVZjI47&2Q>!f)V;K),LX?V?@i:Q"JfO"OX3#Y0hcHE3bjhomgkVp?D9$Qd[<R98G;X_Dr)fYKVDV(Aj8s;_E06m?@_fdNEW-/O7ihpn<O.#p^o-"tA[o)I/NCns$&?ZTT7@SFn)&YcM!gn2-Fet\'U]6d1DM9?ZBJt-a.,l$NQpj4!_,FOfB'C3qN`lM-qa]Nt#'!G1Mk,rLLY1<IZP@c]_]:=(LUsO`4WM&2JJ"qFgGN#*<)pLO/#Vjb38'kj-Ti7J=O8b[E'6Q;.3#/*$uAEJM^T)-SL+,,GYR+2'3(fAmEUH3hDkW=hk7Zr6p&oPP/)5TSK=T8[s`fcVt:GcmVUnn'0J@FV+_(q7&H(GWb1&H`b5L/%ajcm9]QNH,guHC,SJ,N`Hgf*!<Z1/Z1))qnjNDDZLQ]ucW*dp-9:E=-](55@j/fb:1*!NrAcudB:c?n\5&T3llMY1H[SShYZcETQ27=!ipQN`]^C+2</)BYMACU<b]Z?6ZdL(M,A(!QQT.Y*Ir<@&)PCRn_$0($l+Tl"4TZhd7+fudXU[#Eh<qgSPS5QEh[cg\3DV,9`NNtbdkOF0Cb`8pHD.+:*BAi4q35ceC%*(/n/8&~>
Gau0D95iTD&AIV:d*Vkl>,:#g'MVIE.I&+;(Wi@'$Eh=tZBdn4U=O=6I7Lo43-),l#Z1;(OZT!J^Md__2quU=Q00in\B]94EP$_b`c^h]F^4^::=AN`^.Z*mG.+7=a2Mo=/(9ffS0(iI_iGVcn*fW&SP%X7</)?kW`RK<cLt<n&NQ)H9hb0`@7%i@f1S]5-0Y%UhH*1IXA('7Jf,k`9L=f2Q#$u:!Atqk#n*8]D!I#9(JUpk:1.4G&85XM*-TV9%]fJb>M-H8Ksl53(G\.A,&$kReY$*@*Ehcp/t`"t7QQOS$]%#8GMB%lS>9)ZrA-ZY=n#]?d$EqhrNb7,fpl&'+0V4EN>%Jn5,\\'TXo5I&<SZR4,)^X3/F(pkAG@QH*\OJf"!S_B=/ie&'!*`?=&*&AOD^-HNu6rX=<c[=TjU$&s%c[Bnh0/q7mG36R<dNIOb6m8a,<,mXE&"$lekH0^;./M%V]``VB?OgXusP>2<Vdf100X_M?J_2md7j`AMeuPC-%PlfISG=\hf%b3U>(4DVJ>B^>*8[9]#%5F`;;YFDG1Vi#&@I@gWpb5.:=+J4T&@g?nC3Ddefk5&f>!KRk3E55]:!6@Z_"#mkfH$/2mbD^0$Cmm(0BTI95<MSVfRQhuIh-Yu5kb8qQk\Jdms/W9&((1.A3:\5#Imq-q*t/1B\Bku+T<.:0-u.h!6>$:@Z#+(QAX"Zf*!u(;@oTjp(`*`;p`HU,h[PB#,).0C`[l0.q*@cId7MEBk5l_6WN1D,m9W+21W*e5]n@P@$Ehj12%!TQ33e[Cb7(tEgcrn1rta<d*7PHeeC5\-H\la#bM9X`oo!"3^!NKGZ0"aN6KO+3JS%)$5?a0\OLNH;$f2kr_$X&A#Uts3f=5E:C)^D:-6Xso&-fRd`%+.Sq6>*jjGfQAb\i#GN(fS_#0\h^=^`*,7g<lBD7Q^?P><Adb.4[PT=J*?<=<[)G9"+/>N/P)L#63GR<p.eLMFsD&GbaDGF8W5SZ_1Si3$WC9UJ.JV\tF0nt0>-H\o('=5>ktPCck]$\`11%'VhALp#s7h$]N='sF*Z18lP"Cf9)"F]8m=3I@l#6oe85PHnN98h=%2Q6_bVF@FsO?5T[5p*HJWV<T\^F60Z':cr`3"F0hr;NudH/4=P^n0](:('BC\b=0":STZZFA:3-HW&1ArR_":'>o.?1X19Y[._8Iqb6s=LKom[EStGDDpup2&o'LF^"UPV)nM%)M\T.;E_G5Os6<HdT%imE7X(PMr6Q$kUkBEY^V47ru7XR)>o/M@/kTdl<$josH-<%bf'm!nN0/Wga<dX`AosK3;a.=cW!L>Dl0'A'Wj,DXUOh$ZOL-/ak^^)?(V5L/qcdICM'`-\E_&DlBFN_5G1:r4o"E_5`QjdI8hr0D"(`5A<_`j.mX=(YpAhD;)JAR9t@K)@:Dk7#qJa7eIJ`KEM:q4K`?G)^5'Q.o,T]L+)XjY*[W>pgc4/jV&c3B7AiOSi9;.CSARjoCe\JP\/f0V,s%9Da!`#V2?XE9SqkdOq&mUZ<)A-F#9q6>laalWTQs/W+6^?1n#$EM)sH%M+VK1EX945du`4+Q(-[rArT/Qt.2o660sYMhg0GWh-PoQQ2a#;/&,^d'dA^RN1nncSNP")8oL?mc/8BP<@tPEu$\=C(YPTQ\:Zf=.e"R;-<"+%;r.%<F2-HTr=#?(=kQBJ!V45)P<OV#1U+!h>A~>
endstream
endobj
6 0 obj
@ -23,8 +23,6 @@ endobj
7 0 obj
[
8 0 R
9 0 R
10 0 R
]
endobj
8 0 obj
@ -39,9 +37,31 @@ endobj
>>
endobj
9 0 obj
<< /Length 1297 /Filter [ /ASCII85Decode /FlateDecode ]
>>
stream
Gat=+95iiK&AJ$Cn<a1pY"4\$oTj@*Bj.m5CttaMdt;JcZEUXueK[Q_I7GJ-N[uJ22F1`pGikJCB-s7:MiXJJ@@VXS\QsG*>qk9S0-d_,]Kc[c7=m)bjPL>20?J]Sq&?9R6)>B1?=`."ccU_tW8`tFES2OAm.Ej0\LIiCO>&E/0ID'=@m;XYS@1n6Lu/Sg7#6%eeYm5u@hYIC*b.$i#*,5d!O-i_`;`m(>*mNBWJZZbZQaOnNG^oCWC#3s39p((UGR"=Q).O^PpM61aHLqNb<81=](kjkcNcs)l9$N%lKJqZE%YZ=Kp5/5"Wo&[qDl[gA<e[c]$]hUYDTo;,;TN\#cJP0#'@CC&6k^gqKS0h!OZPd,uR<\7t,cfHr<@3K\#K'kL(jXZ<Vca(ch0[Q7P`&U^1Z7:@8Dr321KR5neq480/QXMbhMnQklMla[n.m[\H%I]:u<h*3,72V4@9gA@(qp^?*73?&mHF6%'ff%PW-C'p5u79t!pM:&M"o**Q#]I,t_,X$/S=eu35N/Dm*%(5U%*C)l9mp?qJ,_YOldg=_2Q"Vi@7^.2VU%%JCj/Q`P[q#@@KYr&_7@]d',^MSH-iL`G%T>WE`?\K>E*E801YEfs8^n;l[<8)+ebVE+$8#?K1Y3\k?HIo+"j'o<mMkm\)4g]eO5@QY_/DEmPSoHNW/3>B%o_m%t0r(;/8c?(q]fSOYSn9AL<'0U5,<1%eDH<7.lrLq1*Ii4@*Rc[Q))HHXZ^UDo-@m5NL*;*e]kZ*qaJZ>)f+NkO8\<V+^$QT"-,;^=<i%uHB7CbHmtc+<?oD-k)sG6q9YTXOGZJD+c+q.*;Hr>;qO;1:bJB@F">=6P<f="2oNRn%BSU25?e0H(22?h$HTFfDBG%Fj=l?J@C42AKGLNrg8(2tm4;8FbBGa1nn)qe$gPm]qqG9pQ7!IWq0mMT7P_uR3LmZ5R"(:U'g=p\U_c@]\N.=dPlF#dc4&]@(rf2/GF*RXC:J[jfJ.VoObnT_E>n?8W)N=o1+mD4H6r)A_Ok,j_Ob-&8kHW3`J:k4i72k:Z'CfSTeoRlS=2B&K7FRHiYuXOh-p@%fXK7l!VnGBNB7WHO8YsdG`aWP'pQS0.^,5;Jr;kb,\h3_gD>OpC1(Hh\%5@]YnB`FLh<\@IYRTj6=u!t?fOMR'dma$)gG4HqJo1m68rh=V]cEohBH2%*_aiTupIVBT9o_TFXU=O#Wt[aN?j?c]!XX5As/Z_a_rrdV:L#Z.m!6HFIq7kC47]GP@/@$+730]l6:5kA'quEOk@_1g_rcG/B*)r~>
endstream
endobj
10 0 obj
<< /Type /Page
/Parent 1 0 R
/MediaBox [ 0 0 612 792 ]
/Resources 3 0 R
/Contents 9 0 R
/Annots 11 0 R
>>
endobj
11 0 obj
[
12 0 R
13 0 R
]
endobj
12 0 obj
<< /Type /Annot
/Subtype /Link
/Rect [ 108.0 476.256 194.328 464.256 ]
/Rect [ 108.0 557.094 194.328 545.094 ]
/C [ 0 0 0 ]
/Border [ 0 0 0 ]
/A << /URI (http://qgis.org/install.html)
@ -49,10 +69,10 @@ endobj
/H /I
>>
endobj
10 0 obj
13 0 obj
<< /Type /Annot
/Subtype /Link
/Rect [ 108.0 463.056 162.984 451.056 ]
/Rect [ 108.0 543.894 162.984 531.894 ]
/C [ 0 0 0 ]
/Border [ 0 0 0 ]
/A << /URI (http://qgis.org/userguide.html)
@ -60,49 +80,90 @@ endobj
/H /I
>>
endobj
13 0 obj
16 0 obj
<<
/Title (\376\377\0\61\0\40\0\111\0\156\0\164\0\162\0\157\0\144\0\165\0\143\0\164\0\151\0\157\0\156)
/Parent 11 0 R
/Next 15 0 R
/A 12 0 R
/Parent 14 0 R
/Next 18 0 R
/A 15 0 R
>> endobj
15 0 obj
18 0 obj
<<
/Title (\376\377\0\62\0\40\0\101\0\166\0\141\0\151\0\154\0\141\0\142\0\154\0\145\0\40\0\104\0\157\0\143\0\165\0\155\0\145\0\156\0\164\0\163)
/Parent 11 0 R
/Prev 13 0 R
/A 14 0 R
/Title (\376\377\0\62\0\40\0\127\0\150\0\141\0\164\0\163\0\40\0\156\0\145\0\167\0\40\0\151\0\156\0\40\0\126\0\145\0\162\0\163\0\151\0\157\0\156\0\40\0\60\0\56\0\62)
/Parent 14 0 R
/First 20 0 R
/Last 26 0 R
/Prev 16 0 R
/Next 28 0 R
/Count -4
/A 17 0 R
>> endobj
16 0 obj
20 0 obj
<<
/Title (\376\377\0\62\0\56\0\61\0\40\0\116\0\145\0\167\0\40\0\146\0\145\0\141\0\164\0\165\0\162\0\145\0\163)
/Parent 18 0 R
/Next 22 0 R
/A 19 0 R
>> endobj
22 0 obj
<<
/Title (\376\377\0\62\0\56\0\62\0\40\0\116\0\145\0\167\0\40\0\103\0\157\0\162\0\145\0\40\0\120\0\154\0\165\0\147\0\151\0\156\0\163)
/Parent 18 0 R
/Prev 20 0 R
/Next 24 0 R
/A 21 0 R
>> endobj
24 0 obj
<<
/Title (\376\377\0\62\0\56\0\63\0\40\0\116\0\145\0\167\0\40\0\103\0\157\0\156\0\164\0\162\0\151\0\142\0\165\0\164\0\145\0\144\0\40\0\120\0\154\0\165\0\147\0\151\0\156\0\163)
/Parent 18 0 R
/Prev 22 0 R
/Next 26 0 R
/A 23 0 R
>> endobj
26 0 obj
<<
/Title (\376\377\0\62\0\56\0\64\0\40\0\113\0\156\0\157\0\167\0\156\0\40\0\111\0\163\0\163\0\165\0\145\0\163)
/Parent 18 0 R
/Prev 24 0 R
/A 25 0 R
>> endobj
28 0 obj
<<
/Title (\376\377\0\63\0\40\0\101\0\166\0\141\0\151\0\154\0\141\0\142\0\154\0\145\0\40\0\104\0\157\0\143\0\165\0\155\0\145\0\156\0\164\0\163)
/Parent 14 0 R
/Prev 18 0 R
/A 27 0 R
>> endobj
29 0 obj
<< /Type /Font
/Subtype /Type1
/Name /F3
/BaseFont /Helvetica-Bold
/Encoding /WinAnsiEncoding >>
endobj
17 0 obj
30 0 obj
<< /Type /Font
/Subtype /Type1
/Name /F5
/BaseFont /Times-Roman
/Encoding /WinAnsiEncoding >>
endobj
18 0 obj
31 0 obj
<< /Type /Font
/Subtype /Type1
/Name /F1
/BaseFont /Helvetica
/Encoding /WinAnsiEncoding >>
endobj
19 0 obj
32 0 obj
<< /Type /Font
/Subtype /Type1
/Name /F2
/BaseFont /Helvetica-Oblique
/Encoding /WinAnsiEncoding >>
endobj
20 0 obj
33 0 obj
<< /Type /Font
/Subtype /Type1
/Name /F7
@ -111,67 +172,110 @@ endobj
endobj
1 0 obj
<< /Type /Pages
/Count 1
/Kids [6 0 R ] >>
/Count 2
/Kids [6 0 R 10 0 R ] >>
endobj
2 0 obj
<< /Type /Catalog
/Pages 1 0 R
/Outlines 11 0 R
/Outlines 14 0 R
/PageMode /UseOutlines
>>
endobj
3 0 obj
<<
/Font << /F3 16 0 R /F5 17 0 R /F1 18 0 R /F2 19 0 R /F7 20 0 R >>
/Font << /F3 29 0 R /F5 30 0 R /F1 31 0 R /F2 32 0 R /F7 33 0 R >>
/ProcSet [ /PDF /ImageC /Text ] >>
endobj
11 0 obj
14 0 obj
<<
/First 13 0 R
/Last 15 0 R
/First 16 0 R
/Last 28 0 R
>> endobj
12 0 obj
15 0 obj
<<
/S /GoTo
/D [6 0 R /XYZ 85.0 584.0 null]
>>
endobj
14 0 obj
17 0 obj
<<
/S /GoTo
/D [6 0 R /XYZ 85.0 520.628 null]
>>
endobj
19 0 obj
<<
/S /GoTo
/D [6 0 R /XYZ 85.0 491.656 null]
>>
endobj
21 0 obj
<<
/S /GoTo
/D [6 0 R /XYZ 85.0 275.722 null]
>>
endobj
23 0 obj
<<
/S /GoTo
/D [6 0 R /XYZ 85.0 191.788 null]
>>
endobj
25 0 obj
<<
/S /GoTo
/D [10 0 R /XYZ 85.0 645.8 null]
>>
endobj
27 0 obj
<<
/S /GoTo
/D [10 0 R /XYZ 85.0 601.466 null]
>>
endobj
xref
0 21
0 34
0000000000 65535 f
0000003082 00000 n
0000003140 00000 n
0000003232 00000 n
0000006116 00000 n
0000006181 00000 n
0000006273 00000 n
0000000015 00000 n
0000000071 00000 n
0000001470 00000 n
0000001590 00000 n
0000001628 00000 n
0000001796 00000 n
0000001975 00000 n
0000003355 00000 n
0000003406 00000 n
0000002157 00000 n
0000003469 00000 n
0000002321 00000 n
0000002526 00000 n
0000002639 00000 n
0000002749 00000 n
0000002857 00000 n
0000002973 00000 n
0000001880 00000 n
0000002000 00000 n
0000002025 00000 n
0000002193 00000 n
0000003582 00000 n
0000003704 00000 n
0000003738 00000 n
0000003918 00000 n
0000006396 00000 n
0000006447 00000 n
0000004100 00000 n
0000006510 00000 n
0000004264 00000 n
0000006575 00000 n
0000004547 00000 n
0000006640 00000 n
0000004720 00000 n
0000006705 00000 n
0000004930 00000 n
0000006770 00000 n
0000005182 00000 n
0000006834 00000 n
0000005355 00000 n
0000005560 00000 n
0000005673 00000 n
0000005783 00000 n
0000005891 00000 n
0000006007 00000 n
trailer
<<
/Size 21
/Size 34
/Root 2 0 R
/Info 4 0 R
>>
startxref
3534
6900
%%EOF

@ -16,7 +16,7 @@
<!--================= end Group Logo ==================-->
<!--================= start Project Logo ==================--><td align="center" bgcolor="#FFFFFF">
<div class="headerlogo">
<a href="http://qgis.org/"><img border="0" class="logoImage" alt="QGIS" src="images/project.png"></a>
<a href="http://qgis.org/"><img border="0" class="logoImage" alt="QGIS" src="images/project-logo.gif"></a>
</div>
</td>
<!--================= end Project Logo ==================-->
@ -45,7 +45,7 @@
<tr>
<td align="right" bgcolor="#a5b6c6" colspan="4"><img width="1" height="10" alt="" src="skin/images/spacer.gif"><span class="datenote"><script type="text/javascript" language="JavaScript"><!--
//document.write("Published: " + document.lastModified);
document.write("-- QGIS Version 0.1 Moroz --");
document.write("-- QGIS Version 0.2 Pumpkin --");
// --></script></span></td>
</tr>
</table>
@ -73,8 +73,14 @@
<!--================= end left top NavBar ==================--><td bgcolor="#a5b6c6"><img width="1" height="1" alt="" src="skin/images/spacer.gif" class="spacer"></td><td valign="bottom" bgcolor="#F7F7F7"><img width="10" height="10" alt="" src="skin/images/spacer.gif" class="spacer"></td><td nowrap="nowrap" valign="top" bgcolor="#F7F7F7">
<!--================= start Menu items ==================-->
<div class="menu">
<div onclick="SwitchMenu('_selected_1B')" id="_selected_1BTitle" class="menutitle">Documentation</div>
<div id="_selected_1B" class="selectedmenuitemgroup">
<div onclick="SwitchMenu('About1B')" id="About1BTitle" class="menutitle">About</div>
<div id="About1B" class="menuitemgroup">
<div class="menuitem">
<a href="index.html">QGIS</a>
</div>
</div>
<div onclick="SwitchMenu('_selected_2B')" id="_selected_2BTitle" class="menutitle">Documentation</div>
<div id="_selected_2B" class="selectedmenuitemgroup">
<div class="menupage">
<div class="menupagetitle">Installation</div>
<div class="menupageitemgroup">
@ -155,8 +161,8 @@
PDF</a></td>
</tr>
</table>
<h3>For Version 0.1 Moroz</h3>
<h3>For Version 0.2 (Pumpkin)</h3>
<a name="N1001C"></a><a name="Introduction"></a>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tbody>
@ -171,36 +177,36 @@
</tbody>
</table>
<div class="section">
<p>
This document briefly describes how to build QGIS from the source distribution.
The information below is for <strong>version 0.1 <em>Moroz</em></strong> of QGIS. </p>
The information below is for <strong>version 0.2 <em>Pumpkin</em></strong> of QGIS. </p>
<div class="frame note">
<div class="label">Note</div>
<div class="content">The latest version of this document can always be found at <a href="http://qgis.sourceforge.net/docs/install.html">
http://qgis.sourceforge.net/docs/install.html
<div class="content">The latest version of this document can always be found at <a href="http://qgis.org/docs/install.html">
http://qgis.org/docs/install.html
</a>
</div>
</div>
<p>
QGIS requires that a number of libraries be installed on your system:
</p>
<ul>
<li>Qt 3.1.2 or higher</li>
<li>GDAL/OGR</li>
<li>PostgreSQL and PostGIS (Optional)</li>
</ul>
<p>
Each of these requirements are discussed below. Note that the information given
below is abstracted from the installation documentation for each of the
@ -208,16 +214,16 @@ libraries. See the install information for each library to get detailed
instructions.</p>
<p>In the documentation below, the file names used are examples.</p>
<p>
If you are building QGIS <strong>without PostgreSQL</strong>, skip to the section on
<a href="#gdal">Installing GDAL/OGR</a>.
</p>
</div>
<a name="N10050"></a><a name="PostgreSQL"></a>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tbody>
@ -232,15 +238,15 @@ If you are building QGIS <strong>without PostgreSQL</strong>, skip to the sectio
</tbody>
</table>
<div class="section">
<p>QGIS uses the latest features of PostgreSQL. For this reason, version 7.4.x is recommended with QGIS version 0.1. If you choose to add PostgreSQL, you must also install PostGIS and the GEOS library (see below).
</p>
<p>QGIS uses the latest features of PostgreSQL. For this reason, version 7.4.x is recommended with QGIS version 0.2. If you choose to add PostgreSQL, you must also install PostGIS and the GEOS library (see below).
</p>
<ol>
<li>Download PostgreSQL source from <a href="http://www.postgresql.org">www.postgresql.org</a>
</li>
<li>Extract the source
@ -252,11 +258,11 @@ If you are building QGIS <strong>without PostgreSQL</strong>, skip to the sectio
<pre class="code">cd postgresql-7.4.1</pre>
</li>
<li>Configure PostgreSQL:
<pre class="code">./configure --prefix=/usr/local/pgsql </pre>
<pre class="code">./configure --prefix=/usr/local/pgsql </pre>
</li>
<li>Build
@ -268,7 +274,7 @@ If you are building QGIS <strong>without PostgreSQL</strong>, skip to the sectio
<pre class="code">make install</pre>
</li>
<li>As root, create the postgres user and setup the database (following taken from PostgreSQL INSTALL file with modification)</li>
<ul>
@ -305,7 +311,7 @@ If you are building QGIS <strong>without PostgreSQL</strong>, skip to the sectio
</li>
</ul>
<li>PostgreSQL should now be running. Logon as the postgres user (or use su - postgres). You should be able to connect to the test database and execute a test query with the following commands:
<pre class="code">
<strong>psql test</strong>
@ -318,13 +324,13 @@ If you are building QGIS <strong>without PostgreSQL</strong>, skip to the sectio
<strong>\q</strong>
</pre>
</li>
<li>PostgreSQL install is done.</li>
</ol>
</div>
<a name="N100DC"></a><a name="GEOS"></a>
@ -351,7 +357,7 @@ If you are building QGIS <strong>without PostgreSQL</strong>, skip to the sectio
</p>
<p>To install GEOS:</p>
<ol>
<li>Download GEOS source from <a href="http://geos.refractions.net">geos.refractions.net</a>
@ -382,7 +388,7 @@ If you are building QGIS <strong>without PostgreSQL</strong>, skip to the sectio
</ol>
</div>
<a name="N10113"></a><a name="PostGIS"></a>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tbody>
@ -397,25 +403,25 @@ If you are building QGIS <strong>without PostgreSQL</strong>, skip to the sectio
</tbody>
</table>
<div class="section">
<div class="frame note">
<div class="label">Note</div>
<div class="content">You must edit the PostGIS Makefile and make sure that USE_GEOS=1 is set. Also adjust GEOS_DIR to point to your GEOS installation directory.</div>
</div>
<ol>
<li>Download PostGIS source from <a href="http://postgis.refractions.net">postgis.refractions.net</a>
</li>
<li>Untar PostGIS into the contrib subdirectory of the postgresql build directory. The contrib subdirectory is located in the directory created in step 3 of the PostgreSQL installation process.</li>
<li>Change to the postgis subdirectory</li>
<li>Edit the Makefile to enable GEOS support (see the note above)</li>
<li>PostGIS provides a manual in the doc/html subdirectory that explains the build process (see the Installation section)</li>
<li>The quick and dirty steps to install PostGIS are:
@ -442,15 +448,15 @@ If you are building QGIS <strong>without PostgreSQL</strong>, skip to the sectio
</ul>
</li>
<li>The <strong>better way</strong> is to carefully follow the instructions in the PostGIS manual in the doc/html subdirectory or the online manual at <a href="http://postgis.refractions.net/docs">http://postgis.refractions.net/docs</a>
</li>
</ol>
</div>
<a name="N1015D"></a><a name="gdal"></a>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tbody>
@ -465,13 +471,13 @@ If you are building QGIS <strong>without PostgreSQL</strong>, skip to the sectio
</tbody>
</table>
<div class="section">
<p>The GDAL and OGR libraries provide support for raster and vector data formats. QGIS makes use of both of these libraries (which come bundled in one distribution).
<strong>Note:</strong> A Linux binary of GDAL is available at <a href="http://www.remotesensing.org/gdal">http://www.remotesensing.org/gdal</a>. If you choose to install the binary you will also need to download and unpack the source tree since QGIS needs the header files in order to compile.
</p>
<p>
To install GDAL/OGR from source:
</p>
@ -479,7 +485,7 @@ To install GDAL/OGR from source:
<ol>
<li>Download the GDAL distribution from <a href="http://www.remotesensing.org/gdal">http://www.remotesensing.org/gdal</a>. You should use version 1.1.9 or higher. Versions prior to 1.1.9 contained a bug that caused problems when a null feature was encountered.
</li>
</li>
<li>Untar the distribution
<pre class="code">tar xfvz /../path/../gdal-x.x.x.tar.gz</pre>
@ -523,9 +529,9 @@ make install
<p>
If you've had problems during the installation, refer to this manual, where the whole process is described with some more detail: http://www.remotesensing.org/gdal/gdal_building.html
</p>
</div>
<a name="N101B1"></a><a name="Qt"></a>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tbody>
@ -540,8 +546,8 @@ If you've had problems during the installation, refer to this manual, where the
</tbody>
</table>
<div class="section">
<p>Qt 3.1.2 or higher is required in order to compile QGIS. You may already have Qt on your system. If so, check to see if you have version 3.1.2 or later. If not already installed, you will have to install the Qt development package for your distribution. If you are not able to install the required Qt packages, you will have to build from source.
To install Qt from source:
</p>
@ -549,24 +555,24 @@ To install Qt from source:
<ol>
<li>Download Qt from <a href="http://www.trolltech.com/developer">http://www.trolltech.com/developer</a> (choose the Qt/X11 Free Edition)</li>
<li>Unpack the distribution</li>
<li>Follow directions provided in the distribution directory
doc/html/install-x11.html</li>
<li>Use whatever configure options you like but make sure you include -thread for use with QGIS. You can configure Qt with minimal options:
<pre class="code">./configure -thread</pre>
</li>
<li>Complete the installation per the instructions provided in the Qt
documentation (see step 3)</li>
</ol>
</div>
<a name="N101D6"></a><a name="Building+QGIS"></a>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tbody>
@ -581,12 +587,12 @@ documentation (see step 3)</li>
</tbody>
</table>
<div class="section">
<p>
After you have installed the required libraries, you are ready to build QGIS. Download and untar the QGIS distribution and change to the QGIS source directory. You have two options for building and installing QGIS: <em>Quick and Dirty</em> and the <em>right way</em>.
</p>
After you have installed the required libraries, you are ready to build QGIS. Download and untar the QGIS distribution and change to the QGIS source directory. You have two options for building and installing QGIS: <em>Quick and Dirty</em> and the <em>right way</em>.
</p>
<a name="N101E5"></a><a name="Quick+and+Dirty"></a>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
@ -601,19 +607,19 @@ documentation (see step 3)</li>
</tbody>
</table>
<p>If you don't need PostgreSQL support and have installed GDAL ,
you can configure and build QGIS by changing to the distribution directory
and typing:
</p>
you can configure and build QGIS by changing to the distribution directory
and typing:
</p>
<pre class="code">./configure
make
make install</pre>
<div class="frame note">
<div class="label">Note</div>
<div class="content">This assumes that the gdal-config program is in
your PATH</div>
your PATH</div>
</div>
<p>See the next section for the full configuration instructions.</p>
<a name="N101FA"></a><a name="Configuring+QGIS"></a>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
@ -628,65 +634,65 @@ make install</pre>
</tbody>
</table>
<p>
To see the configure options available, change the the QGIS
directory and enter:
</p>
To see the configure options available, change the the QGIS
directory and enter:
</p>
<pre class="code">./configure --help</pre>
<p>Among other options, there are three that are important to
the success of the build:</p>
the success of the build:</p>
<pre class="code">
--with-qtdir=DIR Qt installation directory default=$QTDIR
--with-gdal=path/gdal-config Full path to 'gdal-config' script,
e.g. '--with-gdal=/usr/local/bin/gdal-config'
--with-pg=path/pg_config PostgreSQL (PostGIS) Support
(full path to pg_config)
</pre>
</pre>
<a name="N10210"></a><a name="Qt-N101F7"></a>
<h4>Qt</h4>
<p>The configure script will detect Qt, unless it is installed in a
non-standard location. Setting the QTDIR environment variable will
make ensure that the detection succeeds. You can also specify the
path using the --with-qtdir option.
</p>
non-standard location. Setting the QTDIR environment variable will
make ensure that the detection succeeds. You can also specify the
path using the --with-qtdir option.
</p>
<a name="N1021A"></a><a name="GDAL"></a>
<h4>GDAL</h4>
<p>
If the gdal-config script is in the PATH, configure will automatically
detect and configure GDAL support. If not in the path, you can specify
the full path to gdal-config using the --with-gdal option. For example:</p>
If the gdal-config script is in the PATH, configure will automatically
detect and configure GDAL support. If not in the path, you can specify
the full path to gdal-config using the --with-gdal option. For example:</p>
<p>
<span class="codefrag">./configure --with-gdal=/usr/mystuff/bin/gdal-config</span>
</p>
<a name="N1022A"></a><a name="PostgreSQL-N10211"></a>
<h4>PostgreSQL</h4>
<p>
If the pg_config script is in the PATH, configure will automatically
detect and configure PostgreSQL support. If not, you can use the
--with-pg option to specify the full path to pg_config. For example:</p>
If the pg_config script is in the PATH, configure will automatically
detect and configure PostgreSQL support. If not, you can use the
--with-pg option to specify the full path to pg_config. For example:</p>
<p>
<span class="codefrag">./configure --with-pg=/usr/local/psql/bin/pg_config</span>
</p>
<a name="N1023A"></a><a name="Example+Use+of+Configure"></a>
<h4>Example Use of Configure</h4>
<pre class="code">
./configure --prefix=/usr/local/qgis
--with-gdal=/usr/local/gdal/bin/gdal-config
--with-pg=/usr/local/psql/bin/pg_config
--with-gdal=/usr/local/gdal/bin/gdal-config
--with-pg=/usr/local/psql/bin/pg_config
</pre>
<p>This will configure QGIS to use both GDAL and PostgreSQL. QGIS will be
installed in /usr/local/qgis.</p>
<div class="frame note">
<div class="label">Note</div>
<div class="content">If QTDIR is set and gdal-config and pg_config are both
in the PATH, there is no need to use the --with-gdal and --with-pg
options. The configure script will properly detect and configure
GDAL and PostgreSQL</div>
in the PATH, there is no need to use the --with-gdal and --with-pg
options. The configure script will properly detect and configure
GDAL and PostgreSQL</div>
</div>
<a name="N1024D"></a><a name="Compiling+and+Installing+QGIS"></a>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
@ -701,24 +707,24 @@ installed in /usr/local/qgis.</p>
</tbody>
</table>
<p>Once properly configured simply issue the following commands:
</p>
</p>
<pre class="code">make
make install
</pre>
<div class="frame note">
<div class="label">Note</div>
<div class="content">As of this version, you can no longer run QGIS from the src directory. You must do a make install and start QGIS from the installed location</div>
<div class="content">As of version 0.1, you can no longer run QGIS from the src directory. You must do a make install and start QGIS from the installed location</div>
</div>
<p>
<a href="http://sourceforge.net/"><img alt="SourceForge.net Logo" height="31" src="http://sourceforge.net/sflogo.php?group_id=55820&type=1" width="88"></a>
</p>
</div>
<p align="right">
<font size="-2">by&nbsp;Gary E. Sherman,&nbsp;Tim Sutton</font>
</p>

@ -8,7 +8,7 @@ endobj
<< /Length 2098 /Filter [ /ASCII85Decode /FlateDecode ]
>>
stream
Gat=,a`?,q&A@B[GdOMfL`jMc[k*Q_;orP_X6)1/"!p5WCIHS4&m>&,Bl$1)U*:mY3G(4tNQ+>hHoINg5DEL[M!rSh'4:Z?9RLbATq2epW0[fsb^:&CWAgljJ$-NB5<N8![m?1oS#_<]gZ=o!hNdcbEprmGafiC-^"FKJ!ue3L*3E)$OGjB9lc6TAid^QsFnGK_%bfQt[X`rjQF[Dff1l2GR?3D2^`jDHqHWVTZ9N7=F[tfiA&4WahqhJ\XK9e7^?^I2HJ?B5_:ZI&,uGY^IAt^;q$PBLWL*QMTrF;F-^=BiM>TajR2'9@C8)gp8`X//lU>1ND226bVW=f&*\ZO?U+,7F$PrCF;-f.ro]9\AB^H%Z>W$YX715-S[dKUgAh;-6K=uVO:kJJK_RPSH<gG'X1hSDLWuCEAGaq*<c8X0n9hI87o1HODaU8FQN+?YfDXlODT[JB30Kmu!V^)[U's@QWhdP`(+N%HXH=aQ"p_'^eDDlckk_t.I7@m;<1^tS+4Khn7A*e..hLtaB+W4Atq4Yj-#k;+)Pa$J'pZ@[CPBX@*l5`egi>8:kQUiJj3_Dr5Ki3q/^%V]Y;%T7[Q<3;i88Z'r<eE`9"74@Fj)80F1Ic*<RD/ic7r/=([`&6g8:!"N&d\aI0P?6,nDuq5T!5Y.$]j,:E6M;EILIEs;D9CJa@q3EehnW,o<u!t;7L!umKsqm-o5S_,"I7\As_sj*7d*0qs>"Jm@68'L<Br4+YdS*XVc[@"8aTnK)4T8J[5BQU4dhSmnr&:V'TeBHl=RBKqdn)hb9q$l`qfdVa5?+F0ao`'Md4S92uHnd8cZui'46CN.UaSE@\(N?c-7IZJdB)1.Sk9p2ShgF5Dkn^FA>?%_;TBW7kX>JAi>8LI57Fh7"E.h@'Xaj->H%FD7H[ob7PV:XYp0;4j"ZJ,pZG,k(l'L5[S(FhsPg[Y0`Kj'T)<9]:J2bPd4*T;Gu`^Ra1-@>+U52B\-ND>pQiDVag&YFj2?@V6Jb*:J-`qXQ0e@(pot*ik[%bZA!H?+q^P1kZnr(-gM?&.Ra4jXs4'T*X$!I?QSp9;.e-qR2YaK\3RW':1)0n_r'IX'K4?L0O2qMfnidDau]K&8t&N@a'R55)4S4?ZbiE&N#kIdPNf`6anoT?+TF,I:;^%nJg/A+I]@SYmbn:VmdWIRQ0Y(c7cGE'T!Aihe75A_L\ToG4NftAZ=BIY;qL%-1CEQaY^l37Wl<p)7</&G[oD/18r+PkR_Ob'&K.?=b.kIJ`[\BOF<%h<:4W6s-d$8)a8.W!3'Iakm)3f#pcrMVGTu7I@?7'Fh(d^NiE/Yqc0S+$-XsG?G!KnlFsSsE'cS@Jju!O.!AVH==*?ajg1fE]pe*c*MMS@?87CIFucYJ/7[Ut$oV),WIbFMiML9cQd[AYBjJ/.0\4CW-'"`^X6W>V`)k;R;3GM,^cC-$^"+I7\b)O=3,R-;'s/kHL;ADZ,_FlRXq&f4GgRN]'ehee"Qa_;Tr^#dQ!6oGbc6JmMpq<Uk?[!'jf1qOB57s]9Js3gb"F#7n@YmbS?*U:8^r]P0_/sM=*RSD&CO2`LEgdC."p`q_Y44In-4lKL.&/Ck.iB8&1PNH&1UEa[4(<D<^jo&WD+'%Eeu1Pcco%0<Nhj'UL;P[I7&U0FLnB44i&io1s6.^GW9F*rpC//)NJk2'*Ksl/MlP<2*':UckPKpO6lV!1VJfNT,IMie@Y+Fc4?A5_sV14@USc7XMgm=*MbA\q_4;5!#"Wr5mo%e,0RMBY?3Btf%k46Ss=HcbD&9c56B),;btBq!!?#9!BdSM0jEMJb!tG[feTcO&$tT\l$d*k1,oSNbY[YPRuoNs,O=u3L'D>3*76g%3[&XVM"'&`]AL@%=BWcJF"9SF&m.fX5L);#Mb(YUBu:>*&Kg7H^&EGBDq>7*gh_oN2=q1$atC8/3<)G"M4ls/%I?D.-VJ1?@X/kCf9b*h5`&8?&EZZTlk==E4K>$h1BW+9R@YXD"ciErBg5`(K=MO!nl#Rh>$1i\O$&45o,6hArOd&V]]uT$V]__"$@JIKl>sLLC.j$9$N(Zf2LVV=Rj+Zn(==g_1uJ*AII6kQi$^4+~>
Gat=,a`?,q&A@B[GdOMfQls3s[k*Q_;jka:eQbRbTHm'=720SkOe&[O@j;m)ALVWA0tRa62]d;,]BSD=A*=)Tptg*Mn\q->`:qgrlM9q1HC<^1bU6hhHIL%6n)EZhrPPIU*@*)H\[^P*?,#"Q?!2(tpT?09r6kK"S,O]Kcr_`9UddpB1)_R?+7$pas-G[H,L7aR+H7C4$Rgg@W@Mq2nYNE1^R*^.,r-_bZ\([l%e])K0Ba*qK;`!`T-"Es<;H71Ei*E%?M@_Qbh$SCNs9*?"%o:I<-kO.*r-/lY,Rcd6=HmJ6q;q*5)K2*$(2Q?$Y#hQ,"^j$/F,`3nSO%`o;:TLbmRjrgI5&d3Smlf4%+3K(=8D;-).e+(in0V(#E,57(%0p/21R:[N4T"`Bagi:CH2Fc<4;=OO0N*gobD%"64S4\N/P<dkrT%d*F6$?q2jqn2$6(WN5$6F[IGW]4$"6,>LfI\0A9j^2f,TG]OknBs(N<WBcha!OpP"'1?OS,V8M6P,)dl_<#seg)FOO]CRB!(G<hF[`AtB7Ra7_6boMICUc<qI%@p>^++>#!/4e4]fKeM,'HH_M6g%HUK$PC@s8Ui-[*\VoF7TSD],TA+O_M-:YkP"/s$sG2"AfI!QY@$!`Ic^J7Kog)b5_fK*.LI6u)>h5lB;ID7SLcG([Xd;dBJZLm6&A.:GMS;@L%;$#-$@SYZhu#5`CAi,D)p8TPY-g6cf%q+HVJ)b4q`?)"0dF/RH*H!qkl`_8c9K.@'$/!'Lj0G1%JZN6krKR,`K6/eJ\9@-@[%T3iF7Fs]:\[cuhQS#2+oaRFg]dZr1,XkdO7KWR^W\OnoZc&uGl:_Y:lH=pk(qgntQ.s>r?d3jP%f)ul2`YFH,=$!r3<Bk$h@$,p9=6Eia/_/:_<?,,@K9JukX3UH+F5@,Bto<o#mM6n+[\Rb^)]m7`Y@OGi6<]T6:e*GDqPc#n@u6im_ddT2kTQQSQ(e,_L>8ilq!,)06Q$O)uf@"'=qQ;i*q8t*OC[MO.u((S"[<2%?`_DMndLQ"`+XA1Ps)3p(0VZO`%_Qdf(TqZut9ec/)?siJYEeV%Y#\XMi'=M$1Jp>'dSlN6?2+4F47bJ+2i]d_5&8-pimGd*(V!L#e.e*[-^.=R7lHbeVTMbWqM4lYBjpgiiH^2Bdn=l>eFChT^&*6U2<?rP84hQB!.$U?EQ`WE)"J[)#LdGsPT5[a/`L@X6)-]Q>ogYc1J_DG*GN'4p!%G)m'sE!b7=)E37L8+s%"&sPZQ$7Ep/`E"I42hun.X2bYk2`H9:0uW^t\AeXa>9q[r-'UMdaBlI5Xt<.DJ`C#cb[CfO.ZUZ;fbJYe=Wobu*,dn`8n\pNU9:SZp3ZUK.=&,Z\NiYu\Xl\-A!gBlX"hd7GU!<E.QLK_G:D;]/S]8D-*Pm/.g':`S6Ou4W``V'U*@='`efj0$O4n-@eX&iaQCpaMVtj6K2f4LS/MD1(6]%#=h-RY,N)^KW'nGF"ETdU7>.th#ZkmqV),.rL<`NB/"Us5K9rVgTq8AD`%ol]4pWghhM131/Z3+'Y`5>g,_V:m9=gT/FTir%'QH)FB7N<^c7=9LJ-Kr=0PX/.NbT%4E!2:Y9F[]Te52'tY%:Ti%$fO'OY<&WZLD*>PumXY;)SJ6/XA=@BLeqH)VGcDi^'o0:kOOek3d+OUScum=3i"6d;#((B:%[Y[mO)MF$Hs;/Pbq!@XVkTqbZaiRl]GBDYC]7iB)V4f<Q$M`cdGu0K$a!ScVHUV1KIX9L4tc:0t2'OKH.NN]\fWg8BpDo1,H6B^2Sl#[lQsc@?/N-V!4bZYW$iPV!!\i;gJ2T'dpp/;'-O`XIRPl\qVo)H1Q<AnYk$bRpseW"W'qM[5AlWVu\hkK6[<Qtm;VPe^J.rcuq;=@<4f:E,mVNqbFIlh0_)I(Mjmi+?I5W1c_3<d)m@_YMNp:(5;8+(,m?3DE+U(X(iH\\>^W"\O.`J1tWaAB7]31S,])1BW+9R@YXD"ciE^8I''a_-@6Kq0;s?XXo"?_s@maFNo,=5JAs.??K<"/;U7$!oIXVqR]uh[3`S-"b)@nQG-@U9bC9FMeJJ@RNHp6^2X#Pr"ptm~>
endstream
endobj
6 0 obj
@ -30,10 +30,10 @@ endobj
8 0 obj
<< /Type /Annot
/Subtype /Link
/Rect [ 300.968 453.893 440.304 445.893 ]
/Rect [ 300.968 453.893 401.432 445.893 ]
/C [ 0 0 0 ]
/Border [ 0 0 0 ]
/A << /URI (http://qgis.sourceforge.net/docs/install.html)
/A << /URI (http://qgis.org/docs/install.html)
/S /URI >>
/H /I
>>
@ -207,10 +207,10 @@ endobj
>>
endobj
29 0 obj
<< /Length 1890 /Filter [ /ASCII85Decode /FlateDecode ]
<< /Length 1893 /Filter [ /ASCII85Decode /FlateDecode ]
>>
stream
Gatm<hf%7-&:X@\TuRY!BosScH,(KL[)k)1>LIa,__qp`9e4(k;:U`)q<rM?:Eh72:7;Y]&`"i*mWcD5mc:jXg#>nSPS)eWm:O)!bc'^B5O'hK^d>k.k]:[Mp\oP]^&,X8#GE8[&-Ud8;a3eh8@Ii#^/=\Y:#$Q8VG)p%`R8KHkKdhV3FD`4k!Id&;iXmBVHN%*l_[_[Fe*F$=n^pjg<*T:7_Z"rm866#H`LLC5mip2pHcB:GQ%X:EZ1)e%Dr_eh\:boCZ;'o0J,:d[0q*HY[eab$RjU!_jLlqWQ#*"l]IL5OIL@doSi'@dfj]$CpZdEZ?uDuMl',<AA[7m+B_6;+3=9U0s)P[X]jB$7(_B:.dC!p_uQ.(1kPY:hA;UX&To`ZQU>AsG'lURh@<]@=VU_'-Hl0[Ml%s?qkpH3G.Y_ARP11pU8;PWP)(67i`KEB#U=o^qi.W@Um-)4*sOU^L`4)Q':D9Vm`.^(2lD?Rq8^E\6NcjTmRYqok=>1:6po?3%mif@PfDcNGT^&%X<Z8hd_e0YS<C*@XrX?!kPc0t%'"qiA>%J@M]bLuJ/g:/;b7e@kSO<KUI\WlBBNs3)S'\jGeu^A5_J\3F>Zk4Nl?\GYo>IXHPn&U8D[\=.E3'Yk"DQo)\tm83U8)'V<2L/n0fWJL5%D;ErE]Fec<HdQCrE`q-oRpmoQjA1Pd$K1kHe#5@)O\W)'o/4l1%I\)j-,V=a1g\$NOo*>O(H=V6b2%o5Zk.-3)[C'WjAd^%613?#i<3Z`h1n=]^4Rp5\Z&K3)+![;)Tfo%NH8/^DD+sA;Ll9X#7#`RM\/]=V.#/7d^^2jnQ-%h-b1r-fAp+mgYTCq$;D#pMSOQRTCo_j7"6(1k4e2OoY_c%h6Bn1.2eEH%ORunkP\F=kY`A%a.]2p?9'`@4<Ro-r6fH:qT"GUm<gLP/,TiSIjdQ=:U_LL4OHcb]Sh&Sd3Jt-cR;2VehYZigTbjMV\$oBbm.!cn&,Slcn^T)UY=Uqk:^I'+S?n7?&$O2at,^aSO]1>2p@!EI,p#_SGicUa<F5/m#K.VB/_eG^jG$-oS$?"0%!Uo='mHWO#-R7p0>X);q2?FB.=r<7r'.`F+UjoS'FY+`<H`O]&`p$h<_rO%pZ^'1gk/r"9dW21mhWXMcA]YrRViG;qI^eV-!/lq,I=UuM:g"6DojIGC]/h,mN,'hO=[K)9<?]P'`'RuOYu'#C*nQHAF)(Bd0FE3d'3u`2/eIYfN1>au6LB[fe)UFlO_\5jSHZSAT5Hc-#ph)go)G"ojJed\kI(e#.1?^;R^B(591a!Xb>)W:H?=PiW;RbI;GG`4K5lL^:oY_jNtZV,5^:+)_."Ki2?n?>rc`B@Ah^8RbZWF+)q^n!\%sa1&LuH!)iUiU>8n"2@@(<(CG;Z0T5H?A01iBYs'p]GI<f[^@>oBKjAcZOQ(-0Bh#,D+L'?L[K\sE)?"*06dDIt.f6VO,l&.)C.$J9Jd9gQ8kcZcVFEuKaRE?1G)S'[cKfJ%bZn'\`2D:%dPoCradh9g&.\DO5rihsH2cX]H\%GjJM_lk[)FulieD18PfB]aA#.Gs`%YG9Ueq`%P;R(DQUSn)B[Bd?thk_e1W@#h%8.-L]H`q:.!=K,XK,f_:j?7g5-3MIFLAm8qka'U5_d=tKGH*)N'#$LB8b.&!QulqV\of>ZmED8]@&tQ28LWTY.XK.[<m1"D.T&Q[@["QkEZ+rV]a/?\NU^'r]LfUMX7,"1o]T;=DVYh&:tcZ[QN*)_"p2-&E;2p6R\]F%=[J<T_Ogfk\613-fF%"%?k%cCF="^HnWL^[JD[RTdV:C6nPlC-6Z$rD`<8%2o6kMPO6NN@7f4O4mc*mNUp4u(dqGFR?!4J7AGJZ3Xj<gC!3.h3Y5~>
Gatm<>Ar7S'Roe[csm=!Zq-=B4CA\6g12)T/SVkQ@2fEkQ5*i6W9Vefs*dJt&MLHVV!/EndeUh&iSh>pDca9aV=5lX^:2h@HnV$fc\FaM/UbE$_+<d2Dmf?=Hum!u_4(\'+E7qqgj@L4,VG0rfD0e=Md;X[+6lRcQ&U]5onY5lOa_AcqYA?hPchG5XaJ@`gdTe2,PULNgT:#Eao/S@RUe4[D-^t=.f.n(rA&CkYU"U8dabu$&&?A&8<u(@6eHcjQEk7]MtYH'kX%0[d/1_TPs6gm>W31+0(^Dn(YGfZ;X-$jA@naP7.8jdJKn_N-L&tHiEIDX3\/VbKbKJW+^p!JkOZ`qH'iebJXM@4_&HN8R4O-p/nJUMjQh,!k/iZ4HZ?UGOmVH("n;g\A77u*kkC5kjZb?N\m"HmlDED)(ACt:E-@,-U1m=GJe3fLV(!UI"IAF6Z>S)?\\%g5`J>aJ"G]NY<Z6!C-:4>p,0KO"j*q6s`'_+3]&C=^,%jG',]38uKF*C_34TUOM)?jMPNl!.@2oPJ8N:P<p<oIPIk%Q/WgmR48?4N__&P00k(j&l3cP2mNWCgrb1),FFH1V-aD@&j-PQsqBTOA<?-*bo@klqpmrUsFDoN&)Jp3<&.V$V#j\%3L)AZo_3U]nd$I.$+_kWSq)Oc?<QKdk'[0HE>[KsE"mh_bgHG>nsSq6&aV%N@0iU(B78q"QFkjb6ihN`0M<Jboa]:HW@.BiMF`eo9LIX'9kAX2VfYI7@nVd1'!-V+-\(Rt`'3'8U=2KMA1.7,7f5sRj)$@D=%*%=7F7O5np=?WTd!fh94Y(\j#_n``_f68j!]gU>:JHiWNfR>ZOqlK6ED$r%_K03e^U$_S!$aQLETY;`,0g(_S0F\SRNZ+HNE?d5L&Jq$7U,Z`cY^9C89u3I)]GZFOl$G]I8-g*M.IVkr1PK#KH:mUi!"/bA]mC'0e8\"*MBM%C5"\]H$b-@McZ&V96)Rk#`H,s?'TlL*4T?lM?*g'N*hM)J#I*;\ZiqJl!YW6"O1cp6=tn_>j,3ZoNd)R#>)pg*-eK_`HoTALg+DV;>/BSd,2dm?\m<"]ra\PWS#c9EBafQFYp)Ztrko.j+rS+q@9jJ4eq;Pj]]8Xf#X/"LDmg53fKrd18Re+9=C5$QRF:.+SPrau>/+9aQ%MLrU;=Z\*2otD[X,1SQ!GCBdc27o=I,$u.p43!5@Pe17kCI$V8q\-d@=B'0oSH5n;/b/5Sj]\4\!^bHQi,pQE,"T9$+IjU<Wg?N))AR[Y0eY@IjG!Cm%^ldJL?df,4u,es`\C>>%LsT?C!l\U8L8grTF82H!?%S:bg5`DEQY2N/;k8Uu'%35K&G=uJEb^]&Ft2J+YD7*Jdj$ldin^:1p4&J6MFlPkd5i*.-/j'a$9YA5hi\5,%#`g7rQZN%2G%(<gW_(\@U@e-N'o1EW%*1=RP_6<nJO79l1hA>=i-^4oWcSbAAWG6QWdL\OdCg(,o1o[WlRT,Q$TQ4228S',HlR^)=:XcpJmVNlS^d-K$`[8/t"a*jH:W,a&E"1U3FlP/9(9X4).W72H1Y5g6RZ9;)=]`j,DePk40t8=2iIpQk(/%plWN'1((&U4E+5&3@._h:2j)A)QHX0te=K%?%67Nb5pZUG$J2'8BqE!'O/0cm(-eA&SfiFRFY,Z2&MJ`E^1hNi#1F>(ubb9i#/0^$E.,s82#/^nNAbZLu9&7bEj:A;]##Hna#YG\gnOFui9fNuj:#\/AkZ+*hh>8`/m<_0$/g>lF#"Cu=UanUlWPYQD#sDu/NrUcA=f7,((#"#MOpQ$i.u'>\9*RJ/EW@U6-0@O[:K<]E1e-&'9Me)2hrfajQu+<eaA5C`+2"&1'R$WK+@YpsCPtsQV#$6jX]s>*%CJ>=~>
endstream
endobj
30 0 obj
@ -529,76 +529,76 @@ endobj
xref
0 71
0000000000 65535 f
0000019920 00000 n
0000020013 00000 n
0000020105 00000 n
0000019911 00000 n
0000020004 00000 n
0000020096 00000 n
0000000015 00000 n
0000000071 00000 n
0000002261 00000 n
0000002381 00000 n
0000002419 00000 n
0000002617 00000 n
0000020284 00000 n
0000002755 00000 n
0000002934 00000 n
0000005098 00000 n
0000005221 00000 n
0000005248 00000 n
0000005429 00000 n
0000007754 00000 n
0000007877 00000 n
0000007918 00000 n
0000008102 00000 n
0000008291 00000 n
0000008476 00000 n
0000011225 00000 n
0000011348 00000 n
0000011382 00000 n
0000011565 00000 n
0000011752 00000 n
0000013867 00000 n
0000013975 00000 n
0000015958 00000 n
0000016081 00000 n
0000016108 00000 n
0000020350 00000 n
0000020401 00000 n
0000016285 00000 n
0000020466 00000 n
0000016449 00000 n
0000020531 00000 n
0000016615 00000 n
0000020596 00000 n
0000016745 00000 n
0000016893 00000 n
0000020661 00000 n
0000017046 00000 n
0000020726 00000 n
0000017164 00000 n
0000020791 00000 n
0000017373 00000 n
0000020857 00000 n
0000017563 00000 n
0000020923 00000 n
0000017814 00000 n
0000020988 00000 n
0000017938 00000 n
0000021054 00000 n
0000018088 00000 n
0000021118 00000 n
0000018274 00000 n
0000021184 00000 n
0000018527 00000 n
0000018800 00000 n
0000018913 00000 n
0000019023 00000 n
0000019138 00000 n
0000019249 00000 n
0000019357 00000 n
0000019477 00000 n
0000019589 00000 n
0000019695 00000 n
0000019811 00000 n
0000002605 00000 n
0000020275 00000 n
0000002743 00000 n
0000002922 00000 n
0000005086 00000 n
0000005209 00000 n
0000005236 00000 n
0000005417 00000 n
0000007742 00000 n
0000007865 00000 n
0000007906 00000 n
0000008090 00000 n
0000008279 00000 n
0000008464 00000 n
0000011213 00000 n
0000011336 00000 n
0000011370 00000 n
0000011553 00000 n
0000011740 00000 n
0000013855 00000 n
0000013963 00000 n
0000015949 00000 n
0000016072 00000 n
0000016099 00000 n
0000020341 00000 n
0000020392 00000 n
0000016276 00000 n
0000020457 00000 n
0000016440 00000 n
0000020522 00000 n
0000016606 00000 n
0000020587 00000 n
0000016736 00000 n
0000016884 00000 n
0000020652 00000 n
0000017037 00000 n
0000020717 00000 n
0000017155 00000 n
0000020782 00000 n
0000017364 00000 n
0000020848 00000 n
0000017554 00000 n
0000020914 00000 n
0000017805 00000 n
0000020979 00000 n
0000017929 00000 n
0000021045 00000 n
0000018079 00000 n
0000021109 00000 n
0000018265 00000 n
0000021175 00000 n
0000018518 00000 n
0000018791 00000 n
0000018904 00000 n
0000019014 00000 n
0000019129 00000 n
0000019240 00000 n
0000019348 00000 n
0000019468 00000 n
0000019580 00000 n
0000019686 00000 n
0000019802 00000 n
trailer
<<
/Size 71
@ -606,5 +606,5 @@ trailer
/Info 4 0 R
>>
startxref
21250
21241
%%EOF

@ -16,7 +16,7 @@
<!--================= end Group Logo ==================-->
<!--================= start Project Logo ==================--><td align="center" bgcolor="#FFFFFF">
<div class="headerlogo">
<a href="http://qgis.org/"><img border="0" class="logoImage" alt="QGIS" src="images/project.png"></a>
<a href="http://qgis.org/"><img border="0" class="logoImage" alt="QGIS" src="images/project-logo.gif"></a>
</div>
</td>
<!--================= end Project Logo ==================-->
@ -45,7 +45,7 @@
<tr>
<td align="right" bgcolor="#a5b6c6" colspan="4"><img width="1" height="10" alt="" src="skin/images/spacer.gif"><span class="datenote"><script type="text/javascript" language="JavaScript"><!--
//document.write("Published: " + document.lastModified);
document.write("-- QGIS Version 0.1 Moroz --");
document.write("-- QGIS Version 0.2 Pumpkin --");
// --></script></span></td>
</tr>
</table>
@ -73,8 +73,14 @@
<!--================= end left top NavBar ==================--><td bgcolor="#a5b6c6"><img width="1" height="1" alt="" src="skin/images/spacer.gif" class="spacer"></td><td valign="bottom" bgcolor="#F7F7F7"><img width="10" height="10" alt="" src="skin/images/spacer.gif" class="spacer"></td><td nowrap="nowrap" valign="top" bgcolor="#F7F7F7">
<!--================= start Menu items ==================-->
<div class="menu">
<div onclick="SwitchMenu('_selected_1B')" id="_selected_1BTitle" class="menutitle">Documentation</div>
<div id="_selected_1B" class="selectedmenuitemgroup">
<div onclick="SwitchMenu('About1B')" id="About1BTitle" class="menutitle">About</div>
<div id="About1B" class="menuitemgroup">
<div class="menuitem">
<a href="index.html">QGIS</a>
</div>
</div>
<div onclick="SwitchMenu('_selected_2B')" id="_selected_2BTitle" class="menutitle">Documentation</div>
<div id="_selected_2B" class="selectedmenuitemgroup">
<div class="menuitem">
<a href="install.html">Installation</a>
</div>
@ -155,8 +161,8 @@
PDF</a></td>
</tr>
</table>
<h3>Version 0.1 (Moroz)</h3>
<h3>Version 0.2 (Pumpkin)</h3>
<a name="N1001E"></a><a name="Introduction"></a>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tbody>
@ -171,21 +177,21 @@
</tbody>
</table>
<div class="section">
<p>Quantum GIS (QGIS) is designed to be a Geographic Information System (GIS)
built for Linux/Unix. QGIS currently offers basic support for vector, raster, and database formats.</p>
<div class="frame note">
<div class="label">Note</div>
<div class="content">The latest version of this document can always be found at <a href="http://qgis.sourceforge.net/docs/userguide.html">http://qgis.sourceforge.net/docs/userguide.html
<div class="content">The latest version of this document can always be found at <a href="http://qgis.org/docs/userguide.html">http://qgis.org/docs/userguide.html
</a>
</div>
</div>
</div>
<a name="N1002E"></a><a name="Current+Features"></a>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tbody>
@ -200,39 +206,39 @@ built for Linux/Unix. QGIS currently offers basic support for vector, raster, an
</tbody>
</table>
<div class="section">
<ul>
<li>Support for spatially enabled PostgreSQL tables using PostGIS</li>
<li>Support for ESRI shapefiles and other vector formats support by the OGR library</li>
<li>Identify features</li>
<li>Display attribute table</li>
<li>Select features</li>
<li>Persistent selections</li>
<li>Save projects</li>
<li>Support for raster formats supported by the GDAL library</li>
<li>Change vector symbology (single, graduated, and continuous)</li>
<li>Display raster data such as digital elevation models, aerial photography or
landsat imagery</li>
landsat imagery</li>
<li>Change raster symbology (grayscale, pseudocolor and multiband RGB)</li>
<li>Export to Mapserver map file</li>
</ul>
</div>
<a name="N1005C"></a><a name="Getting+Started"></a>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tbody>
@ -247,12 +253,12 @@ built for Linux/Unix. QGIS currently offers basic support for vector, raster, an
</tbody>
</table>
<div class="section">
<p>This section gives you a quick overview of running QGIS and examining data
available on the QGIS web page.
</p>
available on the QGIS web page.
</p>
<a name="N10065"></a><a name="Installation"></a>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
@ -267,8 +273,8 @@ built for Linux/Unix. QGIS currently offers basic support for vector, raster, an
</tbody>
</table>
<p>Installation of QGIS is documented in the <a href="install.html">Installation Guide</a>.
</p>
</p>
<a name="N10073"></a><a name="Sample+Data"></a>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
@ -283,10 +289,10 @@ built for Linux/Unix. QGIS currently offers basic support for vector, raster, an
</tbody>
</table>
<p>If you do not have any GIS data, you can obtain a dataset for Alaska (which will be used as the
basis for the examples and screenshots provided in this document) from the
<a href="http://qgis.sourceforge.net/qgis_sample_data.tar.gz">the QGIS web site</a>
basis for the examples and screenshots provided in this document) from the
<a href="http://qgis.sourceforge.net/qgis_sample_data.tar.gz">the QGIS web site</a>
</p>
<a name="N10080"></a><a name="Starting+QGIS"></a>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
@ -301,13 +307,13 @@ built for Linux/Unix. QGIS currently offers basic support for vector, raster, an
</tbody>
</table>
<p>
Assuming the QGIS is installed in the PATH, you can start QGIS by typing:
<span class="codefrag">qgis</span>.</p>
Assuming the QGIS is installed in the PATH, you can start QGIS by typing:
<span class="codefrag">qgis</span>.</p>
<p>
In addition, you can start QGIS by specifying one or more datafiles on the commandline. For example,
assuming you are in your data directory, you could start QGIS with two shapefiles and a raster file set to
load on startup:
</p>
In addition, you can start QGIS by specifying one or more datafiles on the commandline. For example,
assuming you are in your data directory, you could start QGIS with two shapefiles and a raster file set to
load on startup:
</p>
<p>
<span class="codefrag">qgis ak_shade.tif alaska.shp majrivers.shp </span>
</p>
@ -316,9 +322,9 @@ built for Linux/Unix. QGIS currently offers basic support for vector, raster, an
<div class="frame note">
<div class="label">Note</div>
<div class="content">Your window decorations (title bar, etc.) may appear different depending on your operating system
and window manager</div>
and window manager</div>
</div>
<a name="N1009C"></a><a name="The+QGIS+main+window"></a>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
@ -333,188 +339,188 @@ built for Linux/Unix. QGIS currently offers basic support for vector, raster, an
</tbody>
</table>
<p>
When QGIS starts, an empty window is displayed as shown below.
<img alt="QGIS Main Window" src="images/qgis_mainwindow01.png">
</p>
When QGIS starts, an empty window is displayed as shown below.
<img alt="QGIS Main Window" src="images/qgis_mainwindow01.png">
</p>
<p>The QGIS main window is divided into five areas:</p>
<ol>
<li>The menu bar</li>
<li>The tool bar</li>
<li>The map legend</li>
<li>The map view</li>
<li>The status bar</li>
</ol>
<p>These five parts of the main QGIS are described in more detail in the following sections</p>
<a name="N100C1"></a><a name="The+QGIS+menu+bar"></a>
<h4>The QGIS menu bar</h4>
<p>The menu bar provides access to various QGIS features using a standard windows
heirachical menu.</p>
heirachical menu.</p>
<p>The File Menu:</p>
<ul>
<li>
<img alt="Open Project" src="images/open.png"> - Open a previously saved project.</li>
<li>
<img alt="Save Project" src="images/filesave.png"> - Save the current project.</li>
<li>
<img alt="Save Project As" src="images/filesaveas.png"> - Save project under a new file name.</li>
<li>
<img alt="Export to mapserver" src="images/mapserver.png"> - Export your current project as a mapserver
map file. Note that not all mapserver features are available in the exported mapfile.</li>
map file. Note that not all mapserver features are available in the exported mapfile.</li>
<li>
<img alt="Exit" src="images/exit.png"> - Exit the QGIS application.</li>
<img alt="Exit" src="images/exit.png"> - Exit the QGIS application.</li>
</ul>
<p>The View Menu:</p>
<ul>
<li>
<img alt="Add Postgis Layer(s)" src="images/gis_add_pg_layer.png"> - Add one or more layers
stored in a PostgreSQL/Postgis geodatabase to the map view.</li>
stored in a PostgreSQL/Postgis geodatabase to the map view.</li>
<li>
<img alt="Add Vector Layer(s)" src="images/gis_add_vector_layer.png"> - Add one or more layers
stored on disk as shapefiles to the map view.</li>
stored on disk as shapefiles to the map view.</li>
<li>
<img alt="Add Raster Layers" src="images/gis_add_raster_layer.png"> - Add one or more raster layers
to the map view. </li>
to the map view. </li>
</ul>
<p>The Tools Menu:</p>
<ul>
<ul>
<li>
<img alt="Plugin Manager" src="images/connect_no.png"> - This opens a dialog
that allows you to manage (load and unload) which plugins are used in QGIS.</li>
that allows you to manage (load and unload) which plugins are used in QGIS.</li>
<li>
<img alt="Check Version" src="images/checkversion.png"> - This option connects
over the internet to the QGIS server to find out what the latest available version is. No
personal data is sent to the QGIS server.</li>
over the internet to the QGIS server to find out what the latest available version is. No
personal data is sent to the QGIS server.</li>
<li>
<img alt="Preferences" src="images/configure.png"> - Global configuration options
for the QGIS application.</li>
for the QGIS application.</li>
</ul>
<p>The Help Menu:</p>
<ul>
<ul>
<li>
<img alt="Contents" src="images/contents.png"> - This opens the help documentation
you are reading right now!.</li>
you are reading right now!.</li>
<li>
<img alt="QGIS Home" src="images/package_network.png"> - Clicking this menu option will
take you to the QGIS internet home page using your preferred browser.</li>
take you to the QGIS internet home page using your preferred browser.</li>
<li>
<img alt="SourceForge Home" src="images/sf.png"> - This will take you to the Sourceforge.net
project page for QGIS. </li>
project page for QGIS. </li>
<li>
<img alt="About" src="images/icon_small.png"> - Click here to find out some useful information
about the current version of QGIS you are using. If you want to frighten yourself silly, take a
look at the Contributors tab to see all the hardworking elves behind the QGIS effort. </li>
about the current version of QGIS you are using. If you want to frighten yourself silly, take a
look at the Contributors tab to see all the hardworking elves behind the QGIS effort. </li>
</ul>
<a name="N1013D"></a><a name="The+QGIS+toolbars"></a>
<h4>The QGIS toolbars</h4>
<p>QGIS has toolbars that provide quick access to commonly used functions. These are:</p>
<ul>
<li>
<img alt="New Project" src="images/filenew.png"> - Start a new QGIS project. If you
already have a project ope, you will be asked if you would like to save the existing one first.</li>
already have a project ope, you will be asked if you would like to save the existing one first.</li>
<li>
<img alt="Open Project" src="images/open.png"> - Open a previously saved project.</li>
<li>
<img alt="Save Project" src="images/filesave.png"> - Save the current project.</li>
<li>
<img alt="Save Project As" src="images/filesaveas.png"> - Save project under a new file name.</li>
<li>
<img alt="Add Postgis Layer(s)" src="images/gis_add_pg_layer.png"> - Add one or more layers
stored in a PostgreSQL/Postgis geodatabase to the map view.</li>
stored in a PostgreSQL/Postgis geodatabase to the map view.</li>
<li>
<img alt="Add Vector Layer(s)" src="images/gis_add_vector_layer.png"> - Add one or more layers
stored on disk as shapefiles to the map view.</li>
stored on disk as shapefiles to the map view.</li>
<li>
<img alt="Add Raster Layers" src="images/gis_add_raster_layer.png"> - Add one or more raster layers
to the map view. </li>
to the map view. </li>
<li>
<img alt="Reload" src="images/reload20x20.png"> - Reload the current map view (refreshes display)</li>
<li>
<img alt="Zoom In" src="images/zoomin.png"> - Zoom in the map display by dragging a rectangle</li>
<li>
<img alt="Zoom Out" src="images/viewmag-.png"> - Zoom out of the map display by dragging a rectangle.
Dragging a small rectangle will zoom out a long way, dragging a large rectangle will zoom out a little way.</li>
Dragging a small rectangle will zoom out a long way, dragging a large rectangle will zoom out a little way.</li>
<li>
<img alt="Zoom Full Extent" src="images/gis_view_all.png"> - Zoom out until all features in all map layers
are visible.</li>
are visible.</li>
<li>
<img alt="Zoom to Selected" src="images/gis_zoom_to_selected.png"> - Zoom to fit all selected features in the
map view.</li>
map view.</li>
<li>
<img alt="Pan" src="images/gis_pan.png"> - Pan in the map display area.</li>
<li>
<img alt="Zoom to Previous" src="images/back20x20.png"> - Zoom to last extents.</li>
<li>
<img alt="Identify" src="images/gis_identify.png"> - Show information about a feature (applies only to vector data).</li>
<li>
<img alt="Select Features" src="images/select_features.png"> - Select features in the map display (applies only to vector data).</li>
<li>
<img alt="Show Attributes" src="images/table.png"> - Show the attribute table for the selected layer (applies only to vector data).</li>
<img alt="Show Attributes" src="images/table.png"> - Show the attribute table for the selected layer (applies only to vector data).</li>
</ul>
<a name="N101B0"></a><a name="The+QGIS+map+legend"></a>
<h4>The QGIS map legend</h4>
<p>The map legend area is used to set the visibility and z-ordering of layers.
Z-ordering means that layers listed nearer the top of the legend are drawn over
layers listed lower down in the legend. The checkbox in each legend entry can be useed
to show/hire that layer.</p>
Z-ordering means that layers listed nearer the top of the legend are drawn over
layers listed lower down in the legend. The checkbox in each legend entry can be useed
to show/hire that layer.</p>
<a name="N101BA"></a><a name="The+QGIS+map+view"></a>
<h4>The QGIS map view</h4>
<p>This is the 'business end' of QGIS - maps are displayed in this area! The map
displayed in this window will depend on the vector and raster layers you have chosen
to load (see sections that follow for more info on this). The map view can be panned (shifting
to focus of the map display to another region), zoomed in and out, and supports various other
actions as described in the toolbar description above.</p>
displayed in this window will depend on the vector and raster layers you have chosen
to load (see sections that follow for more info on this). The map view can be panned (shifting
to focus of the map display to another region), zoomed in and out, and supports various other
actions as described in the toolbar description above.</p>
<p>The map view and the legend are tightly bound to each other - the maps in view
reflect changes you make in the legend area.</p>
reflect changes you make in the legend area.</p>
<a name="N101C7"></a><a name="The+QGIS+map+status+bar"></a>
<h4>The QGIS map status bar</h4>
<p>The status bar shows you your current position in map coordinate (e.g. meters or decimal
degress) as the mouse pointer is moved accross the map view. </p>
degress) as the mouse pointer is moved accross the map view. </p>
</div>
<a name="N101D3"></a><a name="Working+with+vector+data"></a>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tbody>
@ -529,8 +535,8 @@ built for Linux/Unix. QGIS currently offers basic support for vector, raster, an
</tbody>
</table>
<div class="section">
<a name="N101D9"></a><a name="Loading+vector+data"></a>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
@ -545,20 +551,20 @@ built for Linux/Unix. QGIS currently offers basic support for vector, raster, an
</tbody>
</table>
<p>To load one or more shapefiles, click on the Add Layer button
<img alt="Add Layer" src="images/gis_add_vector_layer.png">. </p>
<img alt="Add Layer" src="images/gis_add_vector_layer.png">. </p>
<p>The <em>Select one or more layers to add</em> dialog box will be displayed.
<img alt="Select layers" src="images/add_layer_dialog.png"></p>
<img alt="Select layers" src="images/add_layer_dialog.png"></p>
<p>Navigate to the directory where the shapefiles reside. Select one or
more files and click ok to load them.</p>
more files and click ok to load them.</p>
<p>When QGIS loads a layer, it assigns a random color to it as shown
below.</p>
below.</p>
<p>
<img alt="Shapefiles loaded into QGIS" src="images/loaded_shapefiles.png">
</p>
</p>
<p>
Obviously QGIS's choice of colors is not very pleasing in this case.
</p>
Obviously QGIS's choice of colors is not very pleasing in this case.
</p>
<a name="N101FF"></a><a name="Changing+Symbology"></a>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
@ -573,37 +579,37 @@ built for Linux/Unix. QGIS currently offers basic support for vector, raster, an
</tbody>
</table>
<p>
To make the layer more appealing, open the Layer Properties
dialog by right-clicking on a layer name
in the table of contents (left side of the QGIS window) and
selecting <em>Properties</em>.
</p>
To make the layer more appealing, open the Layer Properties
dialog by right-clicking on a layer name
in the table of contents (left side of the QGIS window) and
selecting <em>Properties</em>.
</p>
<p>If you like, change the display name of the layer by editing
the <em>Display name</em> field.</p>
the <em>Display name</em> field.</p>
<p>
<img alt="Layer Properties" src="images/qgis_vector_layer_properties.png">
</p>
</p>
<p>Click on the <em>Legend</em>
tab to display the current symbols used for the layer</p>
tab to display the current symbols used for the layer</p>
<p>
<img alt="Display name" src="images/qgis_vector_layer_properties1.png"></p>
<p>Click on the <em>Outline color</em> and <em>Fill color</em>
and select a new color from the color chooser. You can also change the
line width if desired.</p>
and select a new color from the color chooser. You can also change the
line width if desired.</p>
<p>
<img alt="Changing colors" src="images/qgis_vector_layer_properties2.png">
</p>
</p>
<p>After making the changes, click Ok to apply the changes to
the layer. Note that the alaska layer has been renamed to Alaska and the
color has been changed to a light green:</p>
the layer. Note that the alaska layer has been renamed to Alaska and the
color has been changed to a light green:</p>
<p>
<img alt="Changing colors" src="images/qgis_vector_layer_properties3.png">
</p>
</p>
<a name="N1023F"></a><a name="Identifying+a+Feature"></a>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
@ -618,12 +624,12 @@ built for Linux/Unix. QGIS currently offers basic support for vector, raster, an
</tbody>
</table>
<p>QGIS provides a useful tool (<img alt="Identify" src="images/gis_identify.png"> - the 'identify' tool) that allows you to click on a vector feature (
point, line or polygon) and view information about that feautre. The information displayed is
retrieved from the Postgres database (in the case of Postgis layers) or from the .dbf file
associated with the shapefile you are insecting.</p>
point, line or polygon) and view information about that feautre. The information displayed is
retrieved from the Postgres database (in the case of Postgis layers) or from the .dbf file
associated with the shapefile you are insecting.</p>
</div>
<a name="N1024E"></a><a name="Working+with+raster+data"></a>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tbody>
@ -638,8 +644,8 @@ built for Linux/Unix. QGIS currently offers basic support for vector, raster, an
</tbody>
</table>
<div class="section">
<a name="N10254"></a><a name="What+is+raster+data%3F"></a>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
@ -654,15 +660,15 @@ built for Linux/Unix. QGIS currently offers basic support for vector, raster, an
</tbody>
</table>
<p>Raster data in GIS are matrices of discrete cells that represent features on, above or below the earth's surface. Each
cell in the raster grid is the same size, and cells are usually rectangular (in QGIS they will always be rectangular.
Typical raster datasets include 'remote sensing' data (such as aerial photography and satellite imagery) and modelled data
(such as an elevation matrix).</p>
cell in the raster grid is the same size, and cells are usually rectangular (in QGIS they will always be rectangular.
Typical raster datasets include 'remote sensing' data (such as aerial photography and satellite imagery) and modelled data
(such as an elevation matrix).</p>
<p>Raster data typically do not have an associated database record for each cell (unlike in vector data where it is normal
for each feature to have an associated database record).</p>
for each feature to have an associated database record).</p>
<p>In GIS, a raster layer would have geopositioning data associated with it which will allow it to be positioned
correctly in the map display to allow other vector and raster data to be overlayed with it. QGIS, can read this
geopositioning data to facilitate properly displaying map overlays.</p>
correctly in the map display to allow other vector and raster data to be overlayed with it. QGIS, can read this
geopositioning data to facilitate properly displaying map overlays.</p>
<a name="N10264"></a><a name="Raster+formats+supported+in+QGIS."></a>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
@ -678,26 +684,26 @@ built for Linux/Unix. QGIS currently offers basic support for vector, raster, an
</table>
<p>QGIS supports a number of different raster formats. Currently tested formats include:</p>
<ul>
<li>Arc/Info Binary Grid</li>
<li>Arc/Info ASCII Grid</li>
<li>Grass Raster</li>
<li>GeoTIFF</li>
<li>Spatial Data Transfer Standard Grids (with some limitations)</li>
<li>USGS ASCII DEM</li>
<li>Erdas Imagine</li>
</ul>
<p>Because the raster implmentation in QGIS is based on the GDAL abstraction library, orther raster formats implemented
in GDAL are also likely to work, but have not yet been tested. See
<a href="http://remotesensing.org/gdal/formats_list.html">the GDAL Raster Formats page</a> for more details.</p>
in GDAL are also likely to work, but have not yet been tested. See
<a href="http://remotesensing.org/gdal/formats_list.html">the GDAL Raster Formats page</a> for more details.</p>
<a name="N1028D"></a><a name="Loading+raster+data+in+QGIS"></a>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
@ -712,9 +718,9 @@ built for Linux/Unix. QGIS currently offers basic support for vector, raster, an
</tbody>
</table>
<p>Raster layers are loaded either by clicking on the <img alt="Load Raster" src="images/gis_add_raster_layer.png"> icon
or by selecting the View-&gt;Add Raster Layer menu option. More than one layer can be loaded at the same time
by holding down the Control key and clicking on multiple items in the file dialog.</p>
or by selecting the View-&gt;Add Raster Layer menu option. More than one layer can be loaded at the same time
by holding down the Control key and clicking on multiple items in the file dialog.</p>
<a name="N1029B"></a><a name="Symbolisation+and+properties+for+raster+layers"></a>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
@ -729,87 +735,87 @@ built for Linux/Unix. QGIS currently offers basic support for vector, raster, an
</tbody>
</table>
<p>Symbolisation of raster layers is achieved by right clicking on a raster layer legend entry and choosing 'properties':
on the popup menu that appears:</p>
on the popup menu that appears:</p>
<p>
<img alt="Raster Properties Popup" src="images/qgis_raster_popup_properties_selected.png">
</p>
</p>
<p>On the properties dialog for rasters you will see there are three tabs:</p>
<a name="N102AE"></a><a name="The+general+properties+tab"></a>
<h4>The general properties tab</h4>
<p>
<img alt="Raster Properties Popup" src="images/qgis_raster_properties_general_tab.png">
</p>
</p>
<p>The legend tab displays basic information aboug the selected raster - including its
dimensions (in pixels) and its display name in the legend.</p>
dimensions (in pixels) and its display name in the legend.</p>
<a name="N102BF"></a><a name="The+symbology+properties+tab"></a>
<h4>The symbology properties tab</h4>
<p>
<img alt="Raster Properties Popup" src="images/qgis_raster_properties_symbology_tab.png">
</p>
</p>
<p>QGIS supports three forms of raster layer:</p>
<ul>
<li>Single Band Grayscale Rasters</li>
<li>Palette Based RGB Rasters</li>
<li>Multiband RGB Rasters</li>
</ul>
<p>From these three basic layer types, eight forms of symbolised raster display can be used:</p>
<ol>
<li>Single Band Grayscale</li>
<li>Single Band Pseudocolor</li>
<li>Paletted Grayscale (where only the red, green or blue component of the image is displayed)</li>
<li>Paletted Pseudocolor (where only the red, green or blue component of the image is displayed, but using a pseudocolor algorithm)</li>
<li>Paletted RGB</li>
<li>Multiband Grayscale (using only one of the bands to display the image)</li>
<li>Mulitiband Pseudocolor (using only one of the bands shown in pseudocolor)</li>
<li>Multiband RGB (using any combination of three bands)</li>
</ol>
<p>QGIS has the capability to invert the colours in a given layer so that light
colors become dark (and dark colors become light). Use the 'Invert Color Map' checkbox
to enable / disable this behaviour.</p>
colors become dark (and dark colors become light). Use the 'Invert Color Map' checkbox
to enable / disable this behaviour.</p>
<p>QGIS has the capability to display each raster layer at varying transparency levels. Use
the transparency slider to indicate to what extent the underlying layers (if any) should
be visible though the current raster layer.</p>
the transparency slider to indicate to what extent the underlying layers (if any) should
be visible though the current raster layer.</p>
<p>QGIS has the capability to restrict the data displayed to show only cells whose values are
within a given number of standard diviations of the mean for the layer. This is useful
when you have one or two cells with abnormally high values in a raster grid that are having a
negative impact on the rendering of the raster. This option is only available for pseudocolor
images.</p>
within a given number of standard diviations of the mean for the layer. This is useful
when you have one or two cells with abnormally high values in a raster grid that are having a
negative impact on the rendering of the raster. This option is only available for pseudocolor
images.</p>
<a name="N10303"></a><a name="The+raster+statistics+properties+tab"></a>
<h4>The raster statistics properties tab</h4>
<p>
<img alt="Raster Properties Popup" src="images/qgis_raster_properties_statistics_tab.png">
</p>
</p>
<p>This tab displays statistics about each band in the current raster layer. Statistics are
gathered on a 'need to know' basis, so it may well be that a given layer's statistics have
not yet been collected.</p>
gathered on a 'need to know' basis, so it may well be that a given layer's statistics have
not yet been collected.</p>
<p>Statistics for a layer are gathered when pseudocolor rendering is selected and the 'apply'
button is pressed.</p>
button is pressed.</p>
<div class="frame note">
<div class="label">Note</div>
<div class="content">Gathering statistics for a layer can be time consuming. Please be patient while
QGIS examines your data!</div>
QGIS examines your data!</div>
</div>
</div>
<a name="N1031C"></a><a name="Creating+a+QGIS+mime+type"></a>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tbody>
@ -824,21 +830,21 @@ built for Linux/Unix. QGIS currently offers basic support for vector, raster, an
</tbody>
</table>
<div class="section">
<p>If you are a KDE user, you can create a mime type that associates GIS files with QGIS. This is useful
because it allows you to click on a shapefile (for example) in konqueror and the file will be loaded in a
new instance of QGIS.
</p>
<p>If you are a KDE user, you can create a mime type that associates GIS files with QGIS. This is useful
because it allows you to click on a shapefile (for example) in konqueror and the file will be loaded in a
new instance of QGIS.
</p>
<p>
</p>
</div>
</div>
<a name="N10329"></a><a name="Acknowledgments"></a>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tbody>
@ -853,21 +859,21 @@ built for Linux/Unix. QGIS currently offers basic support for vector, raster, an
</tbody>
</table>
<div class="section">
<p>Hosting for the QGIS project is generously provided by Sourceforge.
</p>
</p>
<p>
<a href="http://sourceforge.net/"><img alt="SourceForge.net Logo" height="31" src="http://sourceforge.net/sflogo.php?group_id=55820&type=1" width="88"></a>
</p>
<p>Please see the Help-&gt;About-&gt;Contributors for a list of people who have donated their time to the QGIS project.</p>
</div>
</div>
<p align="right">
<font size="-2">by&nbsp;Gary Sherman,&nbsp;Tim Sutton</font>
</p>

@ -5,10 +5,10 @@
/Producer (FOP 0.20.5) >>
endobj
5 0 obj
<< /Length 1836 /Filter [ /ASCII85Decode /FlateDecode ]
<< /Length 1826 /Filter [ /ASCII85Decode /FlateDecode ]
>>
stream
Gat=,>Bed\&:WeDpb=q0'p^E.qUVMm-[XQa)sG"Pp-BO(ZtjJmb9ZGXhiTR*9H_-J-]L!.7Pgh.S'g_F2B%)=*6*j$ba'L*r(0A\PE)U%_E[>(7M]s0GX:E7f$9mH5:6-R2pOK#7e"OEcUsLH26#+m^2a-mB"p3XC![b>=S'Fl`0@[\rfC]fMVOY>$+5]3S$,7`r;66nfo1u[j?<m_cGB;d3@%5(R]^23(AV/bRAi(?\CTBDdVO%b)uXM,d;H`:$(11#hlL&aO/6raUE?7lZ\)>)*"stfn`onUmnia\"E$WEfP`#0rS-]<p?oWaX>+`O>H,cJ(.D-)AZi-<Ip2#np.2c]j]6!4VL?3P@d$X3`!:2.&9t;fPZSn!\Lre/SS5E,:D:fH,CW0g2sdbHMd4j\`EqmC+3pXt::GIaY[e6QQS`](cO3mT1m\S#d=m"?9D^9%I9EABfW8%]AbZ#+J7EMgmtK4rV<&WmEo>*Q<ggBh0[W<QN0\f9lD+<Po(mY01KVmNG<K6c<Do/0S4'flU11Y9%bUGZ</pY.ZDojQU-rYMGg\7R1=8Pded>"MEFFF>(C1F9$a;8hefZgb)5&%D*c`@,)b(DA(->9Z3lf/L'5'^=6QXO#3-NX,eC9Y*JFSF6gs7]DNnZ^/JAUau_+n^"7N8^Jlns*RG'dShD0Z#jG/KV/@r5Z@]VZi\]VE^>KpM1_M2XHkU!s%t-h;s.-*m-=:F%=8`Ha;.nD]7KI4TiJHuUA0VfM*KYC,[>9t?(k-A.LQc"l+r,\D%c`7YKk1D<qm)T.!\/UI!?B76XJ-3>WRlq-OtlNWlX0kl:^[KO'(0[GFdKXPRlVr7RnMBALH>=f$enjD\)3R]ksST^4(/dL%O4prmC2t+fI?`C%r<RbS(JZ,On\^Y,FX;]^;G>lt-a\&bC,F/3r'DDQY#=,o+cVT>,D/5:LI$R+NV6'Akl1%[?nX'Gsf<ZM9o3^_k*CS*UXOEQN>1onb<,@]U8h"g9cQkQ>mmX)%;GM^h5q"GUi-&5%4<:FY(&:O:?9n:.Tn,[T=_N$.LO0a!8o3Qd%@eIRm6\#;Mj"+7K"o_gjuZ6L"S?Vr#K/JW0:U_ERER@GYj4%H)F:!`qZT5Z/WiQH9@7@On9#\&#4FMMUoI-9G*pjl<:a;:"72QLK>hfV=8B[ABG,Z*a:&RJqX@YK>tHpiED*b/VK0Q(!;!j<>_.3IIe1q"Oq't!dQq\HQ8`CF2sbm?;n,D*LGYb<>fOVRSogPm\D3V8dH&c3038gDEIK4*NQ*$c[k!T=noS$5G3aF9'e/_Ln]'(q9VU8b>a?0`1tfjI)e2bG?1YY+.l;pMMTBkBAVN],1L;d-n;PTY'd$8X6;HRlY>V2cL)NQ/\,H9?'<R1HbUOU?//?ahX:!e/')8Vi]ZD9lec'H*&/U<Wp!d0@ncCp=s1a_,TFma3_dW+riW8&n<J_PX@T1AeXr-YGGleZF3n%h-&3W]NT#V(ql'6o[)LFg.4V.ADN.]sX<rm3*>9*-9C_48p.dSP&?Q''cGIn6MLFu+2WV,0^1"E##%'P`/Pl$.2?@T.qLKb;3\G7l@2sFsQ.nnJo*k\s4lCgHOQbR:#r%f$%OGU*&:C#>0E*_%?hSt8&h7SWSCCV6hjKhshQ^SpXZ0#)cXR2th5Or<Z2"_\oIC9@AFZ;]PaZ0DQ:hr&&p0Y_)C$>2u0XRHAH5B]!M&/.%\(K_(6@I!a,^g(#nM=N$SV',=b^6tZ7Ea02!8X]]rL@S*V\uhfTG01!(4F4g[/7;j[b0q=Q*.L%AN[E%U"`pS;AOHO+PX/q,$+C\bNtrX?(nZB#e!"OrXW;7XKV~>
Gat=,8U&oK%)2U?ka9*9dNZ*neu!.fk&j7*G:o(>cn[1oWiZoq`;dQE()(`TfUh.M(1@9_p&Th1c6q)eNl>74>P$C`efXG#[ZUs)D"si-UhRPY'?:WcH"R"rp#Ga`p;VF!Je5Z,qH8a!XDSuf'Q:(&Xnc>+@-Vrf8(,$m+;&1U[(f%0b9AkhCr4EUn`mj1b$QoRI"S4aLP35[nXX"*`>5Gk/$tbI7@!E@XeEsML;%Pid`Speh977]>@2IW0LgHP=g"Z(TVZ:$_HKZ_9Kpbr[^o=(SD_K>l"A>:p)sh1O9C]t=n(hUr9jFD^"08"E]%4Ig8pT/gghU1L4[0WnmrW%I^@[_Zm`Qb]b:L+Z3*.tg'tdFks1)fEL3`+=>mFI486+:*#.B9`3t:^>8j*67_@<0*9'7Hg?e&?O)6f>i!u"&NrF;QC74-lBdfu8cO40Q3Kc%QUuLK>`eJZ'Y6kP^Vu/fMD/1FQXNR1bMajSd/3u[Bq:Jm&+lQhr(R[5.e"=0u7_TfAe#hW,WZVr=erYd>$;b-]$XU<rpWL,sbG%>.DD`:I)\K-FH><d$#J2[@k=_$J>]GiY7af(02&TsgUjCsFOLmdq1;L/+<JbjSr,?FGW3*nr1(V7i=>&.Sj;m<+89NcB0LQDo4X>Qph`ei9E<hpO\7js1I$F>;T>@XLrAo.\Q5sF/C$`7)!F]jVR;[cln&LHI>Y5*6ptRn#"W9>+f4Aos9>\%6W'0*-+`R]j]T2f(8,Q0F:@j&4:]tpO#l?N4SOiE3f60a(U<\Ve29O4/.o@gem^mp&JB'dQ'1F\=LlnT2I#Ci\_F0#B_pu7CfL*Fo)^5QI;<q"DrsVS6,RXGi,m@(i!O\N#=m(R3]6.<G""\$HKsah?qs!`s,&:(UaV:hUV[[b&7/'fh<`saAR_NOlNXmQ>l.jElW%)(sFiY+X$a,pje2sZ%E-ZZ_M"l/NV]H`I?Kh]C>3H&jcS9dSRai]`BqF>L.!!$m"cC<J;6-K*ZQEONjRjSL!c+2OA!XP1T.nO[M0kY)^_*/Ng<K!C%N2k?V-(j%d\B-7W3pkIk$M*T=1Z=ZMh-GBqtoa__O"M,m1&<5B:)'=AY&o4J+1\<&lMH,O@H9lZV=NXb74^dG<#A]XNQiH0pGZa(QB&S\T:@R(."THdXt!8(j;l%;@)4Bk-NFF&8Wn>%G:)k[=miG`d-C?!]BWBiIQD#*&NG%"5b4SQW<PtS9t*/\34/aBpuq(%ti]okVS09\N,PBgJ8p*>RVn?\ejM8k1JeeopY'#3*mBcD71k@,!e7S?KkX\$?RMG$hCTS`k"9U98j7/CYfb"N<ZRr(-2)baDe(D`X@Ifa%5)iEId%+;B!#kR7P:qe2U@2)=IDc.4^].Xg-ENP*i.P(TNrHnGO>@PCfFlh0i\W/fGYlac%V,N-p/IIj)g^,<V8&qp%9j%q+;'Nqk(Lb$$W@`IPYPOdsL]<6<+8oPj]tFFMSm?3k5hYljXCo,,g@#hV@kje-e)_$4Pb7.?M@YTFa.WUCMHmOqiU\fff9V+-f-RGqL`G^]LdY")aC)=Ffd5jLZQf0?kE`krd2Ll'oC]m\Y0)&)diq7DdZY;*!V:MchOg7tgjl`/(uc7VNOB2j7`)e_VNcTICE3I?![c4-+Sf2G1cjG1`fl7g'ZDiMp*G\hgA$^@^mXms%b]R%s=d.'%JFI5;t'q"G&a1!2K,0(]Ze>!Gld'rMj4n0HT<9hA5GE@0t4.LHqk`1qqAkUr@ok9&6UBlS\T]d*Wh_8:OjgL>o=rCIHA$[)SrDgj;@?qFu/t+7*2)2HKBkeEckSgQl$a:rJp)c2jW2o~>
endstream
endobj
6 0 obj
@ -28,10 +28,10 @@ endobj
8 0 obj
<< /Type /Annot
/Subtype /Link
/Rect [ 300.968 410.393 451.848 402.393 ]
/Rect [ 300.968 410.393 412.976 402.393 ]
/C [ 0 0 0 ]
/Border [ 0 0 0 ]
/A << /URI (http://qgis.sourceforge.net/docs/userguide.html)
/A << /URI (http://qgis.org/docs/userguide.html)
/S /URI >>
/H /I
>>
@ -1446,158 +1446,158 @@ endobj
xref
0 153
0000000000 65535 f
0000471627 00000 n
0000471819 00000 n
0000471911 00000 n
0000471605 00000 n
0000471797 00000 n
0000471889 00000 n
0000000015 00000 n
0000000071 00000 n
0000001999 00000 n
0000002119 00000 n
0000002144 00000 n
0000002344 00000 n
0000003756 00000 n
0000003878 00000 n
0000003919 00000 n
0000004100 00000 n
0000004305 00000 n
0000004506 00000 n
0000005404 00000 n
0000086702 00000 n
0000086810 00000 n
0000087743 00000 n
0000118180 00000 n
0000118288 00000 n
0000119663 00000 n
0000120559 00000 n
0000121969 00000 n
0000123537 00000 n
0000124439 00000 n
0000125463 00000 n
0000126802 00000 n
0000127666 00000 n
0000128867 00000 n
0000129872 00000 n
0000130570 00000 n
0000130678 00000 n
0000132371 00000 n
0000133406 00000 n
0000134515 00000 n
0000135689 00000 n
0000136337 00000 n
0000137037 00000 n
0000137699 00000 n
0000137807 00000 n
0000139170 00000 n
0000140688 00000 n
0000141871 00000 n
0000143034 00000 n
0000144292 00000 n
0000145485 00000 n
0000146565 00000 n
0000146673 00000 n
0000148668 00000 n
0000150069 00000 n
0000150997 00000 n
0000151655 00000 n
0000152799 00000 n
0000152907 00000 n
0000153789 00000 n
0000197916 00000 n
0000198024 00000 n
0000198968 00000 n
0000229832 00000 n
0000229940 00000 n
0000230534 00000 n
0000252270 00000 n
0000252378 00000 n
0000253067 00000 n
0000266334 00000 n
0000266442 00000 n
0000267096 00000 n
0000318035 00000 n
0000318143 00000 n
0000319180 00000 n
0000351346 00000 n
0000351454 00000 n
0000354002 00000 n
0000354125 00000 n
0000354152 00000 n
0000354353 00000 n
0000355152 00000 n
0000358652 00000 n
0000381073 00000 n
0000381181 00000 n
0000382131 00000 n
0000423262 00000 n
0000423370 00000 n
0000425119 00000 n
0000425227 00000 n
0000426505 00000 n
0000463026 00000 n
0000463134 00000 n
0000464097 00000 n
0000464220 00000 n
0000464247 00000 n
0000472601 00000 n
0000472653 00000 n
0000464424 00000 n
0000472718 00000 n
0000464588 00000 n
0000472783 00000 n
0000464789 00000 n
0000472848 00000 n
0000465027 00000 n
0000472913 00000 n
0000465204 00000 n
0000472980 00000 n
0000465389 00000 n
0000473047 00000 n
0000465586 00000 n
0000473114 00000 n
0000465850 00000 n
0000473181 00000 n
0000466065 00000 n
0000473246 00000 n
0000466296 00000 n
0000473311 00000 n
0000466538 00000 n
0000473378 00000 n
0000466768 00000 n
0000473445 00000 n
0000467018 00000 n
0000473512 00000 n
0000467310 00000 n
0000473579 00000 n
0000467528 00000 n
0000473646 00000 n
0000467756 00000 n
0000473713 00000 n
0000467986 00000 n
0000473780 00000 n
0000468279 00000 n
0000473847 00000 n
0000468501 00000 n
0000473912 00000 n
0000468815 00000 n
0000473979 00000 n
0000469094 00000 n
0000474046 00000 n
0000469513 00000 n
0000474111 00000 n
0000469782 00000 n
0000474176 00000 n
0000470078 00000 n
0000474241 00000 n
0000470406 00000 n
0000474308 00000 n
0000470662 00000 n
0000470847 00000 n
0000470961 00000 n
0000471072 00000 n
0000471184 00000 n
0000471293 00000 n
0000471400 00000 n
0000471517 00000 n
0000001989 00000 n
0000002109 00000 n
0000002134 00000 n
0000002322 00000 n
0000003734 00000 n
0000003856 00000 n
0000003897 00000 n
0000004078 00000 n
0000004283 00000 n
0000004484 00000 n
0000005382 00000 n
0000086680 00000 n
0000086788 00000 n
0000087721 00000 n
0000118158 00000 n
0000118266 00000 n
0000119641 00000 n
0000120537 00000 n
0000121947 00000 n
0000123515 00000 n
0000124417 00000 n
0000125441 00000 n
0000126780 00000 n
0000127644 00000 n
0000128845 00000 n
0000129850 00000 n
0000130548 00000 n
0000130656 00000 n
0000132349 00000 n
0000133384 00000 n
0000134493 00000 n
0000135667 00000 n
0000136315 00000 n
0000137015 00000 n
0000137677 00000 n
0000137785 00000 n
0000139148 00000 n
0000140666 00000 n
0000141849 00000 n
0000143012 00000 n
0000144270 00000 n
0000145463 00000 n
0000146543 00000 n
0000146651 00000 n
0000148646 00000 n
0000150047 00000 n
0000150975 00000 n
0000151633 00000 n
0000152777 00000 n
0000152885 00000 n
0000153767 00000 n
0000197894 00000 n
0000198002 00000 n
0000198946 00000 n
0000229810 00000 n
0000229918 00000 n
0000230512 00000 n
0000252248 00000 n
0000252356 00000 n
0000253045 00000 n
0000266312 00000 n
0000266420 00000 n
0000267074 00000 n
0000318013 00000 n
0000318121 00000 n
0000319158 00000 n
0000351324 00000 n
0000351432 00000 n
0000353980 00000 n
0000354103 00000 n
0000354130 00000 n
0000354331 00000 n
0000355130 00000 n
0000358630 00000 n
0000381051 00000 n
0000381159 00000 n
0000382109 00000 n
0000423240 00000 n
0000423348 00000 n
0000425097 00000 n
0000425205 00000 n
0000426483 00000 n
0000463004 00000 n
0000463112 00000 n
0000464075 00000 n
0000464198 00000 n
0000464225 00000 n
0000472579 00000 n
0000472631 00000 n
0000464402 00000 n
0000472696 00000 n
0000464566 00000 n
0000472761 00000 n
0000464767 00000 n
0000472826 00000 n
0000465005 00000 n
0000472891 00000 n
0000465182 00000 n
0000472958 00000 n
0000465367 00000 n
0000473025 00000 n
0000465564 00000 n
0000473092 00000 n
0000465828 00000 n
0000473159 00000 n
0000466043 00000 n
0000473224 00000 n
0000466274 00000 n
0000473289 00000 n
0000466516 00000 n
0000473356 00000 n
0000466746 00000 n
0000473423 00000 n
0000466996 00000 n
0000473490 00000 n
0000467288 00000 n
0000473557 00000 n
0000467506 00000 n
0000473624 00000 n
0000467734 00000 n
0000473691 00000 n
0000467964 00000 n
0000473758 00000 n
0000468257 00000 n
0000473825 00000 n
0000468479 00000 n
0000473890 00000 n
0000468793 00000 n
0000473957 00000 n
0000469072 00000 n
0000474024 00000 n
0000469491 00000 n
0000474089 00000 n
0000469760 00000 n
0000474154 00000 n
0000470056 00000 n
0000474219 00000 n
0000470384 00000 n
0000474286 00000 n
0000470640 00000 n
0000470825 00000 n
0000470939 00000 n
0000471050 00000 n
0000471162 00000 n
0000471271 00000 n
0000471378 00000 n
0000471495 00000 n
trailer
<<
/Size 153
@ -1605,5 +1605,5 @@ trailer
/Info 4 0 R
>>
startxref
474373
474351
%%EOF

@ -358,24 +358,37 @@ void QgisApp::about()
abt->setURLs(urls);
QString watsNew = "<html><body>" + tr("Version") + " ";
watsNew += QGis::qgisVersion;
watsNew += "<h3>New features</h3>";
watsNew += "<ul>"
"<li>User interface improvements - menu and dialog cleanups and a new icon theme based on Everaldo's Crystal icon set."
"<li>QGIS can load layers and / or a project on start up by specifying these on the command line."
"<li>Symbol renderers for simple, graduated, and continous symbols"
"<li>Raster support for most GDAL formats"
"<li>Raster implementation supports a variety of rendering settings including semi transparent overlays, pallette inversion, flexible band to colour mapping in multiband images and creation of pseudocolor."
"<li>Change to a data provider architecture for vector layers. Addtional data types can be supported by writing a provider plugin"
"<li>Buffer plugin for PostGIS layers"
"<li>PostgreSQL port number can be specified when making connections"
"<li>Shapefile to PostGIS Import Tool (SPIT) plugin for importing shapefiles into PostgreSQL/PostGIS"
"<li>User guide (HTML and PDF)"
"<li>Install guide (HTML and PDF)"
"<li>Plugin manager to manage loading/unloading of plugins"
"<li>Plugin template to automate the more mundane parts of creating a new plugin."
"<li>Numerous bug fixes"
"<li>Removed dependency on libpq++ when compiling with PostgreSQL/PostGIS support"
"<li>PostgreSQL/PostGIS layers now rely on GEOS for selecting features"
"</ul>"
"<li>Simple and graduated SVG marker symbols </li>"
"<li>SVG Marker library</li>"
"<li>Mapcanvas is updated as features are drawn (every 1,000 features) </li>"
"<li>WhatsThis? help for menus and toolbar buttons </li>"
"<li>Save map canvas as an image (.png) </li>"
"<li>Search radius for identifying features can be specified in the preferences dialog </li>"
"<li>Splashscreen can be disabled in user preferences</li>"
"<li>Raster statistics</li>"
"<li>Thumbnail preview in raster properties dialog</li>"
"<li>Metadata tab in raster properties dialog</li>"
"<li>Internationalization for several languages</li>"
"<li>Snapshot mode (invoked from command line)</li>"
"<li>Command line options for loading project files/layers</li>"
"<li>Currently loaded plugins are restored each time QGIS is started</li>"
"</ul>"
"<h3>New Core Plugins</h3>"
"<ul>"
"<li>Delimited text plugin for creating a map layer from a set of x, y coordinates</li>"
"<li>GPS importer plugin</li>"
"<li>Grid/graticule maker plugin</li>"
"<li>Grass plugin</li>"
"</ul>"
"<h3>New Contributed Plugins</h3>"
"<ul>"
"<li>Launcher plugin runs a system script or program</li>"
"<li>Worldmap</li>"
"<li>Fishing_spots tutorial plugin</li>"
"<li>Open modeller</li>"
"</ul>"
"</body></html>";