Merged changes in 0.5 release branch to MAIN
git-svn-id: http://svn.osgeo.org/qgis/trunk@2094 c8812cc2-4d05-0410-92ff-de0c093fc19c
25
README
@ -1,24 +1,19 @@
|
||||
README for QGIS version 0.4 'Baby'
|
||||
README for QGIS version 0.5 'Bandit'
|
||||
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 release adds:
|
||||
Features
|
||||
Map Overview
|
||||
Preliminary printing support
|
||||
Menu cleanups
|
||||
User interface improvements
|
||||
Icon Themes (only default theme currently available)
|
||||
Capture point to clipboard
|
||||
|
||||
Core Plugins
|
||||
Scale bar plugin
|
||||
Improved GPS tools plugin
|
||||
|
||||
Known Issues
|
||||
Map units are not stored when a QGIS project is saved
|
||||
* Windows version
|
||||
* Feature labeling with optional buffering
|
||||
* Preliminary digitizing support for shapefiles
|
||||
* GRASS digitizing support
|
||||
* GPS SVG icons
|
||||
* Unique value renderers
|
||||
* User interface improvements
|
||||
* Specify a query when loading a PostGIS layer
|
||||
* Italian translation
|
||||
|
||||
Supported raster formats include:
|
||||
Grass
|
||||
|
@ -1,6 +1,6 @@
|
||||
|
||||
dnl Process this file with autoconf to produce a configure script.
|
||||
dnl configure.in,v 1.193 2004/09/23 09:07:48 larsl Exp
|
||||
dnl configure.in,v 1.194 2004/10/04 00:53:40 gsherman Exp
|
||||
|
||||
|
||||
|
||||
@ -24,9 +24,9 @@ dnl ---------------------------------------------------------------------------
|
||||
dnl version number
|
||||
dnl ---------------------------------------------------------------------------
|
||||
MAJOR_VERSION=0
|
||||
MINOR_VERSION=4
|
||||
MINOR_VERSION=5
|
||||
MICRO_VERSION=0
|
||||
EXTRA_VERSION=38
|
||||
EXTRA_VERSION=0
|
||||
if test $EXTRA_VERSION -eq 0; then
|
||||
VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION}
|
||||
else
|
||||
@ -249,8 +249,7 @@ AC_CONFIG_FILES([
|
||||
plugins/grid_maker/Makefile
|
||||
plugins/grass/Makefile
|
||||
doc/Makefile
|
||||
doc/skin/Makefile
|
||||
doc/skin/images/Makefile
|
||||
doc/install_guide/Makefile
|
||||
doc/images/Makefile
|
||||
doc/plugins/Makefile
|
||||
doc/plugins/geoprocessing/Makefile
|
||||
|
@ -11,21 +11,18 @@
|
||||
docdatadir = $(datadir)/$(PACKAGE)/doc
|
||||
|
||||
docdata_DATA = \
|
||||
README \
|
||||
favicon.ico \
|
||||
images \
|
||||
index.html \
|
||||
index.pdf \
|
||||
install.html \
|
||||
install.css \
|
||||
install.pdf \
|
||||
plugins \
|
||||
skin \
|
||||
userguide.html \
|
||||
userguide.pdf
|
||||
favicon.ico \
|
||||
images \
|
||||
index.html \
|
||||
install_guide \
|
||||
install.pdf \
|
||||
plugins \
|
||||
qgisdoc.css \
|
||||
README \
|
||||
userguide.pdf
|
||||
|
||||
# generated by ls -1 | sed -e '/CVS/d' -e '/Makefile/d' -e 's#\(.*\)# \1 \\#'
|
||||
|
||||
SUBDIRS = images plugins skin
|
||||
SUBDIRS = images plugins install_guide
|
||||
|
||||
EXTRA_DIST = $(docdata_DATA)
|
||||
|
@ -10,53 +10,7 @@
|
||||
|
||||
docdatadir = $(datadir)/$(PACKAGE)/doc/images
|
||||
|
||||
docdata_DATA = \
|
||||
add_layer_dialog.png \
|
||||
back20x20.png \
|
||||
checkversion.png \
|
||||
configure.png \
|
||||
connect_no.png \
|
||||
contents.png \
|
||||
exit.png \
|
||||
filenew.png \
|
||||
filesave.png \
|
||||
filesaveas.png \
|
||||
gis_add_pg_layer.png \
|
||||
gis_add_vector_layer.png \
|
||||
gis_identify.png \
|
||||
gis_pan.png \
|
||||
gis_view_all.png \
|
||||
gis_zoom_to_selected.png \
|
||||
icon_small.png \
|
||||
loaded_shapefiles.png \
|
||||
mapserver.png \
|
||||
open.png \
|
||||
package_network.png \
|
||||
qgis_vector_layer_properties.png \
|
||||
qgis_vector_layer_properties1.png \
|
||||
qgis_vector_layer_properties2.png \
|
||||
qgis_vector_layer_properties3.png \
|
||||
reload20x20.png \
|
||||
select_features.png \
|
||||
sf.png \
|
||||
table.png \
|
||||
viewmag-.png \
|
||||
zoomin.png \
|
||||
gis_add_raster_layer.png \
|
||||
change_symbology.gif \
|
||||
qgis_raster_properties_symbology_tab.png \
|
||||
qgis_mainwindow01.png \
|
||||
project.png \
|
||||
loaded_shapefiles.gif \
|
||||
add_layer_dialog.gif \
|
||||
qgis_raster_popup_properties_selected.png \
|
||||
built-with-forrest-button.png \
|
||||
layer_properties.gif \
|
||||
qgis_raster_properties_general_tab.png \
|
||||
qgis_raster_properties_statistics_tab.png \
|
||||
qgis_load_data_on_startup.png \
|
||||
btn_add_layer.gif \
|
||||
changed_symbology.gif
|
||||
docdata_DATA = qgis_new_80pct.png
|
||||
|
||||
# generated by ls -1 | sed -e '/CVS/d' -e '/Makefile/d' -e 's#\(.*\)# \1 \\#'
|
||||
|
||||
|
Before Width: | Height: | Size: 43 KiB |
Before Width: | Height: | Size: 932 B |
Before Width: | Height: | Size: 85 KiB |
Before Width: | Height: | Size: 31 KiB |
Before Width: | Height: | Size: 27 KiB |
Before Width: | Height: | Size: 32 KiB |
BIN
doc/images/qgis_new_80pct.png
Normal file
After Width: | Height: | Size: 32 KiB |
401
doc/index.html
@ -1,358 +1,57 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>Quantum GIS Documentation</title>
|
||||
<link type="text/css" href="skin/page.css" rel="stylesheet">
|
||||
<script src="skin/fontsize.js" language="javascript" type="text/javascript"></script><script src="skin/menu.js" language="javascript" type="text/javascript"></script>
|
||||
</head>
|
||||
<body onload="init()" text="#000000" bgcolor="#FFFFFF">
|
||||
<script type="text/javascript">ndeSetTextSize();</script>
|
||||
<!--================= start Banner ==================-->
|
||||
<table summary="header with logos" width="100%" border="0" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<!--================= start Group Logo ==================-->
|
||||
<td bgcolor="#FFFFFF"></td>
|
||||
<!--================= 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>
|
||||
</div>
|
||||
</td>
|
||||
<!--================= end Project Logo ==================-->
|
||||
<!--================= start Search ==================--><td valign="top" rowspan="2" bgcolor="#FFFFFF" align="right" class="search"></td>
|
||||
<!--================= end Search ==================--><td bgcolor="#FFFFFF" align="right"><img height="10" width="10" alt="" src="skin/images/spacer.gif" class="spacer"><span class="textheader">QGIS</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="bottom" bgcolor="#FFFFFF" colspan="2">
|
||||
<!--================= start Tabs ==================-->
|
||||
<div class="tab">
|
||||
<table summary="tab bar" border="0" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<td width="8"><img alt="" height="8" width="8" src="skin/images/spacer.gif"></td><td valign="bottom">
|
||||
<table summary="selected tab" border="0" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<td height="22" class="top-left"></td><td height="22" valign="middle" bgcolor="#a5b6c6"><span class="tab"><b><a class="base-selected" href="index.html">Documentation</a></b></span></td><td height="22" class="top-right"></td>
|
||||
<head>
|
||||
<LINK REL="STYLESHEET" HREF="qgisdoc.css">
|
||||
</head>
|
||||
<body>
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="http://qgis.org"><img src="images/qgis_new_80pct.png" border=0></a>
|
||||
</td>
|
||||
<td valign="center">
|
||||
<span class="header">Quantum GIS Documentation</span><br>
|
||||
<span class="subheader">Version 0.5 <i>Bandit</i></span>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<!--================= end Tabs ==================-->
|
||||
</td><td bgcolor="#FFFFFF"><img alt="" width="1" height="1" src="skin/images/spacer.gif" class="spacer"></td>
|
||||
</tr>
|
||||
<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.4 Baby --");
|
||||
// --></script></span></td>
|
||||
</tr>
|
||||
</table>
|
||||
<!--================= end Banner ==================-->
|
||||
<!--================= start Menu, NavBar, Content ==================-->
|
||||
<table summary="page content" bgcolor="#ffffff" width="100%" border="0" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<td valign="top">
|
||||
<table summary="menu" border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<!--================= start left top NavBar ==================-->
|
||||
<td rowspan="3" valign="top">
|
||||
<table summary="blue line" border="0" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<td bgcolor="#a5b6c6"><img width="10" height="1" alt="" src="skin/images/spacer.gif" class="spacer"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td bgcolor="#CFDCED"><font color="#F7F7F7" size="4" face="Arial, Helvetica, Sans-serif"> </font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td bgcolor="#FFFFFF"><img width="10" height="1" alt="" src="skin/images/spacer.gif" class="spacer"></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<!--================= 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">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.4" 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>
|
||||
<div class="menuitem">
|
||||
<a href="userguide.html">User Guide</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!--================= end Menu items ==================-->
|
||||
</td><td valign="bottom" bgcolor="#F7F7F7"><img width="10" height="10" alt="" src="skin/images/spacer.gif" class="spacer"></td><td bgcolor="#a5b6c6"><img width="1" height="1" alt="" src="skin/images/spacer.gif" class="spacer"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2" rowspan="2" class="bottom-left-thick"></td><td bgcolor="#a5b6c6"><img height="10" width="10" border="0" alt="" src="skin/images/spacer.gif" class="spacer"></td><td colspan="2" rowspan="2" class="bottom-right-thick"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td height="1" bgcolor="#a5b6c6"><img width="1" height="1" alt="" src="skin/images/spacer.gif" class="spacer"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td height="5"><img width="1" height="5" alt="" src="skin/images/spacer.gif" class="spacer"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td height="5"><img width="1" height="5" alt="" src="skin/images/spacer.gif" class="spacer"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img width="1" height="1" alt="" src="skin/images/spacer.gif" class="spacer"></td><td class="logos" height="5" colspan="4"><a href="http://xml.apache.org/forrest/"><img border="0" alt="Built with Apache Forrest logo" src="images/built-with-forrest-button.png" width="88" height="31"><img height="1" width="5" alt="" border="0" src="skin/images/spacer.gif" class="spacer"></a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td height="5"><img width="1" height="5" alt="" src="skin/images/spacer.gif" class="spacer"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img width="1" height="1" alt="" src="skin/images/spacer.gif" class="spacer"></td><td class="logos" height="5" colspan="4"><a href="http://sourceforge.net"><img border="0" alt="Sourceforge logo" src="http://sourceforge.net/sflogo.php?group_id=55820&type=1" width="88" height="31"><img height="1" width="5" alt="" border="0" src="skin/images/spacer.gif" class="spacer"></a></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td><td valign="top" width="100%">
|
||||
<table summary="content" width="100%" border="0" cellpadding="0" cellspacing="0">
|
||||
<!--================= start middle NavBar ==================-->
|
||||
<tr>
|
||||
<td colspan="3" bgcolor="#a5b6c6"><img width="10" height="1" alt="" src="skin/images/spacer.gif" class="spacer"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" width="10" bgcolor="#CFDCED"><img width="10" height="1" alt="" src="skin/images/spacer.gif" class="spacer"></td><td bgcolor="#CFDCED" width="100%">
|
||||
<table width="100%" border="0" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<td align="left" width="50%" bgcolor="#CFDCED"><span class="trail">
|
||||
|
||||
<script src="skin/breadcrumbs.js" language="JavaScript" type="text/javascript"></script></span><img width="10" height="8" alt="" src="skin/images/spacer.gif" class="spacer"></td><td align="right" width="50%" bgcolor="#CFDCED"><span class="trail">Font size:
|
||||
<input value="-a" class="smallerfont" title="Shrink text" onclick="ndeSetTextSize('decr'); return false;" type="button">
|
||||
<input value="+a" class="biggerfont" title="Enlarge text" onclick="ndeSetTextSize('incr'); return false;" type="button">
|
||||
<input value="Reset" class="resetfont" title="Reset text" onclick="ndeSetTextSize('reset'); return false;" type="button"></span><img width="10" height="8" alt="" src="skin/images/spacer.gif" class="spacer"></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td><td width="10" bgcolor="#CFDCED"><font color="#F7F7F7" size="4" face="Arial, Helvetica, Sans-serif"> </font><img width="10" height="1" alt="" src="skin/images/spacer.gif" class="spacer"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="4" bgcolor="#a5b6c6"><img width="10" height="1" alt="" src="skin/images/spacer.gif" class="spacer"></td>
|
||||
</tr>
|
||||
<!--================= end middle NavBar ==================-->
|
||||
<!--================= start Content==================-->
|
||||
<tr>
|
||||
<td align="left" width="10"><img width="10" height="1" alt="" src="skin/images/spacer.gif" class="spacer"></td><td align="left" width="100%">
|
||||
<div class="content">
|
||||
<table class="title">
|
||||
<tr>
|
||||
<td valign="middle">
|
||||
<h1>Quantum GIS Documentation</h1>
|
||||
</td><td nowrap="nowrap" width="40" align="center"><!--<a class="dida" href="index.pdf"><img alt="PDF" src="skin/images/pdfdoc.gif" class="skin"><br>
|
||||
PDF</a>--></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<a name="N1000C"></a><a name="Introduction"></a>
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td height="10" width="9"></td><td>
|
||||
<h3>Introduction</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">
|
||||
|
||||
|
||||
<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>
|
||||
|
||||
</div>
|
||||
|
||||
<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.4</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>Map Overview</li>
|
||||
<li>Preliminary printing support</li>
|
||||
<li>Menu cleanups</li>
|
||||
<li>User interface improvements</li>
|
||||
<li>Icon Themes (only default theme currently available)</li>
|
||||
<li>Capture point to clipboard</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>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>Scale bar plugin</li>
|
||||
<li>Improved GPS tools 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>
|
||||
<i>These plugins are available from community.qgis.org or CVS (module plugins)</i>
|
||||
<ol>
|
||||
|
||||
<li>HTTP server</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>Map units are not stored when a QGIS project is saved</li>
|
||||
|
||||
|
||||
</ol>
|
||||
|
||||
</div>
|
||||
|
||||
<a name="N1008D"></a><a name="Available+Documents"></a>
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td height="10" width="9"></td><td>
|
||||
<h3>Available Documents</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">
|
||||
|
||||
|
||||
<p>The following documents are available:</p>
|
||||
|
||||
<ul>
|
||||
|
||||
<li>
|
||||
<a href="install.html">Installation Guide</a> - How to build and install QGIS</li>
|
||||
|
||||
<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.4 (Baby)</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</td><td width="10"><img width="10" height="1" alt="" src="skin/images/spacer.gif" class="spacer"></td>
|
||||
</tr>
|
||||
<!--================= end Content==================-->
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<a href="install.pdf" class="bar">Installation Guide</a>
|
||||
<a href="userguide.pdf" class="bar">User Guide</a><br>
|
||||
<!-- This documentation describes the Quantum GIS (QGIS) application. More
|
||||
information on QGIS is available on the web page at http://qgis.org. -->
|
||||
<h2>Whats new in Version 0.5</h2>
|
||||
Version 0.5 of QGIS contains a number of new features:
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
<ul class="small">
|
||||
<li>Windows version
|
||||
<li>Feature labeling with optional buffering
|
||||
<li>Preliminary digitizing support for shapefiles
|
||||
<li>GRASS digitizing support
|
||||
<li>GPS SVG icons
|
||||
</ul>
|
||||
<td>
|
||||
<br>
|
||||
<br>
|
||||
</td>
|
||||
<td valign="top">
|
||||
<ul class="small">
|
||||
<li>Unique value renderers
|
||||
<li>User interface improvements
|
||||
<li>Specify a query when loading a PostGIS layer
|
||||
<li>Italian translation
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<!--================= end Menu, NavBar, Content ==================-->
|
||||
<!--================= start Footer ==================-->
|
||||
<table summary="footer" cellspacing="0" cellpadding="0" width="100%" border="0">
|
||||
<tr>
|
||||
<td colspan="2" height="1" bgcolor="#F7F7F7"><img height="1" width="1" alt="" src="skin/images/spacer.gif" class="spacer"><a href="skin/images/label.gif"></a><a href="skin/images/page.gif"></a><a href="skin/images/chapter.gif"></a><a href="skin/images/chapter_open.gif"></a><a href="skin/images/current.gif"></a><a href="/favicon.ico"></a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2" bgcolor="#a5b6c6" class="copyright" align="center" width="90%"><span class="footnote">Copyright ©
|
||||
2004 Micro Resources. All rights reserved.
|
||||
<br>
|
||||
<script type="text/javascript" language="JavaScript"><!--
|
||||
// document.write(" - "+"Last Published: " + document.lastModified);
|
||||
// --></script></span></td><td nowrap="nowrap" align="right" bgcolor="#a5b6c6" class="logos"></td>
|
||||
</tr>
|
||||
</table>
|
||||
<!--================= end Footer ==================-->
|
||||
</body>
|
||||
<dl><dt><span class="subheader">Installation Guide
|
||||
<dd>How to build and install QGIS. The guide is available in both
|
||||
<a href="install.pdf">pdf</a> and
|
||||
<a href="install_guide/index.html">HTML</a> format.</dd>
|
||||
</dt>
|
||||
</dl>
|
||||
<dl><dt><span class="subheader">User Guide
|
||||
<dd>A brief guide to using QGIS. The User Guide is available in
|
||||
<a href="userguide.pdf">pdf</a> format.</dd>
|
||||
</dt>
|
||||
</dl>
|
||||
All documents are installed in the qgis share/doc subdirectory.
|
||||
</body>
|
||||
</html>
|
||||
|
525
doc/install.html
@ -1,525 +0,0 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
|
||||
<!--Converted with LaTeX2HTML 2002-2-1 (1.70)
|
||||
original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
|
||||
* with significant contributions from:
|
||||
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<TITLE>Building and Installing QGIS</TITLE>
|
||||
<META NAME="description" CONTENT="Building and Installing QGIS">
|
||||
<META NAME="keywords" CONTENT="install">
|
||||
<META NAME="resource-type" CONTENT="document">
|
||||
<META NAME="distribution" CONTENT="global">
|
||||
|
||||
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
|
||||
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1">
|
||||
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
|
||||
|
||||
<LINK REL="STYLESHEET" HREF="install.css">
|
||||
|
||||
</HEAD>
|
||||
|
||||
<BODY >
|
||||
|
||||
<P>
|
||||
|
||||
<P>
|
||||
<H1 ALIGN=CENTER>Building and Installing QGIS</H1>
|
||||
<P ALIGN=CENTER><STRONG>Gary Sherman - Tim Sutton</STRONG></P>
|
||||
<P ALIGN=LEFT></P>
|
||||
<BR>
|
||||
|
||||
<H2><A NAME="SECTION00010000000000000000">
|
||||
Contents</A>
|
||||
</H2>
|
||||
<!--Table of Contents-->
|
||||
|
||||
<UL>
|
||||
<LI><A NAME="tex2html28"
|
||||
HREF="install.html#SECTION00020000000000000000">Introduction</A>
|
||||
<LI><A NAME="tex2html29"
|
||||
HREF="install.html#SECTION00030000000000000000">PostgreSQL</A>
|
||||
<LI><A NAME="tex2html30"
|
||||
HREF="install.html#SECTION00040000000000000000">GEOS</A>
|
||||
<LI><A NAME="tex2html31"
|
||||
HREF="install.html#SECTION00050000000000000000">PostGIS</A>
|
||||
<LI><A NAME="tex2html32"
|
||||
HREF="install.html#SECTION00060000000000000000">GDAL/OGR</A>
|
||||
<LI><A NAME="tex2html33"
|
||||
HREF="install.html#SECTION00070000000000000000">Qt</A>
|
||||
<LI><A NAME="tex2html34"
|
||||
HREF="install.html#SECTION00080000000000000000">Building QGIS</A>
|
||||
<UL>
|
||||
<LI><A NAME="tex2html35"
|
||||
HREF="install.html#SECTION00081000000000000000">Quick and Dirty</A>
|
||||
<LI><A NAME="tex2html36"
|
||||
HREF="install.html#SECTION00082000000000000000">Configuring QGIS the Right Way</A>
|
||||
</UL>
|
||||
<BR>
|
||||
<LI><A NAME="tex2html37"
|
||||
HREF="install.html#SECTION00090000000000000000">Building Plugins</A>
|
||||
</UL>
|
||||
<!--End of Table of Contents-->
|
||||
<P>
|
||||
|
||||
<P>
|
||||
|
||||
<H1><A NAME="SECTION00020000000000000000"></A><A NAME="label_introduction"></A>
|
||||
<BR>
|
||||
Introduction
|
||||
</H1>
|
||||
This document briefly describes how to build QGIS 0.4 (<I>Baby</I>) from the source distribution. Information on building the GRASS plugin with raster and vector support can be found in the <I>Building QGIS with GRASS Support</I> document, available at <TT><A NAME="tex2html1"
|
||||
HREF="http://community.qgis.org/grass_plugin">http://community.qgis.org/grass_plugin</A></TT>.
|
||||
<BR>
|
||||
<P>
|
||||
NOTE - I<SMALL>F YOU PLAN TO BUILD THE GRASS PLUGIN, A PATCHED VERSION OF </SMALL>GDAL <SMALL>MUST BE USED. </SMALL>S<SMALL>EE THE </SMALL>B<SMALL>UILDING </SMALL>QGIS <SMALL>WITH </SMALL>GRASS S<SMALL>UPPORT DOCUMENT BEFORE PROCEEDING</SMALL>.
|
||||
<BR>
|
||||
<P>
|
||||
The latest version of this document can always be found at <TT><A NAME="tex2html2"
|
||||
HREF="http://qgis.org/docs/install.html">http://qgis.org/docs/install.html</A></TT>.
|
||||
<BR>
|
||||
<P>
|
||||
QGIS requires that a number of libraries be installed on your system:
|
||||
|
||||
<UL>
|
||||
<LI>Qt 3.1.2 or higher
|
||||
</LI>
|
||||
<LI>GDAL/OGR
|
||||
</LI>
|
||||
<LI>PostgreSQL/GEOS/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 libraries. See the install information for each library to get detailed instructions. In the documentation below, the file names used are examples.
|
||||
|
||||
<BR>
|
||||
<P>
|
||||
If you are building QGIS without PostgreSQL, skip to the section on Installing GDAL/OGR.
|
||||
|
||||
<P>
|
||||
|
||||
<H1><A NAME="SECTION00030000000000000000">
|
||||
PostgreSQL</A>
|
||||
</H1>
|
||||
QGIS uses the latest features of PostgreSQL. For this reason, version 7.4.x or higher is recommended with QGIS version 0.4. If you choose to add PostgreSQL, you must also install PostGIS and the GEOS library (see below).
|
||||
|
||||
<OL>
|
||||
<LI>Download PostgreSQL source from www.postgresql.org
|
||||
</LI>
|
||||
<LI>Extract the source
|
||||
<PRE>
|
||||
tar -xzf postgresql-7.4.1.tar.gz
|
||||
</PRE>
|
||||
|
||||
<P>
|
||||
</LI>
|
||||
<LI>Change to the source directory
|
||||
<PRE>
|
||||
cd postgresql-7.4.1
|
||||
</PRE>
|
||||
|
||||
<P>
|
||||
</LI>
|
||||
<LI>Configure PostgreSQL:
|
||||
<PRE>
|
||||
./configure --prefix=/usr/local/pgsql
|
||||
</PRE>
|
||||
|
||||
<P>
|
||||
</LI>
|
||||
<LI>Build
|
||||
<PRE>
|
||||
make
|
||||
</PRE>
|
||||
|
||||
<P>
|
||||
</LI>
|
||||
<LI>Install
|
||||
<PRE>
|
||||
make install
|
||||
</PRE>
|
||||
|
||||
<P>
|
||||
</LI>
|
||||
<LI>As root, create the postgres user and setup the database (following taken from PostgreSQL INSTALL file with modification)
|
||||
|
||||
<UL>
|
||||
<LI>Create the postgres user
|
||||
<PRE>
|
||||
adduser postgres
|
||||
</PRE>
|
||||
|
||||
<P>
|
||||
</LI>
|
||||
<LI>Create the directory for the PostgreSQL database
|
||||
<PRE>
|
||||
mkdir /usr/local/pgsql/data
|
||||
</PRE>
|
||||
|
||||
<P>
|
||||
</LI>
|
||||
<LI>Change ownership of the data directory to the postgres user
|
||||
<PRE>
|
||||
chown postgres /usr/local/pgsql/data
|
||||
</PRE>
|
||||
|
||||
<P>
|
||||
</LI>
|
||||
<LI>su to the postgres user (or login as postgres)
|
||||
<PRE>
|
||||
su - postgres
|
||||
</PRE>
|
||||
|
||||
<P>
|
||||
</LI>
|
||||
<LI>Change to the PostgreSQL install directory
|
||||
<PRE>
|
||||
cd /usr/local/pgsql
|
||||
</PRE>
|
||||
|
||||
<P>
|
||||
</LI>
|
||||
<LI>Initialize the database
|
||||
<PRE>
|
||||
./bin/initdb -D /usr/local/pgsql/data
|
||||
</PRE>
|
||||
|
||||
<P>
|
||||
Start the PostgreSQL daemon
|
||||
<FONT SIZE="-1"> </FONT><PRE>
|
||||
./bin/pg_ctl start -o "-i" -D /usr/local/pgsql/data -l serverlog ./bin/createdb test
|
||||
</PRE><FONT SIZE="-1">
|
||||
</FONT>
|
||||
</LI>
|
||||
</UL>
|
||||
</LI>
|
||||
<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:
|
||||
|
||||
<P>
|
||||
<PRE>
|
||||
psql test
|
||||
select version();
|
||||
version
|
||||
-------------------------------------------------------------------------------------
|
||||
PostgreSQL 7.4.1 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 3.3.1 (SuSE Linux)
|
||||
(1 row)
|
||||
|
||||
\q
|
||||
</PRE>
|
||||
|
||||
<P>
|
||||
</LI>
|
||||
<LI>PostgreSQL install is done
|
||||
|
||||
</LI>
|
||||
</OL>
|
||||
|
||||
<P>
|
||||
|
||||
<H1><A NAME="SECTION00040000000000000000">
|
||||
GEOS</A>
|
||||
</H1>
|
||||
|
||||
<P>
|
||||
QGIS uses GEOS to properly fetch features from the database when doing an
|
||||
identify or select. You can still view PostGIS layers without GEOS, but you
|
||||
will not be able to create a selection or identify a feature.
|
||||
|
||||
<P>
|
||||
If you choose to proceed without GEOS support, QGIS will warn you each time you load a layer from the database.
|
||||
|
||||
<P>
|
||||
To install GEOS:
|
||||
|
||||
<OL>
|
||||
<LI>Download GEOS source from <TT><A NAME="tex2html3"
|
||||
HREF="http://geos.refractions.net">http://geos.refractions.net</A></TT>
|
||||
</LI>
|
||||
<LI>Untar GEOS
|
||||
<PRE>
|
||||
tar -xzf geos-1.0.0.tar.gz
|
||||
</PRE>
|
||||
</LI>
|
||||
<LI>Change to the GEOS source dir
|
||||
<PRE>
|
||||
cd geos-1.0-.0
|
||||
</PRE>
|
||||
</LI>
|
||||
<LI>Follow the instructions in the GEOS README file to complete the installation. Typically the install goes like this:
|
||||
<PRE>
|
||||
./configure
|
||||
make
|
||||
make install
|
||||
</PRE>
|
||||
|
||||
<P>
|
||||
</LI>
|
||||
</OL>
|
||||
|
||||
<P>
|
||||
|
||||
<H1><A NAME="SECTION00050000000000000000">
|
||||
PostGIS</A>
|
||||
</H1>
|
||||
|
||||
<P>
|
||||
NOTE - 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.
|
||||
|
||||
<OL>
|
||||
<LI>Download PostGIS source from <TT><A NAME="tex2html4"
|
||||
HREF="http://postgis.refractions.net">http://postgis.refractions.net</A></TT>
|
||||
|
||||
<P>
|
||||
</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:
|
||||
<PRE>
|
||||
cd contrib
|
||||
gunzip postgis-0.8.0.tar.gz
|
||||
tar xvf postgis-0.8.0.tar
|
||||
cd postgis-0.8.0
|
||||
make
|
||||
make install
|
||||
createlang plpgsql yourtestdatabase
|
||||
psql -d yourtestdatabase -f postgis.sql
|
||||
psql -d yourtestdatabase -f spatial_ref_sys.sql
|
||||
</PRE>
|
||||
|
||||
<P>
|
||||
</LI>
|
||||
<LI>The <B>better way</B> is to carefully follow the instructions in the PostGIS manual in the doc/html subdirectory or the online manual at <TT><A NAME="tex2html5"
|
||||
HREF="http://postgis.refractions.net/docs">http://postgis.refractions.net/docs</A></TT>
|
||||
</LI>
|
||||
</OL>
|
||||
|
||||
<P>
|
||||
|
||||
<H1><A NAME="SECTION00060000000000000000">
|
||||
GDAL/OGR</A>
|
||||
</H1>
|
||||
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).
|
||||
|
||||
<P>
|
||||
Note: A Linux binary of GDAL is available at <TT><A NAME="tex2html6"
|
||||
HREF="http://www.remotesensing.org/gdal">http://www.remotesensing.org/gdal</A></TT>. 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>
|
||||
To install GDAL/OGR from source:
|
||||
|
||||
<OL>
|
||||
<LI>Download the GDAL distribution from <TT><A NAME="tex2html7"
|
||||
HREF="http://www.remotesensing.org/gdal">http://www.remotesensing.org/gdal</A></TT>. 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. If you want to build vector support for GRASS, you must use GDAL 1.2.0 (see note in Section <A HREF="#label_introduction">1</A>).
|
||||
|
||||
<P>
|
||||
</LI>
|
||||
<LI>Untar the distribution
|
||||
<PRE>
|
||||
tar xfvz /../path/../gdal-x.x.x.tar.gz
|
||||
</PRE>
|
||||
|
||||
<P>
|
||||
</LI>
|
||||
<LI>Change to the gdal-x.x.x subdirectory that was created by step 2
|
||||
<PRE>
|
||||
cd gdal-x.x.x
|
||||
</PRE>
|
||||
|
||||
<P>
|
||||
</LI>
|
||||
<LI>Configure GDAL without PostgreSQL support (necessary):
|
||||
<PRE>
|
||||
./configure --without-pg
|
||||
</PRE>
|
||||
|
||||
<P>
|
||||
</LI>
|
||||
<LI>Build and install GDAL:
|
||||
<PRE>
|
||||
make
|
||||
su
|
||||
make install
|
||||
</PRE>
|
||||
|
||||
<P>
|
||||
</LI>
|
||||
<LI>In order to run GDAL after installing it is necessary for the shared
|
||||
library to be findable. This can often be accomplished by setting
|
||||
LD_LIBRARY_PATH to include /usr/local/lib. On Linux, you can add
|
||||
/usr/local/lib (or whatever path you used for installing GDAL) to
|
||||
/etc/ld.so.conf and run ldconfig as root.
|
||||
|
||||
<P>
|
||||
</LI>
|
||||
<LI>Make sure that gdal-config (found in the bin subdirectory where GDAL was installed) is included in the PATH. If necessary, add the path to gdal-config to the PATH environment variable.
|
||||
<PRE>
|
||||
export PATH=/../path/../gdal-config:$PATH
|
||||
</PRE>
|
||||
|
||||
<P>
|
||||
</LI>
|
||||
<LI>Check the install by running:
|
||||
<PRE>
|
||||
gdal-config --prefix
|
||||
</PRE>
|
||||
|
||||
<P>
|
||||
</LI>
|
||||
</OL>
|
||||
|
||||
<P>
|
||||
If you've had problems during the installation, refer to this manual, where the whole process is described with some more detail: <TT><A NAME="tex2html8"
|
||||
HREF="http://www.remotesensing.org/gdal/gdal_building.html">http://www.remotesensing.org/gdal/gdal_building.html</A></TT>
|
||||
|
||||
<P>
|
||||
|
||||
<H1><A NAME="SECTION00070000000000000000">
|
||||
Qt</A>
|
||||
</H1>
|
||||
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:
|
||||
|
||||
<OL>
|
||||
<LI>Download Qt from <TT><A NAME="tex2html9"
|
||||
HREF="http://www.trolltech.com/developer">http://www.trolltech.com/developer</A></TT> (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>
|
||||
./configure -thread
|
||||
</PRE>
|
||||
|
||||
<P>
|
||||
</LI>
|
||||
<LI>Complete the installation per the instructions provided in the Qt documentation (see step 3)
|
||||
|
||||
</LI>
|
||||
</OL>
|
||||
|
||||
<P>
|
||||
|
||||
<H1><A NAME="SECTION00080000000000000000">
|
||||
Building QGIS</A>
|
||||
</H1>
|
||||
|
||||
<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: <B>Quick and Dirty</B> and the <B>right way</B>.
|
||||
|
||||
<H2><A NAME="SECTION00081000000000000000">
|
||||
Quick and Dirty</A>
|
||||
</H2>
|
||||
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:
|
||||
<PRE>./configure
|
||||
make
|
||||
make install
|
||||
</PRE>
|
||||
The above assumes that the gdal-config program is in your PATH
|
||||
See the next section for the full configuration instructions.
|
||||
|
||||
<H2><A NAME="SECTION00082000000000000000">
|
||||
Configuring QGIS the Right Way</A>
|
||||
</H2>
|
||||
To see the configure options available, change the the QGIS
|
||||
directory and enter:
|
||||
<PRE>
|
||||
./configure --help
|
||||
</PRE>
|
||||
Among other options, there are three that are important to
|
||||
the success of the build:
|
||||
<PRE>
|
||||
--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>
|
||||
|
||||
<P>
|
||||
|
||||
<H3><A NAME="SECTION00082100000000000000">
|
||||
Qt</A>
|
||||
</H3>
|
||||
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.
|
||||
|
||||
<H3><A NAME="SECTION00082200000000000000">
|
||||
GDAL</A>
|
||||
</H3>
|
||||
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:
|
||||
<PRE>
|
||||
/configure --with-gdal=/usr/mystuff/bin/gdal-config
|
||||
</PRE>
|
||||
<H3><A NAME="SECTION00082300000000000000">
|
||||
PostgreSQL</A>
|
||||
</H3>
|
||||
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:
|
||||
<PRE>
|
||||
./configure --with-pg=/usr/local/psql/bin/pg_config
|
||||
</PRE>
|
||||
|
||||
<P>
|
||||
|
||||
<H3><A NAME="SECTION00082400000000000000">
|
||||
Example Use of Configure</A>
|
||||
</H3>
|
||||
<PRE>
|
||||
./configure --prefix=/usr/local/qgis
|
||||
--with-gdal=/usr/local/gdal/bin/gdal-config
|
||||
--with-pg=/usr/local/psql/bin/pg_config
|
||||
</PRE>
|
||||
This will configure QGIS to use both GDAL and PostgreSQL. QGIS will be
|
||||
installed in /usr/local/qgis.
|
||||
|
||||
<P>
|
||||
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
|
||||
|
||||
<H3><A NAME="SECTION00082500000000000000">
|
||||
Compiling and Installing QGIS</A>
|
||||
</H3>
|
||||
Once properly configured simply issue the following commands:
|
||||
<PRE>
|
||||
make
|
||||
make install
|
||||
</PRE>
|
||||
NOTE - 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. In the case of the example above, the QGIS binary resides in the bin subdirectory of the directory specified with the prefix option (/usr/local/qgis/bin).
|
||||
|
||||
<P>
|
||||
|
||||
<H1><A NAME="SECTION00090000000000000000">
|
||||
Building Plugins</A>
|
||||
</H1>
|
||||
The QGIS source distribution contains a number of "core" plugins. These are built along with QGIS using the instructions above. Additional external plugins are available from the QGIS community website at <TT><A NAME="tex2html10"
|
||||
HREF="http://community.qgis.org">http://community.qgis.org</A></TT>. Instructions for building an external plugin can be found at <TT><A NAME="tex2html11"
|
||||
HREF="http://wiki.qgis.org/qgiswiki/StepByStepBuildInstructions">http://wiki.qgis.org/qgiswiki/StepByStepBuildInstructions</A></TT>. Some external plugins may include instructions on building. If so, follow the instructions provided with the plugin rather than those provided in the wiki.
|
||||
<BR><HR>
|
||||
<ADDRESS>
|
||||
Gary Sherman
|
||||
2004-06-28
|
||||
</ADDRESS>
|
||||
</BODY>
|
||||
</HTML>
|
BIN
doc/install.pdf
51
doc/install_guide/Makefile.am
Normal file
@ -0,0 +1,51 @@
|
||||
# Copyright (C) 2004 Jens Oberender <j.obi at troja.net>
|
||||
#
|
||||
# This file is free software; as a special exception the author gives
|
||||
# unlimited permission to copy and/or distribute it, with or without
|
||||
# modifications, as long as this notice is preserved.
|
||||
#
|
||||
# This program is distributed in the hope that it will be useful, but
|
||||
# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
|
||||
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
|
||||
docdatadir = $(datadir)/$(PACKAGE)/doc/install_guide
|
||||
|
||||
docdata_DATA = \
|
||||
contents.png \
|
||||
index.html \
|
||||
install.css \
|
||||
install.html \
|
||||
internals.pl \
|
||||
labels.pl \
|
||||
next_g.png \
|
||||
next.png \
|
||||
node10.html \
|
||||
node11.html \
|
||||
node12.html \
|
||||
node13.html \
|
||||
node14.html \
|
||||
node15.html \
|
||||
node16.html \
|
||||
node17.html \
|
||||
node18.html \
|
||||
node19.html \
|
||||
node1.html \
|
||||
node20.html \
|
||||
node2.html \
|
||||
node3.html \
|
||||
node4.html \
|
||||
node5.html \
|
||||
node6.html \
|
||||
node7.html \
|
||||
node8.html \
|
||||
node9.html \
|
||||
nx_grp_g.png \
|
||||
prev_g.png \
|
||||
prev.png \
|
||||
up_g.png \
|
||||
up.png \
|
||||
WARNINGS
|
||||
|
||||
# generated by ls -1 | sed -e '/CVS/d' -e '/Makefile/d' -e 's#\(.*\)# \1 \\#'
|
||||
|
||||
EXTRA_DIST = $(docdata_DATA)
|
8
doc/install_guide/WARNINGS
Normal file
@ -0,0 +1,8 @@
|
||||
No implementation found for style `graphicx'
|
||||
No implementation found for style `colortbl'
|
||||
No implementation found for style `setspace'
|
||||
No implementation found for style `listings'
|
||||
No implementation found for style `hyperref'
|
||||
No implementation found for style `ae'
|
||||
No implementation found for style `aecompl'
|
||||
No implementation found for style `fancyhdr'
|
BIN
doc/install_guide/contents.png
Normal file
After Width: | Height: | Size: 278 B |
108
doc/install_guide/index.html
Normal file
@ -0,0 +1,108 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
|
||||
<!--Converted with LaTeX2HTML 2002-2-1 (1.70)
|
||||
original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
|
||||
* with significant contributions from:
|
||||
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<TITLE>Building and Installing QGIS</TITLE>
|
||||
<META NAME="description" CONTENT="Building and Installing QGIS">
|
||||
<META NAME="keywords" CONTENT="install">
|
||||
<META NAME="resource-type" CONTENT="document">
|
||||
<META NAME="distribution" CONTENT="global">
|
||||
|
||||
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
|
||||
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1">
|
||||
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
|
||||
|
||||
<LINK REL="STYLESHEET" HREF="install.css">
|
||||
|
||||
<LINK REL="next" HREF="node1.html">
|
||||
</HEAD>
|
||||
|
||||
<BODY >
|
||||
<!--Navigation Panel-->
|
||||
<A NAME="tex2html20"
|
||||
HREF="node1.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up_g.png">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev_g.png">
|
||||
<A NAME="tex2html18"
|
||||
HREF="node1.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html21"
|
||||
HREF="node1.html">Contents</A>
|
||||
<B> <A NAME="tex2html19"
|
||||
HREF="node1.html">Contents</A></B>
|
||||
<BR>
|
||||
<BR>
|
||||
<!--End of Navigation Panel-->
|
||||
|
||||
<P>
|
||||
|
||||
<P>
|
||||
<H1 ALIGN=CENTER>Building and Installing QGIS</H1>
|
||||
<P ALIGN=CENTER><STRONG>Gary Sherman - Tim Sutton</STRONG></P>
|
||||
<P ALIGN=LEFT></P>
|
||||
<BR><HR>
|
||||
<!--Table of Child-Links-->
|
||||
<A NAME="CHILD_LINKS"></A>
|
||||
|
||||
<UL>
|
||||
<LI><A NAME="tex2html22"
|
||||
HREF="node1.html">Contents</A>
|
||||
<LI><A NAME="tex2html23"
|
||||
HREF="node2.html">Introduction</A>
|
||||
<LI><A NAME="tex2html24"
|
||||
HREF="node3.html">Getting QGIS</A>
|
||||
<LI><A NAME="tex2html25"
|
||||
HREF="node4.html">PostgreSQL</A>
|
||||
<LI><A NAME="tex2html26"
|
||||
HREF="node5.html">GEOS</A>
|
||||
<LI><A NAME="tex2html27"
|
||||
HREF="node6.html">PostGIS</A>
|
||||
<LI><A NAME="tex2html28"
|
||||
HREF="node7.html">GRASS</A>
|
||||
<LI><A NAME="tex2html29"
|
||||
HREF="node8.html">GDAL/OGR</A>
|
||||
<LI><A NAME="tex2html30"
|
||||
HREF="node9.html">Qt</A>
|
||||
<LI><A NAME="tex2html31"
|
||||
HREF="node10.html">Building QGIS</A>
|
||||
<UL>
|
||||
<LI><A NAME="tex2html32"
|
||||
HREF="node11.html">Quick and Dirty</A>
|
||||
<LI><A NAME="tex2html33"
|
||||
HREF="node12.html">Configuring QGIS the Right Way</A>
|
||||
<UL>
|
||||
<LI><A NAME="tex2html34"
|
||||
HREF="node13.html">Qt</A>
|
||||
<LI><A NAME="tex2html35"
|
||||
HREF="node14.html">GDAL</A>
|
||||
<LI><A NAME="tex2html36"
|
||||
HREF="node15.html">PostgreSQL</A>
|
||||
<LI><A NAME="tex2html37"
|
||||
HREF="node16.html">GRASS</A>
|
||||
<LI><A NAME="tex2html38"
|
||||
HREF="node17.html">Example Use of Configure</A>
|
||||
<LI><A NAME="tex2html39"
|
||||
HREF="node18.html">Compiling and Installing QGIS</A>
|
||||
</UL>
|
||||
</UL>
|
||||
<BR>
|
||||
<LI><A NAME="tex2html40"
|
||||
HREF="node19.html">Building Plugins</A>
|
||||
<LI><A NAME="tex2html41"
|
||||
HREF="node20.html">About this document ...</A>
|
||||
</UL>
|
||||
<!--End of Table of Child-Links-->
|
||||
<BR><HR>
|
||||
<ADDRESS>
|
||||
Gary Sherman
|
||||
2004-10-01
|
||||
</ADDRESS>
|
||||
</BODY>
|
||||
</HTML>
|
108
doc/install_guide/install.html
Normal file
@ -0,0 +1,108 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
|
||||
<!--Converted with LaTeX2HTML 2002-2-1 (1.70)
|
||||
original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
|
||||
* with significant contributions from:
|
||||
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<TITLE>Building and Installing QGIS</TITLE>
|
||||
<META NAME="description" CONTENT="Building and Installing QGIS">
|
||||
<META NAME="keywords" CONTENT="install">
|
||||
<META NAME="resource-type" CONTENT="document">
|
||||
<META NAME="distribution" CONTENT="global">
|
||||
|
||||
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
|
||||
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1">
|
||||
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
|
||||
|
||||
<LINK REL="STYLESHEET" HREF="install.css">
|
||||
|
||||
<LINK REL="next" HREF="node1.html">
|
||||
</HEAD>
|
||||
|
||||
<BODY >
|
||||
<!--Navigation Panel-->
|
||||
<A NAME="tex2html20"
|
||||
HREF="node1.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up_g.png">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev_g.png">
|
||||
<A NAME="tex2html18"
|
||||
HREF="node1.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html21"
|
||||
HREF="node1.html">Contents</A>
|
||||
<B> <A NAME="tex2html19"
|
||||
HREF="node1.html">Contents</A></B>
|
||||
<BR>
|
||||
<BR>
|
||||
<!--End of Navigation Panel-->
|
||||
|
||||
<P>
|
||||
|
||||
<P>
|
||||
<H1 ALIGN=CENTER>Building and Installing QGIS</H1>
|
||||
<P ALIGN=CENTER><STRONG>Gary Sherman - Tim Sutton</STRONG></P>
|
||||
<P ALIGN=LEFT></P>
|
||||
<BR><HR>
|
||||
<!--Table of Child-Links-->
|
||||
<A NAME="CHILD_LINKS"></A>
|
||||
|
||||
<UL>
|
||||
<LI><A NAME="tex2html22"
|
||||
HREF="node1.html">Contents</A>
|
||||
<LI><A NAME="tex2html23"
|
||||
HREF="node2.html">Introduction</A>
|
||||
<LI><A NAME="tex2html24"
|
||||
HREF="node3.html">Getting QGIS</A>
|
||||
<LI><A NAME="tex2html25"
|
||||
HREF="node4.html">PostgreSQL</A>
|
||||
<LI><A NAME="tex2html26"
|
||||
HREF="node5.html">GEOS</A>
|
||||
<LI><A NAME="tex2html27"
|
||||
HREF="node6.html">PostGIS</A>
|
||||
<LI><A NAME="tex2html28"
|
||||
HREF="node7.html">GRASS</A>
|
||||
<LI><A NAME="tex2html29"
|
||||
HREF="node8.html">GDAL/OGR</A>
|
||||
<LI><A NAME="tex2html30"
|
||||
HREF="node9.html">Qt</A>
|
||||
<LI><A NAME="tex2html31"
|
||||
HREF="node10.html">Building QGIS</A>
|
||||
<UL>
|
||||
<LI><A NAME="tex2html32"
|
||||
HREF="node11.html">Quick and Dirty</A>
|
||||
<LI><A NAME="tex2html33"
|
||||
HREF="node12.html">Configuring QGIS the Right Way</A>
|
||||
<UL>
|
||||
<LI><A NAME="tex2html34"
|
||||
HREF="node13.html">Qt</A>
|
||||
<LI><A NAME="tex2html35"
|
||||
HREF="node14.html">GDAL</A>
|
||||
<LI><A NAME="tex2html36"
|
||||
HREF="node15.html">PostgreSQL</A>
|
||||
<LI><A NAME="tex2html37"
|
||||
HREF="node16.html">GRASS</A>
|
||||
<LI><A NAME="tex2html38"
|
||||
HREF="node17.html">Example Use of Configure</A>
|
||||
<LI><A NAME="tex2html39"
|
||||
HREF="node18.html">Compiling and Installing QGIS</A>
|
||||
</UL>
|
||||
</UL>
|
||||
<BR>
|
||||
<LI><A NAME="tex2html40"
|
||||
HREF="node19.html">Building Plugins</A>
|
||||
<LI><A NAME="tex2html41"
|
||||
HREF="node20.html">About this document ...</A>
|
||||
</UL>
|
||||
<!--End of Table of Child-Links-->
|
||||
<BR><HR>
|
||||
<ADDRESS>
|
||||
Gary Sherman
|
||||
2004-10-01
|
||||
</ADDRESS>
|
||||
</BODY>
|
||||
</HTML>
|
10
doc/install_guide/internals.pl
Normal file
@ -0,0 +1,10 @@
|
||||
# LaTeX2HTML 2002-2-1 (1.70)
|
||||
# Associate internals original text with physical files.
|
||||
|
||||
|
||||
$key = q/label_introduction/;
|
||||
$ref_files{$key} = "$dir".q|node2.html|;
|
||||
$noresave{$key} = "$nosave";
|
||||
|
||||
1;
|
||||
|
17
doc/install_guide/labels.pl
Normal file
@ -0,0 +1,17 @@
|
||||
# LaTeX2HTML 2002-2-1 (1.70)
|
||||
# Associate labels original text with physical files.
|
||||
|
||||
|
||||
$key = q/label_introduction/;
|
||||
$external_labels{$key} = "$URL/" . q|node2.html|;
|
||||
$noresave{$key} = "$nosave";
|
||||
|
||||
1;
|
||||
|
||||
|
||||
# LaTeX2HTML 2002-2-1 (1.70)
|
||||
# labels from external_latex_labels array.
|
||||
|
||||
|
||||
1;
|
||||
|
BIN
doc/install_guide/next.png
Normal file
After Width: | Height: | Size: 245 B |
BIN
doc/install_guide/next_g.png
Normal file
After Width: | Height: | Size: 272 B |
95
doc/install_guide/node1.html
Normal file
@ -0,0 +1,95 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
|
||||
<!--Converted with LaTeX2HTML 2002-2-1 (1.70)
|
||||
original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
|
||||
* with significant contributions from:
|
||||
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<TITLE>Contents</TITLE>
|
||||
<META NAME="description" CONTENT="Contents">
|
||||
<META NAME="keywords" CONTENT="install">
|
||||
<META NAME="resource-type" CONTENT="document">
|
||||
<META NAME="distribution" CONTENT="global">
|
||||
|
||||
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
|
||||
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1">
|
||||
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
|
||||
|
||||
<LINK REL="STYLESHEET" HREF="install.css">
|
||||
|
||||
<LINK REL="next" HREF="node2.html">
|
||||
<LINK REL="previous" HREF="install.html">
|
||||
<LINK REL="up" HREF="install.html">
|
||||
<LINK REL="next" HREF="node2.html">
|
||||
</HEAD>
|
||||
|
||||
<BODY >
|
||||
<!--Navigation Panel-->
|
||||
<A NAME="tex2html50"
|
||||
HREF="node2.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
|
||||
<A NAME="tex2html48"
|
||||
HREF="install.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
|
||||
<A NAME="tex2html42"
|
||||
HREF="install.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html51"
|
||||
HREF="node2.html">Introduction</A>
|
||||
<B> Up:</B> <A NAME="tex2html49"
|
||||
HREF="install.html">Building and Installing QGIS</A>
|
||||
<B> Previous:</B> <A NAME="tex2html43"
|
||||
HREF="install.html">Building and Installing QGIS</A>
|
||||
<BR>
|
||||
<BR>
|
||||
<!--End of Navigation Panel-->
|
||||
<BR>
|
||||
|
||||
<H2><A NAME="SECTION00010000000000000000">
|
||||
Contents</A>
|
||||
</H2>
|
||||
<!--Table of Contents-->
|
||||
|
||||
<UL>
|
||||
<LI><A NAME="tex2html52"
|
||||
HREF="node2.html">Introduction</A>
|
||||
<LI><A NAME="tex2html53"
|
||||
HREF="node3.html">Getting QGIS</A>
|
||||
<LI><A NAME="tex2html54"
|
||||
HREF="node4.html">PostgreSQL</A>
|
||||
<LI><A NAME="tex2html55"
|
||||
HREF="node5.html">GEOS</A>
|
||||
<LI><A NAME="tex2html56"
|
||||
HREF="node6.html">PostGIS</A>
|
||||
<LI><A NAME="tex2html57"
|
||||
HREF="node7.html">GRASS</A>
|
||||
<LI><A NAME="tex2html58"
|
||||
HREF="node8.html">GDAL/OGR</A>
|
||||
<LI><A NAME="tex2html59"
|
||||
HREF="node9.html">Qt</A>
|
||||
<LI><A NAME="tex2html60"
|
||||
HREF="node10.html">Building QGIS</A>
|
||||
<UL>
|
||||
<LI><A NAME="tex2html61"
|
||||
HREF="node11.html">Quick and Dirty</A>
|
||||
<LI><A NAME="tex2html62"
|
||||
HREF="node12.html">Configuring QGIS the Right Way</A>
|
||||
</UL>
|
||||
<BR>
|
||||
<LI><A NAME="tex2html63"
|
||||
HREF="node19.html">Building Plugins</A>
|
||||
</UL>
|
||||
<!--End of Table of Contents-->
|
||||
<P>
|
||||
|
||||
<P>
|
||||
<BR><HR>
|
||||
<ADDRESS>
|
||||
Gary Sherman
|
||||
2004-10-01
|
||||
</ADDRESS>
|
||||
</BODY>
|
||||
</HTML>
|
91
doc/install_guide/node10.html
Normal file
@ -0,0 +1,91 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
|
||||
<!--Converted with LaTeX2HTML 2002-2-1 (1.70)
|
||||
original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
|
||||
* with significant contributions from:
|
||||
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<TITLE>Building QGIS</TITLE>
|
||||
<META NAME="description" CONTENT="Building QGIS">
|
||||
<META NAME="keywords" CONTENT="install">
|
||||
<META NAME="resource-type" CONTENT="document">
|
||||
<META NAME="distribution" CONTENT="global">
|
||||
|
||||
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
|
||||
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1">
|
||||
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
|
||||
|
||||
<LINK REL="STYLESHEET" HREF="install.css">
|
||||
|
||||
<LINK REL="next" HREF="node19.html">
|
||||
<LINK REL="previous" HREF="node9.html">
|
||||
<LINK REL="up" HREF="install.html">
|
||||
<LINK REL="next" HREF="node11.html">
|
||||
</HEAD>
|
||||
|
||||
<BODY >
|
||||
<!--Navigation Panel-->
|
||||
<A NAME="tex2html170"
|
||||
HREF="node11.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
|
||||
<A NAME="tex2html166"
|
||||
HREF="install.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
|
||||
<A NAME="tex2html160"
|
||||
HREF="node9.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
|
||||
<A NAME="tex2html168"
|
||||
HREF="node1.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html171"
|
||||
HREF="node11.html">Quick and Dirty</A>
|
||||
<B> Up:</B> <A NAME="tex2html167"
|
||||
HREF="install.html">Building and Installing QGIS</A>
|
||||
<B> Previous:</B> <A NAME="tex2html161"
|
||||
HREF="node9.html">Qt</A>
|
||||
<B> <A NAME="tex2html169"
|
||||
HREF="node1.html">Contents</A></B>
|
||||
<BR>
|
||||
<BR>
|
||||
<!--End of Navigation Panel-->
|
||||
|
||||
<H1><A NAME="SECTION000100000000000000000">
|
||||
Building QGIS</A>
|
||||
</H1>
|
||||
|
||||
<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: <B>Quick and Dirty</B> and the <B>right way</B>.
|
||||
<BR><HR>
|
||||
<!--Table of Child-Links-->
|
||||
<A NAME="CHILD_LINKS"><STRONG>Subsections</STRONG></A>
|
||||
|
||||
<UL>
|
||||
<LI><A NAME="tex2html172"
|
||||
HREF="node11.html">Quick and Dirty</A>
|
||||
<LI><A NAME="tex2html173"
|
||||
HREF="node12.html">Configuring QGIS the Right Way</A>
|
||||
<UL>
|
||||
<LI><A NAME="tex2html174"
|
||||
HREF="node13.html">Qt</A>
|
||||
<LI><A NAME="tex2html175"
|
||||
HREF="node14.html">GDAL</A>
|
||||
<LI><A NAME="tex2html176"
|
||||
HREF="node15.html">PostgreSQL</A>
|
||||
<LI><A NAME="tex2html177"
|
||||
HREF="node16.html">GRASS</A>
|
||||
<LI><A NAME="tex2html178"
|
||||
HREF="node17.html">Example Use of Configure</A>
|
||||
<LI><A NAME="tex2html179"
|
||||
HREF="node18.html">Compiling and Installing QGIS</A>
|
||||
</UL></UL>
|
||||
<!--End of Table of Child-Links-->
|
||||
<BR><HR>
|
||||
<ADDRESS>
|
||||
Gary Sherman
|
||||
2004-10-01
|
||||
</ADDRESS>
|
||||
</BODY>
|
||||
</HTML>
|
73
doc/install_guide/node11.html
Normal file
@ -0,0 +1,73 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
|
||||
<!--Converted with LaTeX2HTML 2002-2-1 (1.70)
|
||||
original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
|
||||
* with significant contributions from:
|
||||
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<TITLE>Quick and Dirty</TITLE>
|
||||
<META NAME="description" CONTENT="Quick and Dirty">
|
||||
<META NAME="keywords" CONTENT="install">
|
||||
<META NAME="resource-type" CONTENT="document">
|
||||
<META NAME="distribution" CONTENT="global">
|
||||
|
||||
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
|
||||
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1">
|
||||
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
|
||||
|
||||
<LINK REL="STYLESHEET" HREF="install.css">
|
||||
|
||||
<LINK REL="next" HREF="node12.html">
|
||||
<LINK REL="previous" HREF="node10.html">
|
||||
<LINK REL="up" HREF="node10.html">
|
||||
<LINK REL="next" HREF="node12.html">
|
||||
</HEAD>
|
||||
|
||||
<BODY >
|
||||
<!--Navigation Panel-->
|
||||
<A NAME="tex2html190"
|
||||
HREF="node12.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
|
||||
<A NAME="tex2html186"
|
||||
HREF="node10.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
|
||||
<A NAME="tex2html180"
|
||||
HREF="node10.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
|
||||
<A NAME="tex2html188"
|
||||
HREF="node1.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html191"
|
||||
HREF="node12.html">Configuring QGIS the Right</A>
|
||||
<B> Up:</B> <A NAME="tex2html187"
|
||||
HREF="node10.html">Building QGIS</A>
|
||||
<B> Previous:</B> <A NAME="tex2html181"
|
||||
HREF="node10.html">Building QGIS</A>
|
||||
<B> <A NAME="tex2html189"
|
||||
HREF="node1.html">Contents</A></B>
|
||||
<BR>
|
||||
<BR>
|
||||
<!--End of Navigation Panel-->
|
||||
|
||||
<H2><A NAME="SECTION000101000000000000000">
|
||||
Quick and Dirty</A>
|
||||
</H2>
|
||||
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:
|
||||
<PRE>./configure
|
||||
make
|
||||
make install
|
||||
</PRE>
|
||||
The above assumes that the gdal-config program is in your PATH
|
||||
See the next section for the full configuration instructions.
|
||||
<BR><HR>
|
||||
<ADDRESS>
|
||||
Gary Sherman
|
||||
2004-10-01
|
||||
</ADDRESS>
|
||||
</BODY>
|
||||
</HTML>
|
99
doc/install_guide/node12.html
Normal file
@ -0,0 +1,99 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
|
||||
<!--Converted with LaTeX2HTML 2002-2-1 (1.70)
|
||||
original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
|
||||
* with significant contributions from:
|
||||
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<TITLE>Configuring QGIS the Right Way</TITLE>
|
||||
<META NAME="description" CONTENT="Configuring QGIS the Right Way">
|
||||
<META NAME="keywords" CONTENT="install">
|
||||
<META NAME="resource-type" CONTENT="document">
|
||||
<META NAME="distribution" CONTENT="global">
|
||||
|
||||
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
|
||||
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1">
|
||||
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
|
||||
|
||||
<LINK REL="STYLESHEET" HREF="install.css">
|
||||
|
||||
<LINK REL="previous" HREF="node11.html">
|
||||
<LINK REL="up" HREF="node10.html">
|
||||
<LINK REL="next" HREF="node13.html">
|
||||
</HEAD>
|
||||
|
||||
<BODY >
|
||||
<!--Navigation Panel-->
|
||||
<A NAME="tex2html200"
|
||||
HREF="node13.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
|
||||
<A NAME="tex2html196"
|
||||
HREF="node10.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
|
||||
<A NAME="tex2html192"
|
||||
HREF="node11.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
|
||||
<A NAME="tex2html198"
|
||||
HREF="node1.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html201"
|
||||
HREF="node13.html">Qt</A>
|
||||
<B> Up:</B> <A NAME="tex2html197"
|
||||
HREF="node10.html">Building QGIS</A>
|
||||
<B> Previous:</B> <A NAME="tex2html193"
|
||||
HREF="node11.html">Quick and Dirty</A>
|
||||
<B> <A NAME="tex2html199"
|
||||
HREF="node1.html">Contents</A></B>
|
||||
<BR>
|
||||
<BR>
|
||||
<!--End of Navigation Panel-->
|
||||
|
||||
<H2><A NAME="SECTION000102000000000000000">
|
||||
Configuring QGIS the Right Way</A>
|
||||
</H2>
|
||||
To see the configure options available, change the the QGIS
|
||||
directory and enter:
|
||||
<PRE>
|
||||
./configure --help
|
||||
</PRE>
|
||||
Among other options, there are three that are important to
|
||||
the success of the build:
|
||||
<PRE>
|
||||
--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)
|
||||
--with-grass=DIR GRASS Support (full path to GRASS binary package)
|
||||
</PRE>
|
||||
|
||||
<P>
|
||||
<BR><HR>
|
||||
<!--Table of Child-Links-->
|
||||
<A NAME="CHILD_LINKS"><STRONG>Subsections</STRONG></A>
|
||||
|
||||
<UL>
|
||||
<LI><A NAME="tex2html202"
|
||||
HREF="node13.html">Qt</A>
|
||||
<LI><A NAME="tex2html203"
|
||||
HREF="node14.html">GDAL</A>
|
||||
<LI><A NAME="tex2html204"
|
||||
HREF="node15.html">PostgreSQL</A>
|
||||
<LI><A NAME="tex2html205"
|
||||
HREF="node16.html">GRASS</A>
|
||||
<LI><A NAME="tex2html206"
|
||||
HREF="node17.html">Example Use of Configure</A>
|
||||
<LI><A NAME="tex2html207"
|
||||
HREF="node18.html">Compiling and Installing QGIS</A>
|
||||
</UL>
|
||||
<!--End of Table of Child-Links-->
|
||||
<BR><HR>
|
||||
<ADDRESS>
|
||||
Gary Sherman
|
||||
2004-10-01
|
||||
</ADDRESS>
|
||||
</BODY>
|
||||
</HTML>
|
68
doc/install_guide/node13.html
Normal file
@ -0,0 +1,68 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
|
||||
<!--Converted with LaTeX2HTML 2002-2-1 (1.70)
|
||||
original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
|
||||
* with significant contributions from:
|
||||
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<TITLE>Qt</TITLE>
|
||||
<META NAME="description" CONTENT="Qt">
|
||||
<META NAME="keywords" CONTENT="install">
|
||||
<META NAME="resource-type" CONTENT="document">
|
||||
<META NAME="distribution" CONTENT="global">
|
||||
|
||||
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
|
||||
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1">
|
||||
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
|
||||
|
||||
<LINK REL="STYLESHEET" HREF="install.css">
|
||||
|
||||
<LINK REL="next" HREF="node14.html">
|
||||
<LINK REL="previous" HREF="node12.html">
|
||||
<LINK REL="up" HREF="node12.html">
|
||||
<LINK REL="next" HREF="node14.html">
|
||||
</HEAD>
|
||||
|
||||
<BODY >
|
||||
<!--Navigation Panel-->
|
||||
<A NAME="tex2html218"
|
||||
HREF="node14.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
|
||||
<A NAME="tex2html214"
|
||||
HREF="node12.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
|
||||
<A NAME="tex2html208"
|
||||
HREF="node12.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
|
||||
<A NAME="tex2html216"
|
||||
HREF="node1.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html219"
|
||||
HREF="node14.html">GDAL</A>
|
||||
<B> Up:</B> <A NAME="tex2html215"
|
||||
HREF="node12.html">Configuring QGIS the Right</A>
|
||||
<B> Previous:</B> <A NAME="tex2html209"
|
||||
HREF="node12.html">Configuring QGIS the Right</A>
|
||||
<B> <A NAME="tex2html217"
|
||||
HREF="node1.html">Contents</A></B>
|
||||
<BR>
|
||||
<BR>
|
||||
<!--End of Navigation Panel-->
|
||||
|
||||
<H3><A NAME="SECTION000102100000000000000">
|
||||
Qt</A>
|
||||
</H3>
|
||||
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.
|
||||
<BR><HR>
|
||||
<ADDRESS>
|
||||
Gary Sherman
|
||||
2004-10-01
|
||||
</ADDRESS>
|
||||
</BODY>
|
||||
</HTML>
|
70
doc/install_guide/node14.html
Normal file
@ -0,0 +1,70 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
|
||||
<!--Converted with LaTeX2HTML 2002-2-1 (1.70)
|
||||
original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
|
||||
* with significant contributions from:
|
||||
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<TITLE>GDAL</TITLE>
|
||||
<META NAME="description" CONTENT="GDAL">
|
||||
<META NAME="keywords" CONTENT="install">
|
||||
<META NAME="resource-type" CONTENT="document">
|
||||
<META NAME="distribution" CONTENT="global">
|
||||
|
||||
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
|
||||
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1">
|
||||
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
|
||||
|
||||
<LINK REL="STYLESHEET" HREF="install.css">
|
||||
|
||||
<LINK REL="next" HREF="node15.html">
|
||||
<LINK REL="previous" HREF="node13.html">
|
||||
<LINK REL="up" HREF="node12.html">
|
||||
<LINK REL="next" HREF="node15.html">
|
||||
</HEAD>
|
||||
|
||||
<BODY >
|
||||
<!--Navigation Panel-->
|
||||
<A NAME="tex2html230"
|
||||
HREF="node15.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
|
||||
<A NAME="tex2html226"
|
||||
HREF="node12.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
|
||||
<A NAME="tex2html220"
|
||||
HREF="node13.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
|
||||
<A NAME="tex2html228"
|
||||
HREF="node1.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html231"
|
||||
HREF="node15.html">PostgreSQL</A>
|
||||
<B> Up:</B> <A NAME="tex2html227"
|
||||
HREF="node12.html">Configuring QGIS the Right</A>
|
||||
<B> Previous:</B> <A NAME="tex2html221"
|
||||
HREF="node13.html">Qt</A>
|
||||
<B> <A NAME="tex2html229"
|
||||
HREF="node1.html">Contents</A></B>
|
||||
<BR>
|
||||
<BR>
|
||||
<!--End of Navigation Panel-->
|
||||
|
||||
<H3><A NAME="SECTION000102200000000000000">
|
||||
GDAL</A>
|
||||
</H3>
|
||||
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:
|
||||
<PRE>
|
||||
/configure --with-gdal=/usr/mystuff/bin/gdal-config
|
||||
</PRE>
|
||||
<BR><HR>
|
||||
<ADDRESS>
|
||||
Gary Sherman
|
||||
2004-10-01
|
||||
</ADDRESS>
|
||||
</BODY>
|
||||
</HTML>
|
70
doc/install_guide/node15.html
Normal file
@ -0,0 +1,70 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
|
||||
<!--Converted with LaTeX2HTML 2002-2-1 (1.70)
|
||||
original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
|
||||
* with significant contributions from:
|
||||
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<TITLE>PostgreSQL</TITLE>
|
||||
<META NAME="description" CONTENT="PostgreSQL">
|
||||
<META NAME="keywords" CONTENT="install">
|
||||
<META NAME="resource-type" CONTENT="document">
|
||||
<META NAME="distribution" CONTENT="global">
|
||||
|
||||
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
|
||||
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1">
|
||||
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
|
||||
|
||||
<LINK REL="STYLESHEET" HREF="install.css">
|
||||
|
||||
<LINK REL="next" HREF="node16.html">
|
||||
<LINK REL="previous" HREF="node14.html">
|
||||
<LINK REL="up" HREF="node12.html">
|
||||
<LINK REL="next" HREF="node16.html">
|
||||
</HEAD>
|
||||
|
||||
<BODY >
|
||||
<!--Navigation Panel-->
|
||||
<A NAME="tex2html242"
|
||||
HREF="node16.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
|
||||
<A NAME="tex2html238"
|
||||
HREF="node12.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
|
||||
<A NAME="tex2html232"
|
||||
HREF="node14.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
|
||||
<A NAME="tex2html240"
|
||||
HREF="node1.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html243"
|
||||
HREF="node16.html">GRASS</A>
|
||||
<B> Up:</B> <A NAME="tex2html239"
|
||||
HREF="node12.html">Configuring QGIS the Right</A>
|
||||
<B> Previous:</B> <A NAME="tex2html233"
|
||||
HREF="node14.html">GDAL</A>
|
||||
<B> <A NAME="tex2html241"
|
||||
HREF="node1.html">Contents</A></B>
|
||||
<BR>
|
||||
<BR>
|
||||
<!--End of Navigation Panel-->
|
||||
|
||||
<H3><A NAME="SECTION000102300000000000000">
|
||||
PostgreSQL</A>
|
||||
</H3>
|
||||
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:
|
||||
<PRE>
|
||||
./configure --with-pg=/usr/local/psql/bin/pg_config
|
||||
</PRE>
|
||||
<BR><HR>
|
||||
<ADDRESS>
|
||||
Gary Sherman
|
||||
2004-10-01
|
||||
</ADDRESS>
|
||||
</BODY>
|
||||
</HTML>
|
69
doc/install_guide/node16.html
Normal file
@ -0,0 +1,69 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
|
||||
<!--Converted with LaTeX2HTML 2002-2-1 (1.70)
|
||||
original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
|
||||
* with significant contributions from:
|
||||
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<TITLE>GRASS</TITLE>
|
||||
<META NAME="description" CONTENT="GRASS">
|
||||
<META NAME="keywords" CONTENT="install">
|
||||
<META NAME="resource-type" CONTENT="document">
|
||||
<META NAME="distribution" CONTENT="global">
|
||||
|
||||
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
|
||||
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1">
|
||||
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
|
||||
|
||||
<LINK REL="STYLESHEET" HREF="install.css">
|
||||
|
||||
<LINK REL="next" HREF="node17.html">
|
||||
<LINK REL="previous" HREF="node15.html">
|
||||
<LINK REL="up" HREF="node12.html">
|
||||
<LINK REL="next" HREF="node17.html">
|
||||
</HEAD>
|
||||
|
||||
<BODY >
|
||||
<!--Navigation Panel-->
|
||||
<A NAME="tex2html254"
|
||||
HREF="node17.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
|
||||
<A NAME="tex2html250"
|
||||
HREF="node12.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
|
||||
<A NAME="tex2html244"
|
||||
HREF="node15.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
|
||||
<A NAME="tex2html252"
|
||||
HREF="node1.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html255"
|
||||
HREF="node17.html">Example Use of Configure</A>
|
||||
<B> Up:</B> <A NAME="tex2html251"
|
||||
HREF="node12.html">Configuring QGIS the Right</A>
|
||||
<B> Previous:</B> <A NAME="tex2html245"
|
||||
HREF="node15.html">PostgreSQL</A>
|
||||
<B> <A NAME="tex2html253"
|
||||
HREF="node1.html">Contents</A></B>
|
||||
<BR>
|
||||
<BR>
|
||||
<!--End of Navigation Panel-->
|
||||
|
||||
<H3><A NAME="SECTION000102400000000000000">
|
||||
GRASS</A>
|
||||
</H3>
|
||||
To build QGIS with GRASS support you must specify the full path to the installed GRASS binary package:
|
||||
<PRE>
|
||||
./configure --with-grass=/usr/local/grass-5.7.0
|
||||
</PRE>
|
||||
This assumes that GRASS is installed in the default location. Change the path to match the location of your GRASS installation.
|
||||
<BR><HR>
|
||||
<ADDRESS>
|
||||
Gary Sherman
|
||||
2004-10-01
|
||||
</ADDRESS>
|
||||
</BODY>
|
||||
</HTML>
|
79
doc/install_guide/node17.html
Normal file
@ -0,0 +1,79 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
|
||||
<!--Converted with LaTeX2HTML 2002-2-1 (1.70)
|
||||
original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
|
||||
* with significant contributions from:
|
||||
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<TITLE>Example Use of Configure</TITLE>
|
||||
<META NAME="description" CONTENT="Example Use of Configure">
|
||||
<META NAME="keywords" CONTENT="install">
|
||||
<META NAME="resource-type" CONTENT="document">
|
||||
<META NAME="distribution" CONTENT="global">
|
||||
|
||||
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
|
||||
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1">
|
||||
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
|
||||
|
||||
<LINK REL="STYLESHEET" HREF="install.css">
|
||||
|
||||
<LINK REL="next" HREF="node18.html">
|
||||
<LINK REL="previous" HREF="node16.html">
|
||||
<LINK REL="up" HREF="node12.html">
|
||||
<LINK REL="next" HREF="node18.html">
|
||||
</HEAD>
|
||||
|
||||
<BODY >
|
||||
<!--Navigation Panel-->
|
||||
<A NAME="tex2html266"
|
||||
HREF="node18.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
|
||||
<A NAME="tex2html262"
|
||||
HREF="node12.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
|
||||
<A NAME="tex2html256"
|
||||
HREF="node16.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
|
||||
<A NAME="tex2html264"
|
||||
HREF="node1.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html267"
|
||||
HREF="node18.html">Compiling and Installing QGIS</A>
|
||||
<B> Up:</B> <A NAME="tex2html263"
|
||||
HREF="node12.html">Configuring QGIS the Right</A>
|
||||
<B> Previous:</B> <A NAME="tex2html257"
|
||||
HREF="node16.html">GRASS</A>
|
||||
<B> <A NAME="tex2html265"
|
||||
HREF="node1.html">Contents</A></B>
|
||||
<BR>
|
||||
<BR>
|
||||
<!--End of Navigation Panel-->
|
||||
|
||||
<H3><A NAME="SECTION000102500000000000000">
|
||||
Example Use of Configure</A>
|
||||
</H3>
|
||||
An example of use of configure for building QGIS with all options:
|
||||
<PRE>
|
||||
./configure --prefix=/usr/local/qgis \
|
||||
--with-gdal=/usr/local/gdal/bin/gdal-config \
|
||||
--with-pg=/usr/local/psql/bin/pg_config \
|
||||
--with-grass=/usr/local/grass-5.7.0
|
||||
</PRE>
|
||||
This will configure QGIS to use GDAL, GRASS, and PostgreSQL. QGIS will be
|
||||
installed in /usr/local/qgis.
|
||||
|
||||
<P>
|
||||
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. You must still use the -with-grass option if building with GRASS support.
|
||||
<BR><HR>
|
||||
<ADDRESS>
|
||||
Gary Sherman
|
||||
2004-10-01
|
||||
</ADDRESS>
|
||||
</BODY>
|
||||
</HTML>
|
74
doc/install_guide/node18.html
Normal file
@ -0,0 +1,74 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
|
||||
<!--Converted with LaTeX2HTML 2002-2-1 (1.70)
|
||||
original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
|
||||
* with significant contributions from:
|
||||
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<TITLE>Compiling and Installing QGIS</TITLE>
|
||||
<META NAME="description" CONTENT="Compiling and Installing QGIS">
|
||||
<META NAME="keywords" CONTENT="install">
|
||||
<META NAME="resource-type" CONTENT="document">
|
||||
<META NAME="distribution" CONTENT="global">
|
||||
|
||||
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
|
||||
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1">
|
||||
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
|
||||
|
||||
<LINK REL="STYLESHEET" HREF="install.css">
|
||||
|
||||
<LINK REL="previous" HREF="node17.html">
|
||||
<LINK REL="up" HREF="node12.html">
|
||||
<LINK REL="next" HREF="node19.html">
|
||||
</HEAD>
|
||||
|
||||
<BODY >
|
||||
<!--Navigation Panel-->
|
||||
<A NAME="tex2html276"
|
||||
HREF="node19.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
|
||||
<A NAME="tex2html272"
|
||||
HREF="node12.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
|
||||
<A NAME="tex2html268"
|
||||
HREF="node17.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
|
||||
<A NAME="tex2html274"
|
||||
HREF="node1.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html277"
|
||||
HREF="node19.html">Building Plugins</A>
|
||||
<B> Up:</B> <A NAME="tex2html273"
|
||||
HREF="node12.html">Configuring QGIS the Right</A>
|
||||
<B> Previous:</B> <A NAME="tex2html269"
|
||||
HREF="node17.html">Example Use of Configure</A>
|
||||
<B> <A NAME="tex2html275"
|
||||
HREF="node1.html">Contents</A></B>
|
||||
<BR>
|
||||
<BR>
|
||||
<!--End of Navigation Panel-->
|
||||
|
||||
<H3><A NAME="SECTION000102600000000000000">
|
||||
Compiling and Installing QGIS</A>
|
||||
</H3>
|
||||
Once properly configured simply issue the following commands:
|
||||
<PRE>
|
||||
make
|
||||
make install
|
||||
</PRE>
|
||||
NOTE - 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. In the case of the example above, the QGIS binary resides in the bin subdirectory of the directory specified with the prefix option (/usr/local/qgis/bin).
|
||||
<BR>
|
||||
<P>
|
||||
For information on using QGIS see the QGIS User Guide.
|
||||
|
||||
<P>
|
||||
<BR><HR>
|
||||
<ADDRESS>
|
||||
Gary Sherman
|
||||
2004-10-01
|
||||
</ADDRESS>
|
||||
</BODY>
|
||||
</HTML>
|
67
doc/install_guide/node19.html
Normal file
@ -0,0 +1,67 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
|
||||
<!--Converted with LaTeX2HTML 2002-2-1 (1.70)
|
||||
original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
|
||||
* with significant contributions from:
|
||||
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<TITLE>Building Plugins</TITLE>
|
||||
<META NAME="description" CONTENT="Building Plugins">
|
||||
<META NAME="keywords" CONTENT="install">
|
||||
<META NAME="resource-type" CONTENT="document">
|
||||
<META NAME="distribution" CONTENT="global">
|
||||
|
||||
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
|
||||
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1">
|
||||
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
|
||||
|
||||
<LINK REL="STYLESHEET" HREF="install.css">
|
||||
|
||||
<LINK REL="next" HREF="node20.html">
|
||||
<LINK REL="previous" HREF="node10.html">
|
||||
<LINK REL="up" HREF="install.html">
|
||||
<LINK REL="next" HREF="node20.html">
|
||||
</HEAD>
|
||||
|
||||
<BODY >
|
||||
<!--Navigation Panel-->
|
||||
<A NAME="tex2html288"
|
||||
HREF="node20.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
|
||||
<A NAME="tex2html284"
|
||||
HREF="install.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
|
||||
<A NAME="tex2html278"
|
||||
HREF="node18.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
|
||||
<A NAME="tex2html286"
|
||||
HREF="node1.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html289"
|
||||
HREF="node20.html">About this document ...</A>
|
||||
<B> Up:</B> <A NAME="tex2html285"
|
||||
HREF="install.html">Building and Installing QGIS</A>
|
||||
<B> Previous:</B> <A NAME="tex2html279"
|
||||
HREF="node18.html">Compiling and Installing QGIS</A>
|
||||
<B> <A NAME="tex2html287"
|
||||
HREF="node1.html">Contents</A></B>
|
||||
<BR>
|
||||
<BR>
|
||||
<!--End of Navigation Panel-->
|
||||
|
||||
<H1><A NAME="SECTION000110000000000000000">
|
||||
Building Plugins</A>
|
||||
</H1>
|
||||
The QGIS source distribution contains a number of "core" plugins. These are built along with QGIS using the instructions above. Additional external plugins are available from the QGIS community website at <TT><A NAME="tex2html16"
|
||||
HREF="http://community.qgis.org">http://community.qgis.org</A></TT>. Instructions for building an external plugin can be found at <TT><A NAME="tex2html17"
|
||||
HREF="http://wiki.qgis.org/qgiswiki/StepByStepBuildInstructions">http://wiki.qgis.org/qgiswiki/StepByStepBuildInstructions</A></TT>. Some external plugins may include instructions on building. If so, follow the instructions provided with the plugin rather than those provided in the wiki.
|
||||
<BR><HR>
|
||||
<ADDRESS>
|
||||
Gary Sherman
|
||||
2004-10-01
|
||||
</ADDRESS>
|
||||
</BODY>
|
||||
</HTML>
|
127
doc/install_guide/node2.html
Normal file
@ -0,0 +1,127 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
|
||||
<!--Converted with LaTeX2HTML 2002-2-1 (1.70)
|
||||
original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
|
||||
* with significant contributions from:
|
||||
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<TITLE>Introduction</TITLE>
|
||||
<META NAME="description" CONTENT="Introduction">
|
||||
<META NAME="keywords" CONTENT="install">
|
||||
<META NAME="resource-type" CONTENT="document">
|
||||
<META NAME="distribution" CONTENT="global">
|
||||
|
||||
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
|
||||
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1">
|
||||
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
|
||||
|
||||
<LINK REL="STYLESHEET" HREF="install.css">
|
||||
|
||||
<LINK REL="next" HREF="node3.html">
|
||||
<LINK REL="previous" HREF="node1.html">
|
||||
<LINK REL="up" HREF="install.html">
|
||||
<LINK REL="next" HREF="node3.html">
|
||||
</HEAD>
|
||||
|
||||
<BODY >
|
||||
<!--Navigation Panel-->
|
||||
<A NAME="tex2html74"
|
||||
HREF="node3.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
|
||||
<A NAME="tex2html70"
|
||||
HREF="install.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
|
||||
<A NAME="tex2html64"
|
||||
HREF="node1.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
|
||||
<A NAME="tex2html72"
|
||||
HREF="node1.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html75"
|
||||
HREF="node3.html">Getting QGIS</A>
|
||||
<B> Up:</B> <A NAME="tex2html71"
|
||||
HREF="install.html">Building and Installing QGIS</A>
|
||||
<B> Previous:</B> <A NAME="tex2html65"
|
||||
HREF="node1.html">Contents</A>
|
||||
<B> <A NAME="tex2html73"
|
||||
HREF="node1.html">Contents</A></B>
|
||||
<BR>
|
||||
<BR>
|
||||
<!--End of Navigation Panel-->
|
||||
|
||||
<H1><A NAME="SECTION00020000000000000000"></A><A NAME="label_introduction"></A>
|
||||
<BR>
|
||||
Introduction
|
||||
</H1>
|
||||
This document briefly describes how to build QGIS 0.5 (<I>Bandit</I>) from the source distribution. These instructions are for Linux/Unix and other POSIX systems which have the required build environment.
|
||||
<BR>
|
||||
<P>
|
||||
Installing the Windows version of QGIS is simply a matter of unzipping the WIN32 distribution and creating a shortcut to the application. See the README.WIN32 file for additional information regarding the Windows version of QGIS. At version 0.5, the GRASS plugin is not available in Windows.
|
||||
<BR>
|
||||
<P>
|
||||
The latest version of this document can always be found at <TT><A NAME="tex2html1"
|
||||
HREF="http://qgis.org/docs/install.html">http://qgis.org/docs/install.html</A></TT>.
|
||||
<BR>
|
||||
<P>
|
||||
QGIS can be installed with three levels of support for data stores:
|
||||
|
||||
<OL>
|
||||
<LI>Basic raster and vector support (GDAL and OGR formats)
|
||||
</LI>
|
||||
<LI>PostreSQL/GEOS/PostGIS
|
||||
</LI>
|
||||
<LI>GRASS raster and vector support
|
||||
</LI>
|
||||
</OL>
|
||||
|
||||
<P>
|
||||
Basic support uses the GDAL/OGR libraries and supports many raster and vector formats. For more information on the available formats, see <TT><A NAME="tex2html2"
|
||||
HREF="http://www.remotesensing.org:16080/gdal/formats_list.html">http://www.remotesensing.org:16080/gdal/formats_list.html</A></TT> and <TT><A NAME="tex2html3"
|
||||
HREF="http://www.remotesensing.org:16080/gdal/ogr/ogr_formats.html">http://www.remotesensing.org:16080/gdal/ogr/ogr_formats.html</A></TT>.
|
||||
<BR>
|
||||
<P>
|
||||
PostgreSQL/PostGIS support allows you to store spatial data in a PostgreSQL database. GRASS support provides access to GRASS mapsets.
|
||||
<BR>
|
||||
<P>
|
||||
NOTE - IF YOU PLAN TO BUILD QGIS WITH GRASS SUPPORT, VERSION 1.2.3 OR HIGHER
|
||||
OF GDAL MUST BE USED.
|
||||
<BR>
|
||||
<P>
|
||||
Each of the requirements are discussed below. Note that the information given below is abstracted from the installation documentation for each of the libraries. See the install information for each library to get detailed instructions. In the documentation below, the file names and versions used are examples.
|
||||
|
||||
<BR>
|
||||
<P>
|
||||
If you are building QGIS without PostgreSQL or GRASS support, skip to the section on Installing GDAL/OGR.
|
||||
<HR>
|
||||
<!--Navigation Panel-->
|
||||
<A NAME="tex2html74"
|
||||
HREF="node3.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
|
||||
<A NAME="tex2html70"
|
||||
HREF="install.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
|
||||
<A NAME="tex2html64"
|
||||
HREF="node1.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
|
||||
<A NAME="tex2html72"
|
||||
HREF="node1.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html75"
|
||||
HREF="node3.html">Getting QGIS</A>
|
||||
<B> Up:</B> <A NAME="tex2html71"
|
||||
HREF="install.html">Building and Installing QGIS</A>
|
||||
<B> Previous:</B> <A NAME="tex2html65"
|
||||
HREF="node1.html">Contents</A>
|
||||
<B> <A NAME="tex2html73"
|
||||
HREF="node1.html">Contents</A></B>
|
||||
<!--End of Navigation Panel-->
|
||||
<ADDRESS>
|
||||
Gary Sherman
|
||||
2004-10-01
|
||||
</ADDRESS>
|
||||
</BODY>
|
||||
</HTML>
|
74
doc/install_guide/node20.html
Normal file
@ -0,0 +1,74 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
|
||||
<!--Converted with LaTeX2HTML 2002-2-1 (1.70)
|
||||
original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
|
||||
* with significant contributions from:
|
||||
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<TITLE>About this document ...</TITLE>
|
||||
<META NAME="description" CONTENT="About this document ...">
|
||||
<META NAME="keywords" CONTENT="install">
|
||||
<META NAME="resource-type" CONTENT="document">
|
||||
<META NAME="distribution" CONTENT="global">
|
||||
|
||||
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
|
||||
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1">
|
||||
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
|
||||
|
||||
<LINK REL="STYLESHEET" HREF="install.css">
|
||||
|
||||
<LINK REL="previous" HREF="node19.html">
|
||||
<LINK REL="up" HREF="install.html">
|
||||
</HEAD>
|
||||
|
||||
<BODY >
|
||||
<!--Navigation Panel-->
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next_g.png">
|
||||
<A NAME="tex2html294"
|
||||
HREF="install.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
|
||||
<A NAME="tex2html290"
|
||||
HREF="node19.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
|
||||
<A NAME="tex2html296"
|
||||
HREF="node1.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
|
||||
<BR>
|
||||
<B> Up:</B> <A NAME="tex2html295"
|
||||
HREF="install.html">Building and Installing QGIS</A>
|
||||
<B> Previous:</B> <A NAME="tex2html291"
|
||||
HREF="node19.html">Building Plugins</A>
|
||||
<B> <A NAME="tex2html297"
|
||||
HREF="node1.html">Contents</A></B>
|
||||
<BR>
|
||||
<BR>
|
||||
<!--End of Navigation Panel-->
|
||||
|
||||
<H1><A NAME="SECTION000120000000000000000">
|
||||
About this document ...</A>
|
||||
</H1>
|
||||
<STRONG>Building and Installing QGIS</STRONG><P>
|
||||
This document was generated using the
|
||||
<A HREF="http://www.latex2html.org/"><STRONG>LaTeX</STRONG>2<tt>HTML</tt></A> translator Version 2002-2-1 (1.70)
|
||||
<P>
|
||||
Copyright © 1993, 1994, 1995, 1996,
|
||||
<A HREF="http://cbl.leeds.ac.uk/nikos/personal.html">Nikos Drakos</A>,
|
||||
Computer Based Learning Unit, University of Leeds.
|
||||
<BR>
|
||||
Copyright © 1997, 1998, 1999,
|
||||
<A HREF="http://www.maths.mq.edu.au/~ross/">Ross Moore</A>,
|
||||
Mathematics Department, Macquarie University, Sydney.
|
||||
<P>
|
||||
The command line arguments were: <BR>
|
||||
<STRONG>latex2html</STRONG> <TT>install.tex -local_icons</TT>
|
||||
<P>
|
||||
The translation was initiated by Gary Sherman on 2004-10-01
|
||||
<BR><HR>
|
||||
<ADDRESS>
|
||||
Gary Sherman
|
||||
2004-10-01
|
||||
</ADDRESS>
|
||||
</BODY>
|
||||
</HTML>
|
77
doc/install_guide/node3.html
Normal file
@ -0,0 +1,77 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
|
||||
<!--Converted with LaTeX2HTML 2002-2-1 (1.70)
|
||||
original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
|
||||
* with significant contributions from:
|
||||
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<TITLE>Getting QGIS</TITLE>
|
||||
<META NAME="description" CONTENT="Getting QGIS">
|
||||
<META NAME="keywords" CONTENT="install">
|
||||
<META NAME="resource-type" CONTENT="document">
|
||||
<META NAME="distribution" CONTENT="global">
|
||||
|
||||
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
|
||||
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1">
|
||||
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
|
||||
|
||||
<LINK REL="STYLESHEET" HREF="install.css">
|
||||
|
||||
<LINK REL="next" HREF="node4.html">
|
||||
<LINK REL="previous" HREF="node2.html">
|
||||
<LINK REL="up" HREF="install.html">
|
||||
<LINK REL="next" HREF="node4.html">
|
||||
</HEAD>
|
||||
|
||||
<BODY >
|
||||
<!--Navigation Panel-->
|
||||
<A NAME="tex2html86"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
|
||||
<A NAME="tex2html82"
|
||||
HREF="install.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
|
||||
<A NAME="tex2html76"
|
||||
HREF="node2.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
|
||||
<A NAME="tex2html84"
|
||||
HREF="node1.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html87"
|
||||
HREF="node4.html">PostgreSQL</A>
|
||||
<B> Up:</B> <A NAME="tex2html83"
|
||||
HREF="install.html">Building and Installing QGIS</A>
|
||||
<B> Previous:</B> <A NAME="tex2html77"
|
||||
HREF="node2.html">Introduction</A>
|
||||
<B> <A NAME="tex2html85"
|
||||
HREF="node1.html">Contents</A></B>
|
||||
<BR>
|
||||
<BR>
|
||||
<!--End of Navigation Panel-->
|
||||
|
||||
<H1><A NAME="SECTION00030000000000000000">
|
||||
Getting QGIS</A>
|
||||
</H1>
|
||||
QGIS is available in both source and package format from <TT><A NAME="tex2html4"
|
||||
HREF="http://qgis.org">http://qgis.org</A></TT>.
|
||||
<BR>
|
||||
<P>
|
||||
In addition, packages for many Linux distributions are independently maintained in various locations. See
|
||||
<TT><A NAME="tex2html5"
|
||||
HREF="http://qgis.org/download.php">http://qgis.org/download.php</A></TT> for the latest information on package locations.
|
||||
<BR>
|
||||
<P>
|
||||
Packages for most of the software/libraries discussed below can be found for almost all Linux distributions. While it is possible to mix compiling from source and installing packages to meet the requirements for QGIS, sometimes this becomes tricky. Following the steps below will generally ensure a successful installation. If you are using SuSE 9.1, the LinGIS distribution <TT><A NAME="tex2html6"
|
||||
HREF="ftp://ftp.lingis.org">ftp://ftp.lingis.org</A></TT> is a good choice for installing QGIS and its dependencies.
|
||||
|
||||
<P>
|
||||
<BR><HR>
|
||||
<ADDRESS>
|
||||
Gary Sherman
|
||||
2004-10-01
|
||||
</ADDRESS>
|
||||
</BODY>
|
||||
</HTML>
|
212
doc/install_guide/node4.html
Normal file
@ -0,0 +1,212 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
|
||||
<!--Converted with LaTeX2HTML 2002-2-1 (1.70)
|
||||
original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
|
||||
* with significant contributions from:
|
||||
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<TITLE>PostgreSQL</TITLE>
|
||||
<META NAME="description" CONTENT="PostgreSQL">
|
||||
<META NAME="keywords" CONTENT="install">
|
||||
<META NAME="resource-type" CONTENT="document">
|
||||
<META NAME="distribution" CONTENT="global">
|
||||
|
||||
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
|
||||
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1">
|
||||
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
|
||||
|
||||
<LINK REL="STYLESHEET" HREF="install.css">
|
||||
|
||||
<LINK REL="next" HREF="node5.html">
|
||||
<LINK REL="previous" HREF="node3.html">
|
||||
<LINK REL="up" HREF="install.html">
|
||||
<LINK REL="next" HREF="node5.html">
|
||||
</HEAD>
|
||||
|
||||
<BODY >
|
||||
<!--Navigation Panel-->
|
||||
<A NAME="tex2html98"
|
||||
HREF="node5.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
|
||||
<A NAME="tex2html94"
|
||||
HREF="install.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
|
||||
<A NAME="tex2html88"
|
||||
HREF="node3.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
|
||||
<A NAME="tex2html96"
|
||||
HREF="node1.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html99"
|
||||
HREF="node5.html">GEOS</A>
|
||||
<B> Up:</B> <A NAME="tex2html95"
|
||||
HREF="install.html">Building and Installing QGIS</A>
|
||||
<B> Previous:</B> <A NAME="tex2html89"
|
||||
HREF="node3.html">Getting QGIS</A>
|
||||
<B> <A NAME="tex2html97"
|
||||
HREF="node1.html">Contents</A></B>
|
||||
<BR>
|
||||
<BR>
|
||||
<!--End of Navigation Panel-->
|
||||
|
||||
<H1><A NAME="SECTION00040000000000000000">
|
||||
PostgreSQL</A>
|
||||
</H1>
|
||||
QGIS uses the latest features of PostgreSQL. For this reason, version 7.4.x or higher is recommended with QGIS version 0.5. If you choose to add PostgreSQL, you must also install PostGIS and the GEOS library (see below).
|
||||
|
||||
<OL>
|
||||
<LI>Download PostgreSQL source from www.postgresql.org
|
||||
</LI>
|
||||
<LI>Extract the source
|
||||
<PRE>
|
||||
tar -xzf postgresql-7.4.1.tar.gz
|
||||
</PRE>
|
||||
|
||||
<P>
|
||||
</LI>
|
||||
<LI>Change to the source directory
|
||||
<PRE>
|
||||
cd postgresql-7.4.1
|
||||
</PRE>
|
||||
|
||||
<P>
|
||||
</LI>
|
||||
<LI>Configure PostgreSQL:
|
||||
<PRE>
|
||||
./configure --prefix=/usr/local/pgsql
|
||||
</PRE>
|
||||
|
||||
<P>
|
||||
</LI>
|
||||
<LI>Build
|
||||
<PRE>
|
||||
make
|
||||
</PRE>
|
||||
|
||||
<P>
|
||||
</LI>
|
||||
<LI>Install
|
||||
<PRE>
|
||||
make install
|
||||
</PRE>
|
||||
|
||||
<P>
|
||||
</LI>
|
||||
<LI>As root, create the postgres user and setup the database (following taken from PostgreSQL INSTALL file with modification)
|
||||
|
||||
<UL>
|
||||
<LI>Create the postgres user
|
||||
<PRE>
|
||||
adduser postgres
|
||||
</PRE>
|
||||
|
||||
<P>
|
||||
</LI>
|
||||
<LI>Create the directory for the PostgreSQL database
|
||||
<PRE>
|
||||
mkdir /usr/local/pgsql/data
|
||||
</PRE>
|
||||
|
||||
<P>
|
||||
</LI>
|
||||
<LI>Change ownership of the data directory to the postgres user
|
||||
<PRE>
|
||||
chown postgres /usr/local/pgsql/data
|
||||
</PRE>
|
||||
|
||||
<P>
|
||||
</LI>
|
||||
<LI>su to the postgres user (or login as postgres)
|
||||
<PRE>
|
||||
su - postgres
|
||||
</PRE>
|
||||
|
||||
<P>
|
||||
</LI>
|
||||
<LI>Change to the PostgreSQL install directory
|
||||
<PRE>
|
||||
cd /usr/local/pgsql
|
||||
</PRE>
|
||||
|
||||
<P>
|
||||
</LI>
|
||||
<LI>Initialize the database
|
||||
<PRE>
|
||||
./bin/initdb -D /usr/local/pgsql/data
|
||||
</PRE>
|
||||
|
||||
<P>
|
||||
</LI>
|
||||
<LI>Start the PostgreSQL daemon
|
||||
<FONT SIZE="-1"> </FONT><PRE>
|
||||
./bin/pg_ctl start -o "-i" -D /usr/local/pgsql/data -l /home/postgres/serverlog
|
||||
</PRE><FONT SIZE="-1">
|
||||
</FONT>
|
||||
<P>
|
||||
<FONT SIZE="-1">
|
||||
</LI>
|
||||
<LI>Create the test database
|
||||
</FONT>
|
||||
<P>
|
||||
<PRE>
|
||||
./bin/createdb test
|
||||
</PRE><FONT SIZE="-1">
|
||||
</FONT>
|
||||
</LI>
|
||||
</UL>
|
||||
</LI>
|
||||
<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:
|
||||
|
||||
<P>
|
||||
<PRE>
|
||||
psql test
|
||||
select version();
|
||||
version
|
||||
-------------------------------------------------------------------------------------
|
||||
PostgreSQL 7.4.1 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 3.3.1 (SuSE Linux)
|
||||
(1 row)
|
||||
|
||||
\q
|
||||
</PRE>
|
||||
|
||||
<P>
|
||||
</LI>
|
||||
<LI>PostgreSQL install is done
|
||||
|
||||
</LI>
|
||||
</OL>
|
||||
|
||||
<P>
|
||||
<HR>
|
||||
<!--Navigation Panel-->
|
||||
<A NAME="tex2html98"
|
||||
HREF="node5.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
|
||||
<A NAME="tex2html94"
|
||||
HREF="install.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
|
||||
<A NAME="tex2html88"
|
||||
HREF="node3.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
|
||||
<A NAME="tex2html96"
|
||||
HREF="node1.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html99"
|
||||
HREF="node5.html">GEOS</A>
|
||||
<B> Up:</B> <A NAME="tex2html95"
|
||||
HREF="install.html">Building and Installing QGIS</A>
|
||||
<B> Previous:</B> <A NAME="tex2html89"
|
||||
HREF="node3.html">Getting QGIS</A>
|
||||
<B> <A NAME="tex2html97"
|
||||
HREF="node1.html">Contents</A></B>
|
||||
<!--End of Navigation Panel-->
|
||||
<ADDRESS>
|
||||
Gary Sherman
|
||||
2004-10-01
|
||||
</ADDRESS>
|
||||
</BODY>
|
||||
</HTML>
|
102
doc/install_guide/node5.html
Normal file
@ -0,0 +1,102 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
|
||||
<!--Converted with LaTeX2HTML 2002-2-1 (1.70)
|
||||
original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
|
||||
* with significant contributions from:
|
||||
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<TITLE>GEOS</TITLE>
|
||||
<META NAME="description" CONTENT="GEOS">
|
||||
<META NAME="keywords" CONTENT="install">
|
||||
<META NAME="resource-type" CONTENT="document">
|
||||
<META NAME="distribution" CONTENT="global">
|
||||
|
||||
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
|
||||
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1">
|
||||
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
|
||||
|
||||
<LINK REL="STYLESHEET" HREF="install.css">
|
||||
|
||||
<LINK REL="next" HREF="node6.html">
|
||||
<LINK REL="previous" HREF="node4.html">
|
||||
<LINK REL="up" HREF="install.html">
|
||||
<LINK REL="next" HREF="node6.html">
|
||||
</HEAD>
|
||||
|
||||
<BODY >
|
||||
<!--Navigation Panel-->
|
||||
<A NAME="tex2html110"
|
||||
HREF="node6.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
|
||||
<A NAME="tex2html106"
|
||||
HREF="install.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
|
||||
<A NAME="tex2html100"
|
||||
HREF="node4.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
|
||||
<A NAME="tex2html108"
|
||||
HREF="node1.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html111"
|
||||
HREF="node6.html">PostGIS</A>
|
||||
<B> Up:</B> <A NAME="tex2html107"
|
||||
HREF="install.html">Building and Installing QGIS</A>
|
||||
<B> Previous:</B> <A NAME="tex2html101"
|
||||
HREF="node4.html">PostgreSQL</A>
|
||||
<B> <A NAME="tex2html109"
|
||||
HREF="node1.html">Contents</A></B>
|
||||
<BR>
|
||||
<BR>
|
||||
<!--End of Navigation Panel-->
|
||||
|
||||
<H1><A NAME="SECTION00050000000000000000">
|
||||
GEOS</A>
|
||||
</H1>
|
||||
|
||||
<P>
|
||||
QGIS uses GEOS to properly fetch features from the database when doing an
|
||||
identify or select. You can still view PostGIS layers without GEOS, but you
|
||||
will not be able to create a selection or identify a feature.
|
||||
|
||||
<P>
|
||||
If you choose to proceed without GEOS support, QGIS will warn you each time you load a layer from the database.
|
||||
|
||||
<P>
|
||||
To install GEOS:
|
||||
|
||||
<OL>
|
||||
<LI>Download GEOS source from <TT><A NAME="tex2html7"
|
||||
HREF="http://geos.refractions.net">http://geos.refractions.net</A></TT>
|
||||
</LI>
|
||||
<LI>Untar GEOS
|
||||
<PRE>
|
||||
tar -xzf geos-1.0.0.tar.gz
|
||||
</PRE>
|
||||
</LI>
|
||||
<LI>Change to the GEOS source dir
|
||||
<PRE>
|
||||
cd geos-1.0-.0
|
||||
</PRE>
|
||||
</LI>
|
||||
<LI>Follow the instructions in the GEOS README file to complete the installation. Typically the install goes like this:
|
||||
<PRE>
|
||||
./configure
|
||||
make
|
||||
make install
|
||||
</PRE>
|
||||
|
||||
<P>
|
||||
</LI>
|
||||
</OL>
|
||||
|
||||
<P>
|
||||
<BR><HR>
|
||||
<ADDRESS>
|
||||
Gary Sherman
|
||||
2004-10-01
|
||||
</ADDRESS>
|
||||
</BODY>
|
||||
</HTML>
|
100
doc/install_guide/node6.html
Normal file
@ -0,0 +1,100 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
|
||||
<!--Converted with LaTeX2HTML 2002-2-1 (1.70)
|
||||
original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
|
||||
* with significant contributions from:
|
||||
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<TITLE>PostGIS</TITLE>
|
||||
<META NAME="description" CONTENT="PostGIS">
|
||||
<META NAME="keywords" CONTENT="install">
|
||||
<META NAME="resource-type" CONTENT="document">
|
||||
<META NAME="distribution" CONTENT="global">
|
||||
|
||||
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
|
||||
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1">
|
||||
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
|
||||
|
||||
<LINK REL="STYLESHEET" HREF="install.css">
|
||||
|
||||
<LINK REL="next" HREF="node7.html">
|
||||
<LINK REL="previous" HREF="node5.html">
|
||||
<LINK REL="up" HREF="install.html">
|
||||
<LINK REL="next" HREF="node7.html">
|
||||
</HEAD>
|
||||
|
||||
<BODY >
|
||||
<!--Navigation Panel-->
|
||||
<A NAME="tex2html122"
|
||||
HREF="node7.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
|
||||
<A NAME="tex2html118"
|
||||
HREF="install.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
|
||||
<A NAME="tex2html112"
|
||||
HREF="node5.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
|
||||
<A NAME="tex2html120"
|
||||
HREF="node1.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html123"
|
||||
HREF="node7.html">GRASS</A>
|
||||
<B> Up:</B> <A NAME="tex2html119"
|
||||
HREF="install.html">Building and Installing QGIS</A>
|
||||
<B> Previous:</B> <A NAME="tex2html113"
|
||||
HREF="node5.html">GEOS</A>
|
||||
<B> <A NAME="tex2html121"
|
||||
HREF="node1.html">Contents</A></B>
|
||||
<BR>
|
||||
<BR>
|
||||
<!--End of Navigation Panel-->
|
||||
|
||||
<H1><A NAME="SECTION00060000000000000000">
|
||||
PostGIS</A>
|
||||
</H1>
|
||||
|
||||
<P>
|
||||
NOTE - 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.
|
||||
|
||||
<OL>
|
||||
<LI>Download PostGIS source from <TT><A NAME="tex2html8"
|
||||
HREF="http://postgis.refractions.net">http://postgis.refractions.net</A></TT>
|
||||
|
||||
<P>
|
||||
</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:
|
||||
<PRE>
|
||||
cd contrib
|
||||
gunzip postgis-0.8.0.tar.gz
|
||||
tar xvf postgis-0.8.0.tar
|
||||
cd postgis-0.8.0
|
||||
make
|
||||
make install
|
||||
createlang plpgsql yourtestdatabase
|
||||
psql -d yourtestdatabase -f postgis.sql
|
||||
psql -d yourtestdatabase -f spatial_ref_sys.sql
|
||||
</PRE>
|
||||
</LI>
|
||||
</OL>
|
||||
The <B>better way</B> to install PostGIS is to carefully follow the instructions in the PostGIS manual in the doc/html subdirectory or the online manual at <TT><A NAME="tex2html9"
|
||||
HREF="http://postgis.refractions.net/docs">http://postgis.refractions.net/docs</A></TT>
|
||||
<P>
|
||||
<BR><HR>
|
||||
<ADDRESS>
|
||||
Gary Sherman
|
||||
2004-10-01
|
||||
</ADDRESS>
|
||||
</BODY>
|
||||
</HTML>
|
73
doc/install_guide/node7.html
Normal file
@ -0,0 +1,73 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
|
||||
<!--Converted with LaTeX2HTML 2002-2-1 (1.70)
|
||||
original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
|
||||
* with significant contributions from:
|
||||
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<TITLE>GRASS</TITLE>
|
||||
<META NAME="description" CONTENT="GRASS">
|
||||
<META NAME="keywords" CONTENT="install">
|
||||
<META NAME="resource-type" CONTENT="document">
|
||||
<META NAME="distribution" CONTENT="global">
|
||||
|
||||
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
|
||||
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1">
|
||||
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
|
||||
|
||||
<LINK REL="STYLESHEET" HREF="install.css">
|
||||
|
||||
<LINK REL="next" HREF="node8.html">
|
||||
<LINK REL="previous" HREF="node6.html">
|
||||
<LINK REL="up" HREF="install.html">
|
||||
<LINK REL="next" HREF="node8.html">
|
||||
</HEAD>
|
||||
|
||||
<BODY >
|
||||
<!--Navigation Panel-->
|
||||
<A NAME="tex2html134"
|
||||
HREF="node8.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
|
||||
<A NAME="tex2html130"
|
||||
HREF="install.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
|
||||
<A NAME="tex2html124"
|
||||
HREF="node6.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
|
||||
<A NAME="tex2html132"
|
||||
HREF="node1.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html135"
|
||||
HREF="node8.html">GDAL/OGR</A>
|
||||
<B> Up:</B> <A NAME="tex2html131"
|
||||
HREF="install.html">Building and Installing QGIS</A>
|
||||
<B> Previous:</B> <A NAME="tex2html125"
|
||||
HREF="node6.html">PostGIS</A>
|
||||
<B> <A NAME="tex2html133"
|
||||
HREF="node1.html">Contents</A></B>
|
||||
<BR>
|
||||
<BR>
|
||||
<!--End of Navigation Panel-->
|
||||
|
||||
<H1><A NAME="SECTION00070000000000000000">
|
||||
GRASS</A>
|
||||
</H1>
|
||||
If you want QGIS to support GRASS vector and raster layers, you must build GRASS prior to proceeding.
|
||||
Follow the directions on the GRASS website carefully to build version 5.7. Additional information and the build instructions can be found at <TT><A NAME="tex2html10"
|
||||
HREF="http://grass.itc.it">http://grass.itc.it</A></TT>.
|
||||
<BR>
|
||||
<P>
|
||||
The GRASS software is available for download at <TT><A NAME="tex2html11"
|
||||
HREF="http://grass.itc.it/download.html">http://grass.itc.it/download.html</A></TT>.
|
||||
|
||||
<P>
|
||||
<BR><HR>
|
||||
<ADDRESS>
|
||||
Gary Sherman
|
||||
2004-10-01
|
||||
</ADDRESS>
|
||||
</BODY>
|
||||
</HTML>
|
166
doc/install_guide/node8.html
Normal file
@ -0,0 +1,166 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
|
||||
<!--Converted with LaTeX2HTML 2002-2-1 (1.70)
|
||||
original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
|
||||
* with significant contributions from:
|
||||
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<TITLE>GDAL/OGR</TITLE>
|
||||
<META NAME="description" CONTENT="GDAL/OGR">
|
||||
<META NAME="keywords" CONTENT="install">
|
||||
<META NAME="resource-type" CONTENT="document">
|
||||
<META NAME="distribution" CONTENT="global">
|
||||
|
||||
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
|
||||
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1">
|
||||
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
|
||||
|
||||
<LINK REL="STYLESHEET" HREF="install.css">
|
||||
|
||||
<LINK REL="next" HREF="node9.html">
|
||||
<LINK REL="previous" HREF="node7.html">
|
||||
<LINK REL="up" HREF="install.html">
|
||||
<LINK REL="next" HREF="node9.html">
|
||||
</HEAD>
|
||||
|
||||
<BODY >
|
||||
<!--Navigation Panel-->
|
||||
<A NAME="tex2html146"
|
||||
HREF="node9.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
|
||||
<A NAME="tex2html142"
|
||||
HREF="install.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
|
||||
<A NAME="tex2html136"
|
||||
HREF="node7.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
|
||||
<A NAME="tex2html144"
|
||||
HREF="node1.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html147"
|
||||
HREF="node9.html">Qt</A>
|
||||
<B> Up:</B> <A NAME="tex2html143"
|
||||
HREF="install.html">Building and Installing QGIS</A>
|
||||
<B> Previous:</B> <A NAME="tex2html137"
|
||||
HREF="node7.html">GRASS</A>
|
||||
<B> <A NAME="tex2html145"
|
||||
HREF="node1.html">Contents</A></B>
|
||||
<BR>
|
||||
<BR>
|
||||
<!--End of Navigation Panel-->
|
||||
|
||||
<H1><A NAME="SECTION00080000000000000000">
|
||||
GDAL/OGR</A>
|
||||
</H1>
|
||||
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).
|
||||
|
||||
<P>
|
||||
Note: A Linux binary of GDAL is available at <TT><A NAME="tex2html12"
|
||||
HREF="http://www.remotesensing.org/gdal">http://www.remotesensing.org/gdal</A></TT>. 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>
|
||||
To install GDAL/OGR from source:
|
||||
|
||||
<OL>
|
||||
<LI>Download the GDAL distribution from <TT><A NAME="tex2html13"
|
||||
HREF="http://www.remotesensing.org/gdal">http://www.remotesensing.org/gdal</A></TT>. 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. If you want to build vector support for GRASS, you must use GDAL 1.2.3.
|
||||
|
||||
<P>
|
||||
</LI>
|
||||
<LI>Untar the distribution
|
||||
<PRE>
|
||||
tar xfvz /../path/../gdal-x.x.x.tar.gz
|
||||
</PRE>
|
||||
|
||||
<P>
|
||||
</LI>
|
||||
<LI>Change to the gdal-x.x.x subdirectory that was created by step 2
|
||||
<PRE>
|
||||
cd gdal-x.x.x
|
||||
</PRE>
|
||||
|
||||
<P>
|
||||
</LI>
|
||||
<LI>Configure GDAL
|
||||
<PRE>
|
||||
./configure
|
||||
</PRE>
|
||||
or if you want GRASS support
|
||||
<PRE>
|
||||
./configure --with-grass=<full path to grass install>
|
||||
</PRE>
|
||||
Depending on the GDAL version you are building, it may be necessary to specify -without-ogdi when running configure if you don't have the OGDI libary avaiable on your system.
|
||||
|
||||
<P>
|
||||
</LI>
|
||||
<LI>Build and install GDAL:
|
||||
<PRE>
|
||||
make
|
||||
su
|
||||
make install
|
||||
</PRE>
|
||||
|
||||
<P>
|
||||
</LI>
|
||||
<LI>In order to run GDAL after installing it is necessary for the shared
|
||||
library to be findable. This can often be accomplished by setting
|
||||
LD_LIBRARY_PATH to include /usr/local/lib. On Linux, you can add
|
||||
/usr/local/lib (or whatever path you used for installing GDAL) to
|
||||
/etc/ld.so.conf and run ldconfig as root.
|
||||
|
||||
<P>
|
||||
</LI>
|
||||
<LI>Make sure that gdal-config (found in the bin subdirectory where GDAL was installed) is included in the PATH. If necessary, add the path to gdal-config to the PATH environment variable.
|
||||
<PRE>
|
||||
export PATH=/../path/../gdal-config:$PATH
|
||||
</PRE>
|
||||
|
||||
<P>
|
||||
</LI>
|
||||
<LI>Check the install by running:
|
||||
<PRE>
|
||||
gdal-config --prefix
|
||||
</PRE>
|
||||
|
||||
<P>
|
||||
</LI>
|
||||
</OL>
|
||||
|
||||
<P>
|
||||
If you've had problems during the installation, refer to this manual, where the whole process is described with some more detail: <TT><A NAME="tex2html14"
|
||||
HREF="http://www.remotesensing.org/gdal/gdal_building.html">http://www.remotesensing.org/gdal/gdal_building.html</A></TT>
|
||||
|
||||
<P>
|
||||
<HR>
|
||||
<!--Navigation Panel-->
|
||||
<A NAME="tex2html146"
|
||||
HREF="node9.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
|
||||
<A NAME="tex2html142"
|
||||
HREF="install.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
|
||||
<A NAME="tex2html136"
|
||||
HREF="node7.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
|
||||
<A NAME="tex2html144"
|
||||
HREF="node1.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html147"
|
||||
HREF="node9.html">Qt</A>
|
||||
<B> Up:</B> <A NAME="tex2html143"
|
||||
HREF="install.html">Building and Installing QGIS</A>
|
||||
<B> Previous:</B> <A NAME="tex2html137"
|
||||
HREF="node7.html">GRASS</A>
|
||||
<B> <A NAME="tex2html145"
|
||||
HREF="node1.html">Contents</A></B>
|
||||
<!--End of Navigation Panel-->
|
||||
<ADDRESS>
|
||||
Gary Sherman
|
||||
2004-10-01
|
||||
</ADDRESS>
|
||||
</BODY>
|
||||
</HTML>
|
128
doc/install_guide/node9.html
Normal file
@ -0,0 +1,128 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
|
||||
<!--Converted with LaTeX2HTML 2002-2-1 (1.70)
|
||||
original version by: Nikos Drakos, CBLU, University of Leeds
|
||||
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
|
||||
* with significant contributions from:
|
||||
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<TITLE>Qt</TITLE>
|
||||
<META NAME="description" CONTENT="Qt">
|
||||
<META NAME="keywords" CONTENT="install">
|
||||
<META NAME="resource-type" CONTENT="document">
|
||||
<META NAME="distribution" CONTENT="global">
|
||||
|
||||
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
|
||||
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1">
|
||||
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
|
||||
|
||||
<LINK REL="STYLESHEET" HREF="install.css">
|
||||
|
||||
<LINK REL="next" HREF="node10.html">
|
||||
<LINK REL="previous" HREF="node8.html">
|
||||
<LINK REL="up" HREF="install.html">
|
||||
<LINK REL="next" HREF="node10.html">
|
||||
</HEAD>
|
||||
|
||||
<BODY >
|
||||
<!--Navigation Panel-->
|
||||
<A NAME="tex2html158"
|
||||
HREF="node10.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
|
||||
<A NAME="tex2html154"
|
||||
HREF="install.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
|
||||
<A NAME="tex2html148"
|
||||
HREF="node8.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
|
||||
<A NAME="tex2html156"
|
||||
HREF="node1.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html159"
|
||||
HREF="node10.html">Building QGIS</A>
|
||||
<B> Up:</B> <A NAME="tex2html155"
|
||||
HREF="install.html">Building and Installing QGIS</A>
|
||||
<B> Previous:</B> <A NAME="tex2html149"
|
||||
HREF="node8.html">GDAL/OGR</A>
|
||||
<B> <A NAME="tex2html157"
|
||||
HREF="node1.html">Contents</A></B>
|
||||
<BR>
|
||||
<BR>
|
||||
<!--End of Navigation Panel-->
|
||||
|
||||
<H1><A NAME="SECTION00090000000000000000">
|
||||
Qt</A>
|
||||
</H1>
|
||||
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. You can check the Qt version using the find command:
|
||||
<PRE>
|
||||
find ./ -name qglobal.h 2>/dev/null | xargs grep QT_VERSION_STR
|
||||
</PRE>
|
||||
If you have the locate utility installed you can do the same more quickly using:
|
||||
<PRE>
|
||||
locate qglobal.h | xargs grep QT_VERSION_STR
|
||||
</PRE>
|
||||
In either case the result should look something like this:
|
||||
<PRE>
|
||||
#define QT_VERSION_STR "3.3.1"
|
||||
</PRE>
|
||||
In the example above, Qt 3.3.1 is installed.
|
||||
<BR>
|
||||
<P>
|
||||
If Qt is not 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.
|
||||
<BR>
|
||||
<P>
|
||||
To install Qt from source:
|
||||
|
||||
<OL>
|
||||
<LI>Download Qt from <TT><A NAME="tex2html15"
|
||||
HREF="http://www.trolltech.com/developer">http://www.trolltech.com/developer</A></TT> (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>
|
||||
./configure -thread
|
||||
</PRE>
|
||||
|
||||
<P>
|
||||
</LI>
|
||||
<LI>Complete the installation per the instructions provided in the Qt documentation (see step 3)
|
||||
|
||||
</LI>
|
||||
</OL>
|
||||
|
||||
<P>
|
||||
<HR>
|
||||
<!--Navigation Panel-->
|
||||
<A NAME="tex2html158"
|
||||
HREF="node10.html">
|
||||
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
|
||||
<A NAME="tex2html154"
|
||||
HREF="install.html">
|
||||
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
|
||||
<A NAME="tex2html148"
|
||||
HREF="node8.html">
|
||||
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
|
||||
<A NAME="tex2html156"
|
||||
HREF="node1.html">
|
||||
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
|
||||
<BR>
|
||||
<B> Next:</B> <A NAME="tex2html159"
|
||||
HREF="node10.html">Building QGIS</A>
|
||||
<B> Up:</B> <A NAME="tex2html155"
|
||||
HREF="install.html">Building and Installing QGIS</A>
|
||||
<B> Previous:</B> <A NAME="tex2html149"
|
||||
HREF="node8.html">GDAL/OGR</A>
|
||||
<B> <A NAME="tex2html157"
|
||||
HREF="node1.html">Contents</A></B>
|
||||
<!--End of Navigation Panel-->
|
||||
<ADDRESS>
|
||||
Gary Sherman
|
||||
2004-10-01
|
||||
</ADDRESS>
|
||||
</BODY>
|
||||
</HTML>
|
BIN
doc/install_guide/nx_grp_g.png
Normal file
After Width: | Height: | Size: 386 B |
BIN
doc/install_guide/prev.png
Normal file
After Width: | Height: | Size: 279 B |
BIN
doc/install_guide/prev_g.png
Normal file
After Width: | Height: | Size: 327 B |
BIN
doc/install_guide/up.png
Normal file
After Width: | Height: | Size: 211 B |
BIN
doc/install_guide/up_g.png
Normal file
After Width: | Height: | Size: 231 B |
27
doc/qgisdoc.css
Normal file
@ -0,0 +1,27 @@
|
||||
span.header{
|
||||
font-family: trebuchet,arial,helvetica,sans;
|
||||
font-size: 18pt;
|
||||
}
|
||||
span.subheader{
|
||||
font-family: trebuchet,arial,helvetica,sans;
|
||||
font-size: 14pt;
|
||||
font-weight: normal;
|
||||
}
|
||||
dt{
|
||||
font-size: 10pt;
|
||||
font-weight: bold;
|
||||
}
|
||||
ul.small{
|
||||
font-size: 9pt;
|
||||
}
|
||||
h2{
|
||||
font-size: 14pt;
|
||||
font-family: trebuchet,arial,helvetica,sans;
|
||||
font-weight: normal;
|
||||
}
|
||||
a.link.bar{
|
||||
font-size: 9pt;
|
||||
font-style: italic;
|
||||
}
|
||||
}
|
||||
}
|
@ -1,911 +0,0 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>QGIS User Guide</title>
|
||||
<link type="text/css" href="skin/page.css" rel="stylesheet">
|
||||
<script src="skin/fontsize.js" language="javascript" type="text/javascript"></script><script src="skin/menu.js" language="javascript" type="text/javascript"></script>
|
||||
</head>
|
||||
<body onload="init()" text="#000000" bgcolor="#FFFFFF">
|
||||
<script type="text/javascript">ndeSetTextSize();</script>
|
||||
<!--================= start Banner ==================-->
|
||||
<table summary="header with logos" width="100%" border="0" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<!--================= start Group Logo ==================-->
|
||||
<td bgcolor="#FFFFFF"></td>
|
||||
<!--================= 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-logo.gif"></a>
|
||||
</div>
|
||||
</td>
|
||||
<!--================= end Project Logo ==================-->
|
||||
<!--================= start Search ==================--><td valign="top" rowspan="2" bgcolor="#FFFFFF" align="right" class="search"></td>
|
||||
<!--================= end Search ==================--><td bgcolor="#FFFFFF" align="right"><img height="10" width="10" alt="" src="skin/images/spacer.gif" class="spacer"><span class="textheader">QGIS</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="bottom" bgcolor="#FFFFFF" colspan="2">
|
||||
<!--================= start Tabs ==================-->
|
||||
<div class="tab">
|
||||
<table summary="tab bar" border="0" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<td width="8"><img alt="" height="8" width="8" src="skin/images/spacer.gif"></td><td valign="bottom">
|
||||
<table summary="selected tab" border="0" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<td height="22" class="top-left"></td><td height="22" valign="middle" bgcolor="#a5b6c6"><span class="tab"><b><a class="base-selected" href="index.html">Documentation</a></b></span></td><td height="22" class="top-right"></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<!--================= end Tabs ==================-->
|
||||
</td><td bgcolor="#FFFFFF"><img alt="" width="1" height="1" src="skin/images/spacer.gif" class="spacer"></td>
|
||||
</tr>
|
||||
<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.2 Pumpkin --");
|
||||
// --></script></span></td>
|
||||
</tr>
|
||||
</table>
|
||||
<!--================= end Banner ==================-->
|
||||
<!--================= start Menu, NavBar, Content ==================-->
|
||||
<table summary="page content" bgcolor="#ffffff" width="100%" border="0" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<td valign="top">
|
||||
<table summary="menu" border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<!--================= start left top NavBar ==================-->
|
||||
<td rowspan="3" valign="top">
|
||||
<table summary="blue line" border="0" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<td bgcolor="#a5b6c6"><img width="10" height="1" alt="" src="skin/images/spacer.gif" class="spacer"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td bgcolor="#CFDCED"><font color="#F7F7F7" size="4" face="Arial, Helvetica, Sans-serif"> </font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td bgcolor="#FFFFFF"><img width="10" height="1" alt="" src="skin/images/spacer.gif" class="spacer"></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<!--================= 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('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>
|
||||
<div class="menupage">
|
||||
<div class="menupagetitle">User Guide</div>
|
||||
<div class="menupageitemgroup">
|
||||
<div class="menupageitem">
|
||||
<a href="#Introduction">Introduction</a>
|
||||
</div>
|
||||
<div class="menupageitem">
|
||||
<a title="Current Features" href="#Current+Features">Current Features...</a>
|
||||
</div>
|
||||
<div class="menupageitem">
|
||||
<a href="#Getting+Started">Getting Started</a>
|
||||
</div>
|
||||
<div class="menupageitem">
|
||||
<a title="Working with vector data" href="#Working+with+vector+data">Working with vector...</a>
|
||||
</div>
|
||||
<div class="menupageitem">
|
||||
<a title="Working with raster data" href="#Working+with+raster+data">Working with raster...</a>
|
||||
</div>
|
||||
<div class="menupageitem">
|
||||
<a title="Creating a QGIS mime type" href="#Creating+a+QGIS+mime+type">Creating a QGIS mim...</a>
|
||||
</div>
|
||||
<div class="menupageitem">
|
||||
<a href="#Acknowledgments">Acknowledgments</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!--================= end Menu items ==================-->
|
||||
</td><td valign="bottom" bgcolor="#F7F7F7"><img width="10" height="10" alt="" src="skin/images/spacer.gif" class="spacer"></td><td bgcolor="#a5b6c6"><img width="1" height="1" alt="" src="skin/images/spacer.gif" class="spacer"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2" rowspan="2" class="bottom-left-thick"></td><td bgcolor="#a5b6c6"><img height="10" width="10" border="0" alt="" src="skin/images/spacer.gif" class="spacer"></td><td colspan="2" rowspan="2" class="bottom-right-thick"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td height="1" bgcolor="#a5b6c6"><img width="1" height="1" alt="" src="skin/images/spacer.gif" class="spacer"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td height="5"><img width="1" height="5" alt="" src="skin/images/spacer.gif" class="spacer"></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td><td valign="top" width="100%">
|
||||
<table summary="content" width="100%" border="0" cellpadding="0" cellspacing="0">
|
||||
<!--================= start middle NavBar ==================-->
|
||||
<tr>
|
||||
<td colspan="3" bgcolor="#a5b6c6"><img width="10" height="1" alt="" src="skin/images/spacer.gif" class="spacer"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" width="10" bgcolor="#CFDCED"><img width="10" height="1" alt="" src="skin/images/spacer.gif" class="spacer"></td><td bgcolor="#CFDCED" width="100%">
|
||||
<table width="100%" border="0" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<td align="left" width="50%" bgcolor="#CFDCED"><span class="trail">
|
||||
|
||||
<script src="skin/breadcrumbs.js" language="JavaScript" type="text/javascript"></script></span><img width="10" height="8" alt="" src="skin/images/spacer.gif" class="spacer"></td><td align="right" width="50%" bgcolor="#CFDCED"><span class="trail">Font size:
|
||||
<input value="-a" class="smallerfont" title="Shrink text" onclick="ndeSetTextSize('decr'); return false;" type="button">
|
||||
<input value="+a" class="biggerfont" title="Enlarge text" onclick="ndeSetTextSize('incr'); return false;" type="button">
|
||||
<input value="Reset" class="resetfont" title="Reset text" onclick="ndeSetTextSize('reset'); return false;" type="button"></span><img width="10" height="8" alt="" src="skin/images/spacer.gif" class="spacer"></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td><td width="10" bgcolor="#CFDCED"><font color="#F7F7F7" size="4" face="Arial, Helvetica, Sans-serif"> </font><img width="10" height="1" alt="" src="skin/images/spacer.gif" class="spacer"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="4" bgcolor="#a5b6c6"><img width="10" height="1" alt="" src="skin/images/spacer.gif" class="spacer"></td>
|
||||
</tr>
|
||||
<!--================= end middle NavBar ==================-->
|
||||
<!--================= start Content==================-->
|
||||
<tr>
|
||||
<td align="left" width="10"><img width="10" height="1" alt="" src="skin/images/spacer.gif" class="spacer"></td><td align="left" width="100%">
|
||||
<div class="content">
|
||||
<table class="title">
|
||||
<tr>
|
||||
<td valign="middle">
|
||||
<h1>QGIS User Guide</h1>
|
||||
</td><td nowrap="nowrap" width="40" align="center"><a class="dida" href="userguide.pdf"><img alt="PDF" src="skin/images/pdfdoc.gif" class="skin"><br>
|
||||
PDF</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
<h3>Version 0.2 (Pumpkin)</h3>
|
||||
|
||||
<a name="N1001E"></a><a name="Introduction"></a>
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td height="10" width="9"></td><td>
|
||||
<h3>Introduction</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">
|
||||
|
||||
|
||||
|
||||
<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.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>
|
||||
<tr>
|
||||
<td height="10" width="9"></td><td>
|
||||
<h3>Current Features</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">
|
||||
|
||||
|
||||
<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>
|
||||
|
||||
<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>
|
||||
<tr>
|
||||
<td height="10" width="9"></td><td>
|
||||
<h3>Getting Started</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">
|
||||
|
||||
|
||||
<p>This section gives you a quick overview of running QGIS and examining data
|
||||
available on the QGIS web page.
|
||||
</p>
|
||||
|
||||
<a name="N10065"></a><a name="Installation"></a>
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td height="10" width="9"></td><td>
|
||||
<h4>Installation</h4>
|
||||
</td><td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="bottom-left"></td><td bgcolor="#a5b6c6"></td><td class="bottom-right"></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<p>Installation of QGIS is documented in the <a href="install.html">Installation Guide</a>.
|
||||
</p>
|
||||
|
||||
<a name="N10073"></a><a name="Sample+Data"></a>
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td height="10" width="9"></td><td>
|
||||
<h4>Sample Data</h4>
|
||||
</td><td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="bottom-left"></td><td bgcolor="#a5b6c6"></td><td class="bottom-right"></td>
|
||||
</tr>
|
||||
</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>
|
||||
</p>
|
||||
|
||||
<a name="N10080"></a><a name="Starting+QGIS"></a>
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td height="10" width="9"></td><td>
|
||||
<h4>Starting QGIS</h4>
|
||||
</td><td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="bottom-left"></td><td bgcolor="#a5b6c6"></td><td class="bottom-right"></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<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>
|
||||
<p>
|
||||
<span class="codefrag">qgis ak_shade.tif alaska.shp majrivers.shp </span>
|
||||
</p>
|
||||
<p>
|
||||
<img alt="QGIS Load Data On Start" src="images/qgis_load_data_on_startup.png"></p>
|
||||
<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>
|
||||
</div>
|
||||
|
||||
<a name="N1009C"></a><a name="The+QGIS+main+window"></a>
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td height="10" width="9"></td><td>
|
||||
<h4>The QGIS main window</h4>
|
||||
</td><td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="bottom-left"></td><td bgcolor="#a5b6c6"></td><td class="bottom-right"></td>
|
||||
</tr>
|
||||
</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>
|
||||
<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>
|
||||
<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>
|
||||
|
||||
<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>
|
||||
|
||||
<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>
|
||||
|
||||
<li>
|
||||
<img alt="Add Raster Layers" src="images/gis_add_raster_layer.png"> - Add one or more raster layers
|
||||
to the map view. </li>
|
||||
|
||||
</ul>
|
||||
<p>The Tools Menu:</p>
|
||||
<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>
|
||||
|
||||
<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>
|
||||
|
||||
<li>
|
||||
<img alt="Preferences" src="images/configure.png"> - Global configuration options
|
||||
for the QGIS application.</li>
|
||||
|
||||
</ul>
|
||||
<p>The Help Menu:</p>
|
||||
<ul>
|
||||
|
||||
<li>
|
||||
<img alt="Contents" src="images/contents.png"> - This opens the help documentation
|
||||
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>
|
||||
|
||||
<li>
|
||||
<img alt="SourceForge Home" src="images/sf.png"> - This will take you to the Sourceforge.net
|
||||
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>
|
||||
|
||||
</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>
|
||||
|
||||
<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>
|
||||
|
||||
<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>
|
||||
|
||||
<li>
|
||||
<img alt="Add Raster Layers" src="images/gis_add_raster_layer.png"> - Add one or more raster layers
|
||||
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>
|
||||
|
||||
<li>
|
||||
<img alt="Zoom Full Extent" src="images/gis_view_all.png"> - Zoom out until all features in all map layers
|
||||
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>
|
||||
|
||||
<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>
|
||||
|
||||
</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>
|
||||
<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>
|
||||
<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>
|
||||
<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>
|
||||
|
||||
</div>
|
||||
|
||||
<a name="N101D3"></a><a name="Working+with+vector+data"></a>
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td height="10" width="9"></td><td>
|
||||
<h3>Working with vector data</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="N101D9"></a><a name="Loading+vector+data"></a>
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td height="10" width="9"></td><td>
|
||||
<h4>Loading vector data</h4>
|
||||
</td><td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="bottom-left"></td><td bgcolor="#a5b6c6"></td><td class="bottom-right"></td>
|
||||
</tr>
|
||||
</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>
|
||||
<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>
|
||||
<p>Navigate to the directory where the shapefiles reside. Select one or
|
||||
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>
|
||||
<p>
|
||||
<img alt="Shapefiles loaded into QGIS" src="images/loaded_shapefiles.png">
|
||||
</p>
|
||||
<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>
|
||||
<tr>
|
||||
<td height="10" width="9"></td><td>
|
||||
<h4>Changing Symbology</h4>
|
||||
</td><td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="bottom-left"></td><td bgcolor="#a5b6c6"></td><td class="bottom-right"></td>
|
||||
</tr>
|
||||
</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>
|
||||
<p>If you like, change the display name of the layer by editing
|
||||
the <em>Display name</em> field.</p>
|
||||
<p>
|
||||
|
||||
<img alt="Layer Properties" src="images/qgis_vector_layer_properties.png">
|
||||
</p>
|
||||
<p>Click on the <em>Legend</em>
|
||||
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>
|
||||
<p>
|
||||
|
||||
<img alt="Changing colors" src="images/qgis_vector_layer_properties2.png">
|
||||
</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>
|
||||
<p>
|
||||
|
||||
<img alt="Changing colors" src="images/qgis_vector_layer_properties3.png">
|
||||
</p>
|
||||
|
||||
<a name="N1023F"></a><a name="Identifying+a+Feature"></a>
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td height="10" width="9"></td><td>
|
||||
<h4>Identifying a Feature</h4>
|
||||
</td><td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="bottom-left"></td><td bgcolor="#a5b6c6"></td><td class="bottom-right"></td>
|
||||
</tr>
|
||||
</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>
|
||||
|
||||
</div>
|
||||
|
||||
<a name="N1024E"></a><a name="Working+with+raster+data"></a>
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td height="10" width="9"></td><td>
|
||||
<h3>Working with raster data</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="N10254"></a><a name="What+is+raster+data%3F"></a>
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td height="10" width="9"></td><td>
|
||||
<h4>What is raster data?</h4>
|
||||
</td><td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="bottom-left"></td><td bgcolor="#a5b6c6"></td><td class="bottom-right"></td>
|
||||
</tr>
|
||||
</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>
|
||||
<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>
|
||||
<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>
|
||||
|
||||
<a name="N10264"></a><a name="Raster+formats+supported+in+QGIS."></a>
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td height="10" width="9"></td><td>
|
||||
<h4>Raster formats supported in QGIS.</h4>
|
||||
</td><td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="bottom-left"></td><td bgcolor="#a5b6c6"></td><td class="bottom-right"></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</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>
|
||||
|
||||
<a name="N1028D"></a><a name="Loading+raster+data+in+QGIS"></a>
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td height="10" width="9"></td><td>
|
||||
<h4>Loading raster data in QGIS</h4>
|
||||
</td><td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="bottom-left"></td><td bgcolor="#a5b6c6"></td><td class="bottom-right"></td>
|
||||
</tr>
|
||||
</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->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>
|
||||
<tr>
|
||||
<td height="10" width="9"></td><td>
|
||||
<h4>Symbolisation and properties for raster layers</h4>
|
||||
</td><td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="bottom-left"></td><td bgcolor="#a5b6c6"></td><td class="bottom-right"></td>
|
||||
</tr>
|
||||
</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>
|
||||
<p>
|
||||
|
||||
<img alt="Raster Properties Popup" src="images/qgis_raster_popup_properties_selected.png">
|
||||
</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>The legend tab displays basic information aboug the selected raster - including its
|
||||
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>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>
|
||||
<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>
|
||||
<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>
|
||||
<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>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>
|
||||
<p>Statistics for a layer are gathered when pseudocolor rendering is selected and the 'apply'
|
||||
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>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<a name="N1031C"></a><a name="Creating+a+QGIS+mime+type"></a>
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td height="10" width="9"></td><td>
|
||||
<h3>Creating a QGIS mime type</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">
|
||||
|
||||
|
||||
<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>
|
||||
|
||||
<a name="N10329"></a><a name="Acknowledgments"></a>
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td height="10" width="9"></td><td>
|
||||
<h3>Acknowledgments</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">
|
||||
|
||||
|
||||
<p>Hosting for the QGIS project is generously provided by Sourceforge.
|
||||
</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->About->Contributors for a list of people who have donated their time to the QGIS project.</p>
|
||||
|
||||
</div>
|
||||
|
||||
<p align="right">
|
||||
<font size="-2">by Gary Sherman, Tim Sutton</font>
|
||||
</p>
|
||||
</div>
|
||||
</td><td width="10"><img width="10" height="1" alt="" src="skin/images/spacer.gif" class="spacer"></td>
|
||||
</tr>
|
||||
<!--================= end Content==================-->
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<br>
|
||||
<br>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<!--================= end Menu, NavBar, Content ==================-->
|
||||
<!--================= start Footer ==================-->
|
||||
<table summary="footer" cellspacing="0" cellpadding="0" width="100%" border="0">
|
||||
<tr>
|
||||
<td colspan="2" height="1" bgcolor="#F7F7F7"><img height="1" width="1" alt="" src="skin/images/spacer.gif" class="spacer"><a href="skin/images/label.gif"></a><a href="skin/images/page.gif"></a><a href="skin/images/chapter.gif"></a><a href="skin/images/chapter_open.gif"></a><a href="skin/images/current.gif"></a><a href="/favicon.ico"></a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2" bgcolor="#a5b6c6" class="copyright" align="center" width="90%"><span class="footnote">Copyright ©
|
||||
2004 Micro Resources. All rights reserved.
|
||||
<br>
|
||||
<script type="text/javascript" language="JavaScript"><!--
|
||||
// document.write(" - "+"Last Published: " + document.lastModified);
|
||||
// --></script></span></td><td nowrap="nowrap" align="right" bgcolor="#a5b6c6" class="logos"></td>
|
||||
</tr>
|
||||
</table>
|
||||
<!--================= end Footer ==================-->
|
||||
</body>
|
||||
</html>
|
372
i18n/qgis_de.ts
@ -223,7 +223,7 @@
|
||||
<p>Select a GPX or LOC file and then select the feature types that you want to load.</p>
|
||||
</body></html>
|
||||
</source>
|
||||
<translation><html><head><meta name="qrichtext" content="1" /></head><body style="font-size:12pt;font-family:Arial">
|
||||
<translation type="obsolete"><html><head><meta name="qrichtext" content="1" /></head><body style="font-size:12pt;font-family:Arial">
|
||||
<p style="margin-top:16px"><span style="font-size:17pt;font-weight:600">Beschreibung</span></p>
|
||||
<p>GPX ist das <a href="http://www.topografix.com/gpx.asp">GPS eXchange Dateiformt</a>, welches verwendet wird, um Informationen über Wegpunkte, Route und Spuren zu speichern. LOC ist das <a href="http://www.geocaching.com">geocaching.com</a> Wegpunkteformat.</p>
|
||||
<p>Wähle eine GPX oder LOC Datei und dann die Objekttypen zum laden.</p>
|
||||
@ -364,7 +364,7 @@
|
||||
</message>
|
||||
<message>
|
||||
<source>Load GPX or LOC</source>
|
||||
<translation>Lade GPX oder LOC</translation>
|
||||
<translation type="obsolete">Lade GPX oder LOC</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Import other file</source>
|
||||
@ -383,7 +383,7 @@ and a name for the new layer. All file formats can not store waypoints, routes,
|
||||
tracks, so some feature types may be disabled for some file formats.</p>
|
||||
</body></html>
|
||||
</source>
|
||||
<translation><html><head><meta name="qrichtext" content="1" /></head><body style="font-size:12pt;font-family:Arial">
|
||||
<translation type="obsolete"><html><head><meta name="qrichtext" content="1" /></head><body style="font-size:12pt;font-family:Arial">
|
||||
<p style="margin-top:16px"><span style="font-size:17pt;font-weight:600">Beschreibung</span></p>
|
||||
<p>QGIS kann selbst nur GPX und LOC Dateien laden, aber viele andere Formate
|
||||
können mit GPSBabel (<a href="http://gpsbabel.sf.net">http://gpsbabel.sf.net</a>) in GPX
|
||||
@ -557,6 +557,34 @@ nicht installierz ist, wo es QGIS finden kann, funktioniert dieses Werkzeug nich
|
||||
<source>Automatically snap to round number on resize</source>
|
||||
<translation>Automatisch auf runden Zahlen einstellen bei Größenänderung</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Load GPX file</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source><html><head><meta name="qrichtext" content="1" /></head><body style="font-size:12pt;font-family:Arial">
|
||||
<p style="margin-top:16px"><span style="font-size:17pt;font-weight:600">Description</span></p>
|
||||
<p>GPX is the <a href="http://www.topografix.com/gpx.asp">GPS eXchange file format</a>, which is used to store information about waypoints, routes, and tracks.</p>
|
||||
<p>Select a GPX file and then select the feature types that you want to load.</p>
|
||||
</body></html>
|
||||
</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source><html><head><meta name="qrichtext" content="1" /></head><body style="font-size:12pt;font-family:Arial">
|
||||
<p style="margin-top:16px"><span style="font-size:17pt;font-weight:600">Description</span></p>
|
||||
<p>QGIS can only load GPX files by itself, but many other formats
|
||||
can be converted to GPX using GPSBabel (<a href="http://gpsbabel.sf.net">
|
||||
http://gpsbabel.sf.net</a>). This requires that you have GPSBabel installed where
|
||||
QGIS can find it.</p>
|
||||
<p>Select a GPS file format and the file that you want to import, the feature type
|
||||
that you want to use, a GPX filename that you want to save the converted file as,
|
||||
and a name for the new layer. All file formats can not store waypoints, routes, and
|
||||
tracks, so some feature types may be disabled for some file formats.</p>
|
||||
</body></html>
|
||||
</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QFileDialog</name>
|
||||
@ -568,6 +596,10 @@ nicht installierz ist, wo es QGIS finden kann, funktioniert dieses Werkzeug nich
|
||||
<source>Save file dialog</source>
|
||||
<translation>DateispeichernDialog</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Open an OGR Supported Data Source</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QObject</name>
|
||||
@ -645,7 +677,7 @@ nicht installierz ist, wo es QGIS finden kann, funktioniert dieses Werkzeug nich
|
||||
</message>
|
||||
<message>
|
||||
<source>Sourceforge Project Page: http://sourceforge.net/projects/qgis</source>
|
||||
<translation>Sourceforge Projekt Seite: http://sourceforge.net/projects/qgis</translation>
|
||||
<translation type="obsolete">Sourceforge Projekt Seite: http://sourceforge.net/projects/qgis</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Version</source>
|
||||
@ -857,7 +889,7 @@ nicht installierz ist, wo es QGIS finden kann, funktioniert dieses Werkzeug nich
|
||||
</message>
|
||||
<message>
|
||||
<source>Web Page: http://qgis.org</source>
|
||||
<translation>Web Page: http://qgis.org</translation>
|
||||
<translation type="obsolete">Web Page: http://qgis.org</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Problem deleting features</source>
|
||||
@ -879,6 +911,18 @@ nicht installierz ist, wo es QGIS finden kann, funktioniert dieses Werkzeug nich
|
||||
<source>To delete features, you must select a vector layer in the legend</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>QGIS ready</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Quantum GIS is licensed under the GNU General Public License</source>
|
||||
<translation type="unfinished">Quantum GIS ist unter der GNU General Public License lizenziert</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>http://www.gnu.org/licenses</source>
|
||||
<translation type="unfinished">http://www.gnu.org/licenses</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QgisAppBase</name>
|
||||
@ -1442,6 +1486,22 @@ nicht installierz ist, wo es QGIS finden kann, funktioniert dieses Werkzeug nich
|
||||
<source>Map Edit Tools</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Show all layers</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Add to overview</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Capture points</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Plugins Toolbar</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QgsAbout</name>
|
||||
@ -1463,7 +1523,7 @@ nicht installierz ist, wo es QGIS finden kann, funktioniert dieses Werkzeug nich
|
||||
</message>
|
||||
<message>
|
||||
<source>Quantum GIS (qgis)</source>
|
||||
<translation>Quantum GIS (qgis)</translation>
|
||||
<translation type="obsolete">Quantum GIS (qgis)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>What's New</source>
|
||||
@ -1471,15 +1531,15 @@ nicht installierz ist, wo es QGIS finden kann, funktioniert dieses Werkzeug nich
|
||||
</message>
|
||||
<message>
|
||||
<source>License</source>
|
||||
<translation>Lizenz</translation>
|
||||
<translation type="obsolete">Lizenz</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>http://www.gnu.org/licenses</source>
|
||||
<translation>http://www.gnu.org/licenses</translation>
|
||||
<translation type="obsolete">http://www.gnu.org/licenses</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Quantum GIS is licensed under the GNU General Public License</source>
|
||||
<translation>Quantum GIS ist unter der GNU General Public License lizenziert</translation>
|
||||
<translation type="obsolete">Quantum GIS ist unter der GNU General Public License lizenziert</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Contributors</source>
|
||||
@ -1487,7 +1547,7 @@ nicht installierz ist, wo es QGIS finden kann, funktioniert dieses Werkzeug nich
|
||||
</message>
|
||||
<message>
|
||||
<source>Plugins</source>
|
||||
<translation>Plugins</translation>
|
||||
<translation type="obsolete">Plugins</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source><h2>QGIS Contributors</h2></source>
|
||||
@ -1541,6 +1601,27 @@ nicht installierz ist, wo es QGIS finden kann, funktioniert dieses Werkzeug nich
|
||||
<source>Peter Brewer</source>
|
||||
<translation>Peter Brewer</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source><h2>Quantum GIS (qgis)</h2></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source><p align="center">Quantum GIS is licensed under the GNU General Public License<p>
|
||||
<p align="center">http://www.gnu.org/licenses</p></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>QGIS Home Page</source>
|
||||
<translation type="unfinished">QGIS Homepage</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Subscribe to the QGIS-User mailing list</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Providers</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QgsAttributeTableBase</name>
|
||||
@ -2044,6 +2125,10 @@ nicht installierz ist, wo es QGIS finden kann, funktioniert dieses Werkzeug nich
|
||||
<source>Unique Value</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Unique Value Marker</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QgsDlgVectorLayerPropertiesBase</name>
|
||||
@ -2139,10 +2224,6 @@ nicht installierz ist, wo es QGIS finden kann, funktioniert dieses Werkzeug nich
|
||||
<source>Legend type:</source>
|
||||
<translation>Legendentyp:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Display/label field</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Labels</source>
|
||||
<translation type="unfinished">Beschriftungen</translation>
|
||||
@ -2219,44 +2300,44 @@ Faktor</translation>
|
||||
<name>QgsGraSyExtensionWidget</name>
|
||||
<message>
|
||||
<source>Lower</source>
|
||||
<translation>Untere</translation>
|
||||
<translation type="obsolete">Untere</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Upper</source>
|
||||
<translation>Obere</translation>
|
||||
<translation type="obsolete">Obere</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Label</source>
|
||||
<translation>Beschriftung</translation>
|
||||
<translation type="obsolete">Beschriftung</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Outline
|
||||
Color</source>
|
||||
<translation>Rand-
|
||||
<translation type="obsolete">Rand-
|
||||
Farbe</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Outline
|
||||
Style</source>
|
||||
<translation>Rand-
|
||||
<translation type="obsolete">Rand-
|
||||
Stil</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Outline
|
||||
Width</source>
|
||||
<translation>Rand-
|
||||
<translation type="obsolete">Rand-
|
||||
Breite</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Fill
|
||||
Color</source>
|
||||
<translation>Füll-
|
||||
<translation type="obsolete">Füll-
|
||||
Farbe</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Fill
|
||||
Pattern</source>
|
||||
<translation>Füll
|
||||
<translation type="obsolete">Füll
|
||||
Muster</translation>
|
||||
</message>
|
||||
</context>
|
||||
@ -2626,6 +2707,228 @@ Muster</translation>
|
||||
<translation>Schließen</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QgsLUDialogBase</name>
|
||||
<message>
|
||||
<source>Enter class bounds</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Lower value</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>-</source>
|
||||
<translation type="unfinished">-</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>OK</source>
|
||||
<translation type="unfinished">OK</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Cancel</source>
|
||||
<translation type="unfinished">Abbrechen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Upper value</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QgsLabelDialogBase</name>
|
||||
<message>
|
||||
<source>Form1</source>
|
||||
<translation type="unfinished">Formular1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Source:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Field containing label:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Default label:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Preview:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>QGIS Rocks!</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Default Style</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Font Style</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Font</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Font size units are in ...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Points</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Map units</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>%</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Transparency:</source>
|
||||
<translation type="unfinished">Transparenz:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Colour</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Position</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>X Offset (pts):</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Y Offset (pts):</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Offset units are in ...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Buffer Settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Buffer Labels?</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Size:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Buffer size is in ...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Size is in map units</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Size is in points</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Alignment</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Above</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Over</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Left</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Below</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Right</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Above Right</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Below Right</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Above Left</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Below Left</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Angle (deg):</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message encoding="UTF-8">
|
||||
<source>°</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Use best judgement when labels collide</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Data Defined Style</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>&Font family:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>&Italic:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>&Underline:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>&Bold:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>&Size:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>X Coordinate:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Y Coordinate:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Placement:</source>
|
||||
<translation type="unfinished">Platzierung:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>&Colour:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QgsLayerPropertiesBase</name>
|
||||
<message>
|
||||
@ -3927,6 +4230,10 @@ von Objekten zu beheben, ohne sehr nah heranzuzoomen.
|
||||
<source>Fill</source>
|
||||
<translation>Füllen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Label</source>
|
||||
<translation type="unfinished">Beschriftung</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QgsSpitBase</name>
|
||||
@ -4098,6 +4405,21 @@ von Objekten zu beheben, ohne sehr nah heranzuzoomen.
|
||||
<translation type="unfinished">Neuer Eintrag</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QgsUValMaDialogBase</name>
|
||||
<message>
|
||||
<source>Form1</source>
|
||||
<translation type="unfinished">Formular1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Classification Field:</source>
|
||||
<translation type="unfinished">Klassifizierungsfeld:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>New Item</source>
|
||||
<translation type="unfinished">Neuer Eintrag</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QgsVectorLayer</name>
|
||||
<message>
|
||||
@ -4141,15 +4463,15 @@ von Objekten zu beheben, ohne sehr nah heranzuzoomen.
|
||||
<name>QgsVectorLayerProperties</name>
|
||||
<message>
|
||||
<source>single symbol</source>
|
||||
<translation>Einfaches Symbol</translation>
|
||||
<translation type="obsolete">Einfaches Symbol</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>graduated symbol</source>
|
||||
<translation>abgestuftes Symbol</translation>
|
||||
<translation type="obsolete">abgestuftes Symbol</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>continuous color</source>
|
||||
<translation>Fortlaufende Farbe</translation>
|
||||
<translation type="obsolete">Fortlaufende Farbe</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
|
435
i18n/qgis_fr.ts
@ -152,15 +152,6 @@
|
||||
<source>GPS Tools</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source><html><head><meta name="qrichtext" content="1" /></head><body style="font-size:12pt;font-family:Arial">
|
||||
<p style="margin-top:16px"><span style="font-size:17pt;font-weight:600">Description</span></p>
|
||||
<p>GPX is the <a href="http://www.topografix.com/gpx.asp">GPS eXchange file format</a>, which is used to store information about waypoints, routes, and tracks. LOC is the <a href="http://www.geocaching.com">geocaching.com</a> waypoint format.</p>
|
||||
<p>Select a GPX or LOC file and then select the feature types that you want to load.</p>
|
||||
</body></html>
|
||||
</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>File:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
@ -262,29 +253,10 @@
|
||||
<source>Enable North Arrow</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Load GPX or LOC</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Import other file</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source><html><head><meta name="qrichtext" content="1" /></head><body style="font-size:12pt;font-family:Arial">
|
||||
<p style="margin-top:16px"><span style="font-size:17pt;font-weight:600">Description</span></p>
|
||||
<p>QGIS can only load GPX and LOC files by itself, but many other formats
|
||||
can be converted to GPX using GPSBabel (<a href="http://gpsbabel.sf.net">
|
||||
http://gpsbabel.sf.net</a>). This requires that you have GPSBabel installed where
|
||||
QGIS can find it.</p>
|
||||
<p>Select a GPS file format and the file that you want to import, the feature type
|
||||
that you want to use, a GPX filename that you want to save the converted file as,
|
||||
and a name for the new layer. All file formats can not store waypoints, routes, and
|
||||
tracks, so some feature types may be disabled for some file formats.</p>
|
||||
</body></html>
|
||||
</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>File to import:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
@ -419,6 +391,34 @@ have GPSBabel installed where QGIS can find it, this tool will not work.</p&g
|
||||
<source>Automatically snap to round number on resize</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Load GPX file</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source><html><head><meta name="qrichtext" content="1" /></head><body style="font-size:12pt;font-family:Arial">
|
||||
<p style="margin-top:16px"><span style="font-size:17pt;font-weight:600">Description</span></p>
|
||||
<p>GPX is the <a href="http://www.topografix.com/gpx.asp">GPS eXchange file format</a>, which is used to store information about waypoints, routes, and tracks.</p>
|
||||
<p>Select a GPX file and then select the feature types that you want to load.</p>
|
||||
</body></html>
|
||||
</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source><html><head><meta name="qrichtext" content="1" /></head><body style="font-size:12pt;font-family:Arial">
|
||||
<p style="margin-top:16px"><span style="font-size:17pt;font-weight:600">Description</span></p>
|
||||
<p>QGIS can only load GPX files by itself, but many other formats
|
||||
can be converted to GPX using GPSBabel (<a href="http://gpsbabel.sf.net">
|
||||
http://gpsbabel.sf.net</a>). This requires that you have GPSBabel installed where
|
||||
QGIS can find it.</p>
|
||||
<p>Select a GPS file format and the file that you want to import, the feature type
|
||||
that you want to use, a GPX filename that you want to save the converted file as,
|
||||
and a name for the new layer. All file formats can not store waypoints, routes, and
|
||||
tracks, so some feature types may be disabled for some file formats.</p>
|
||||
</body></html>
|
||||
</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QFileDialog</name>
|
||||
@ -430,6 +430,10 @@ have GPSBabel installed where QGIS can find it, this tool will not work.</p&g
|
||||
<source>Save file dialog</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Open an OGR Supported Data Source</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QObject</name>
|
||||
@ -501,10 +505,6 @@ have GPSBabel installed where QGIS can find it, this tool will not work.</p&g
|
||||
<source> (no PostgreSQL support)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Sourceforge Project Page: http://sourceforge.net/projects/qgis</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Version</source>
|
||||
<translation type="unfinished"></translation>
|
||||
@ -701,10 +701,6 @@ have GPSBabel installed where QGIS can find it, this tool will not work.</p&g
|
||||
<source>Extents: </source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Web Page: http://qgis.org</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Problem deleting features</source>
|
||||
<translation type="unfinished"></translation>
|
||||
@ -725,6 +721,18 @@ have GPSBabel installed where QGIS can find it, this tool will not work.</p&g
|
||||
<source>To delete features, you must select a vector layer in the legend</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>QGIS ready</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Quantum GIS is licensed under the GNU General Public License</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>http://www.gnu.org/licenses</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QgisAppBase</name>
|
||||
@ -1264,6 +1272,22 @@ have GPSBabel installed where QGIS can find it, this tool will not work.</p&g
|
||||
<source>Map Edit Tools</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Show all layers</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Add to overview</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Capture points</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Plugins Toolbar</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QgsAbout</name>
|
||||
@ -1283,34 +1307,14 @@ have GPSBabel installed where QGIS can find it, this tool will not work.</p&g
|
||||
<source>Version</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Quantum GIS (qgis)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>What's New</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>License</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>http://www.gnu.org/licenses</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Quantum GIS is licensed under the GNU General Public License</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Contributors</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Plugins</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source><h2>QGIS Contributors</h2></source>
|
||||
<translation type="unfinished"></translation>
|
||||
@ -1363,6 +1367,27 @@ have GPSBabel installed where QGIS can find it, this tool will not work.</p&g
|
||||
<source>Peter Brewer</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source><h2>Quantum GIS (qgis)</h2></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source><p align="center">Quantum GIS is licensed under the GNU General Public License<p>
|
||||
<p align="center">http://www.gnu.org/licenses</p></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>QGIS Home Page</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Subscribe to the QGIS-User mailing list</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Providers</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QgsAttributeTableBase</name>
|
||||
@ -1829,6 +1854,10 @@ have GPSBabel installed where QGIS can find it, this tool will not work.</p&g
|
||||
<source>Unique Value</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Unique Value Marker</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QgsDlgVectorLayerPropertiesBase</name>
|
||||
@ -1924,10 +1953,6 @@ have GPSBabel installed where QGIS can find it, this tool will not work.</p&g
|
||||
<source>Legend type:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Display/label field</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Labels</source>
|
||||
<translation type="unfinished"></translation>
|
||||
@ -2001,43 +2026,6 @@ Factor</source>
|
||||
</context>
|
||||
<context>
|
||||
<name>QgsGraSyExtensionWidget</name>
|
||||
<message>
|
||||
<source>Lower</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Upper</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Label</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Outline
|
||||
Color</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Outline
|
||||
Style</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Outline
|
||||
Width</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Fill
|
||||
Color</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Fill
|
||||
Pattern</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QgsGrassAttributesBase</name>
|
||||
@ -2393,6 +2381,228 @@ Pattern</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QgsLUDialogBase</name>
|
||||
<message>
|
||||
<source>Enter class bounds</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Lower value</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>-</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>OK</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Cancel</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Upper value</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QgsLabelDialogBase</name>
|
||||
<message>
|
||||
<source>Form1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Source:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Field containing label:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Default label:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Preview:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>QGIS Rocks!</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Default Style</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Font Style</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Font</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Font size units are in ...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Points</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Map units</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>%</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Transparency:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Colour</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Position</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>X Offset (pts):</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Y Offset (pts):</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Offset units are in ...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Buffer Settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Buffer Labels?</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Size:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Buffer size is in ...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Size is in map units</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Size is in points</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Alignment</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Above</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Over</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Left</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Below</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Right</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Above Right</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Below Right</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Above Left</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Below Left</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Angle (deg):</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message encoding="UTF-8">
|
||||
<source>°</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Use best judgement when labels collide</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Data Defined Style</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>&Font family:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>&Italic:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>&Underline:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>&Bold:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>&Size:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>X Coordinate:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Y Coordinate:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Placement:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>&Colour:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QgsLegendItemBase</name>
|
||||
<message>
|
||||
@ -3528,6 +3738,10 @@ identifying features without zooming in very close.
|
||||
<source>Fill</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Label</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QgsSpitBase</name>
|
||||
@ -3675,6 +3889,21 @@ identifying features without zooming in very close.
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QgsUValMaDialogBase</name>
|
||||
<message>
|
||||
<source>Form1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Classification Field:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>New Item</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QgsVectorLayer</name>
|
||||
<message>
|
||||
@ -3716,18 +3945,6 @@ identifying features without zooming in very close.
|
||||
</context>
|
||||
<context>
|
||||
<name>QgsVectorLayerProperties</name>
|
||||
<message>
|
||||
<source>single symbol</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>graduated symbol</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>continuous color</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QgsVectorLayerPropertiesBase</name>
|
||||
|
372
i18n/qgis_it.ts
@ -162,7 +162,7 @@
|
||||
<p>Select a GPX or LOC file and then select the feature types that you want to load.</p>
|
||||
</body></html>
|
||||
</source>
|
||||
<translation><html><head><meta name="qrichtext" content="1" /></head><body style="font-size:12pt;font-family:Arial">(new line)
|
||||
<translation type="obsolete"><html><head><meta name="qrichtext" content="1" /></head><body style="font-size:12pt;font-family:Arial">(new line)
|
||||
<p style="margin-top:16px"><span style="font-size:17pt;font-weight:600">Descrizione</span></p>(new line)
|
||||
<p><a href="http://www.topografix.com/gpx.asp">GPX</a> è un formato di scambio di file GPS utilizzato per archiviare informazioni riguardo a punti di passaggio, percorsi e tracciati. LOC è il formato utilizzato da <a href="http://www.geocaching.com">geocaching.com</a> per archiviare i punti di passaggio.</p>
|
||||
<p>Selezionare un file GPX o LOC e la tipologia di dato da utilizzare</p>
|
||||
@ -283,7 +283,7 @@
|
||||
</message>
|
||||
<message>
|
||||
<source>Load GPX or LOC</source>
|
||||
<translation>Carica GPX o LOC</translation>
|
||||
<translation type="obsolete">Carica GPX o LOC</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Import other file</source>
|
||||
@ -302,7 +302,7 @@ and a name for the new layer. All file formats can not store waypoints, routes,
|
||||
tracks, so some feature types may be disabled for some file formats.</p>
|
||||
</body></html>
|
||||
</source>
|
||||
<translation><html><head><meta name="qrichtext" content="1" /></head><body style="font-size:12pt;font-family:Arial">
|
||||
<translation type="obsolete"><html><head><meta name="qrichtext" content="1" /></head><body style="font-size:12pt;font-family:Arial">
|
||||
<p style="margin-top:16px"><span style="font-size:17pt;font-weight:600">Descrizione</span></p>
|
||||
<p> QGIS è in grado gestire i file GPX e LOC, per altri tipi di formato fa uso di GPSBabel (<a href="http://gpsbabel.sf.net">http://gpsbabel.sf.net</a>) convertendo in GPX. pertanto necessario che GPSBabel sia installato in un percorso accessibile da QGIS.</p><p>Selezionare: il formato GPS, il file che si vuole convertire, la tipologia di dato, il nome del file GPX da salvare e convertire, e il nome del nuovo livello. Non tutti i formati sono in grado di gestire punti di passaggio, percorsi e tratti, pertanto alcune tipologie di dato potrebbero essere disabilitate.</p></body></html></translation>
|
||||
</message>
|
||||
@ -450,6 +450,34 @@ have GPSBabel installed where QGIS can find it, this tool will not work.</p&g
|
||||
<source>© QGIS 2004</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Load GPX file</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source><html><head><meta name="qrichtext" content="1" /></head><body style="font-size:12pt;font-family:Arial">
|
||||
<p style="margin-top:16px"><span style="font-size:17pt;font-weight:600">Description</span></p>
|
||||
<p>GPX is the <a href="http://www.topografix.com/gpx.asp">GPS eXchange file format</a>, which is used to store information about waypoints, routes, and tracks.</p>
|
||||
<p>Select a GPX file and then select the feature types that you want to load.</p>
|
||||
</body></html>
|
||||
</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source><html><head><meta name="qrichtext" content="1" /></head><body style="font-size:12pt;font-family:Arial">
|
||||
<p style="margin-top:16px"><span style="font-size:17pt;font-weight:600">Description</span></p>
|
||||
<p>QGIS can only load GPX files by itself, but many other formats
|
||||
can be converted to GPX using GPSBabel (<a href="http://gpsbabel.sf.net">
|
||||
http://gpsbabel.sf.net</a>). This requires that you have GPSBabel installed where
|
||||
QGIS can find it.</p>
|
||||
<p>Select a GPS file format and the file that you want to import, the feature type
|
||||
that you want to use, a GPX filename that you want to save the converted file as,
|
||||
and a name for the new layer. All file formats can not store waypoints, routes, and
|
||||
tracks, so some feature types may be disabled for some file formats.</p>
|
||||
</body></html>
|
||||
</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QFileDialog</name>
|
||||
@ -461,6 +489,10 @@ have GPSBabel installed where QGIS can find it, this tool will not work.</p&g
|
||||
<source>Save file dialog</source>
|
||||
<translation>Finestra di selezione per salvare un file</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Open an OGR Supported Data Source</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QObject</name>
|
||||
@ -534,7 +566,7 @@ have GPSBabel installed where QGIS can find it, this tool will not work.</p&g
|
||||
</message>
|
||||
<message>
|
||||
<source>Sourceforge Project Page: http://sourceforge.net/projects/qgis</source>
|
||||
<translation>Pagina Sourceforge del progetto: http://sourceforge.net/projects/qgis</translation>
|
||||
<translation type="obsolete">Pagina Sourceforge del progetto: http://sourceforge.net/projects/qgis</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Version</source>
|
||||
@ -734,7 +766,7 @@ have GPSBabel installed where QGIS can find it, this tool will not work.</p&g
|
||||
</message>
|
||||
<message>
|
||||
<source>Web Page: http://qgis.org</source>
|
||||
<translation>Pagina web: http://qgis.org</translation>
|
||||
<translation type="obsolete">Pagina web: http://qgis.org</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Problem deleting features</source>
|
||||
@ -756,6 +788,18 @@ have GPSBabel installed where QGIS can find it, this tool will not work.</p&g
|
||||
<source>To delete features, you must select a vector layer in the legend</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>QGIS ready</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Quantum GIS is licensed under the GNU General Public License</source>
|
||||
<translation type="unfinished">Quantum GIS è distribuito con la licenza GNU General Public License</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>http://www.gnu.org/licenses</source>
|
||||
<translation type="unfinished">http://www.gnu.org/licenses</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QgisAppBase</name>
|
||||
@ -1299,6 +1343,22 @@ http://www.remotesensing.org/gdal/formats_list.html</translation>
|
||||
<source>Map Edit Tools</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Show all layers</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Add to overview</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Capture points</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Plugins Toolbar</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QgsAbout</name>
|
||||
@ -1320,7 +1380,7 @@ http://www.remotesensing.org/gdal/formats_list.html</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Quantum GIS (qgis)</source>
|
||||
<translation>Quantum GIS (qgis)</translation>
|
||||
<translation type="obsolete">Quantum GIS (qgis)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>What's New</source>
|
||||
@ -1328,15 +1388,15 @@ http://www.remotesensing.org/gdal/formats_list.html</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>License</source>
|
||||
<translation>Licenza</translation>
|
||||
<translation type="obsolete">Licenza</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>http://www.gnu.org/licenses</source>
|
||||
<translation>http://www.gnu.org/licenses</translation>
|
||||
<translation type="obsolete">http://www.gnu.org/licenses</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Quantum GIS is licensed under the GNU General Public License</source>
|
||||
<translation>Quantum GIS è distribuito con la licenza GNU General Public License</translation>
|
||||
<translation type="obsolete">Quantum GIS è distribuito con la licenza GNU General Public License</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Contributors</source>
|
||||
@ -1344,7 +1404,7 @@ http://www.remotesensing.org/gdal/formats_list.html</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Plugins</source>
|
||||
<translation>Plugins</translation>
|
||||
<translation type="obsolete">Plugins</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source><h2>QGIS Contributors</h2></source>
|
||||
@ -1398,6 +1458,27 @@ http://www.remotesensing.org/gdal/formats_list.html</translation>
|
||||
<source>Peter Brewer</source>
|
||||
<translation>Peter Brewer</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source><h2>Quantum GIS (qgis)</h2></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source><p align="center">Quantum GIS is licensed under the GNU General Public License<p>
|
||||
<p align="center">http://www.gnu.org/licenses</p></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>QGIS Home Page</source>
|
||||
<translation type="unfinished">QGIS Home Page</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Subscribe to the QGIS-User mailing list</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Providers</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QgsAttributeTableBase</name>
|
||||
@ -1871,6 +1952,10 @@ Questo bottone non sarà abilitato fino a quando non sarà inserito il carattere
|
||||
<source>Unique Value</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Unique Value Marker</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QgsDlgVectorLayerPropertiesBase</name>
|
||||
@ -1966,10 +2051,6 @@ Questo bottone non sarà abilitato fino a quando non sarà inserito il carattere
|
||||
<source>Legend type:</source>
|
||||
<translation>Tipo legenda</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Display/label field</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Labels</source>
|
||||
<translation type="unfinished"></translation>
|
||||
@ -2046,44 +2127,44 @@ scala</translation>
|
||||
<name>QgsGraSyExtensionWidget</name>
|
||||
<message>
|
||||
<source>Lower</source>
|
||||
<translation>Verso il basso</translation>
|
||||
<translation type="obsolete">Verso il basso</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Upper</source>
|
||||
<translation>In alto</translation>
|
||||
<translation type="obsolete">In alto</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Label</source>
|
||||
<translation>Etichetta</translation>
|
||||
<translation type="obsolete">Etichetta</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Outline
|
||||
Color</source>
|
||||
<translation>Colore
|
||||
<translation type="obsolete">Colore
|
||||
linea esterna</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Outline
|
||||
Style</source>
|
||||
<translation>Stile
|
||||
<translation type="obsolete">Stile
|
||||
linea esterna</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Outline
|
||||
Width</source>
|
||||
<translation>Dimensioni
|
||||
<translation type="obsolete">Dimensioni
|
||||
linea esterna</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Fill
|
||||
Color</source>
|
||||
<translation>Riempimento
|
||||
<translation type="obsolete">Riempimento
|
||||
colore</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Fill
|
||||
Pattern</source>
|
||||
<translation>Riempimento
|
||||
<translation type="obsolete">Riempimento
|
||||
a motivo</translation>
|
||||
</message>
|
||||
</context>
|
||||
@ -2441,6 +2522,228 @@ a motivo</translation>
|
||||
<translation>Chiudi</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QgsLUDialogBase</name>
|
||||
<message>
|
||||
<source>Enter class bounds</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Lower value</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>-</source>
|
||||
<translation type="unfinished">-</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>OK</source>
|
||||
<translation type="unfinished">OK</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Cancel</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Upper value</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QgsLabelDialogBase</name>
|
||||
<message>
|
||||
<source>Form1</source>
|
||||
<translation type="unfinished">Form1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Source:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Field containing label:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Default label:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Preview:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>QGIS Rocks!</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Default Style</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Font Style</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Font</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Font size units are in ...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Points</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Map units</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>%</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Transparency:</source>
|
||||
<translation type="unfinished">Trasparenza:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Colour</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Position</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>X Offset (pts):</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Y Offset (pts):</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Offset units are in ...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Buffer Settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Buffer Labels?</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Size:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Buffer size is in ...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Size is in map units</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Size is in points</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Alignment</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Above</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Over</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Left</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Below</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Right</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Above Right</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Below Right</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Above Left</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Below Left</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Angle (deg):</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message encoding="UTF-8">
|
||||
<source>°</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Use best judgement when labels collide</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Data Defined Style</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>&Font family:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>&Italic:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>&Underline:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>&Bold:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>&Size:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>X Coordinate:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Y Coordinate:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Placement:</source>
|
||||
<translation type="unfinished">Posizione:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>&Colour:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QgsLegendItemBase</name>
|
||||
<message>
|
||||
@ -3598,6 +3901,10 @@ Per fare questo occorre avere i diritti di scrittura nella cartella dove sono ca
|
||||
<source>Fill</source>
|
||||
<translation>Riempimento</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Label</source>
|
||||
<translation type="unfinished">Etichetta</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QgsSpitBase</name>
|
||||
@ -3745,6 +4052,21 @@ Per fare questo occorre avere i diritti di scrittura nella cartella dove sono ca
|
||||
<translation type="unfinished">Nuovo elemento</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QgsUValMaDialogBase</name>
|
||||
<message>
|
||||
<source>Form1</source>
|
||||
<translation type="unfinished">Form1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Classification Field:</source>
|
||||
<translation type="unfinished">Campo classificazione:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>New Item</source>
|
||||
<translation type="unfinished">Nuovo elemento</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QgsVectorLayer</name>
|
||||
<message>
|
||||
@ -3788,15 +4110,15 @@ Per fare questo occorre avere i diritti di scrittura nella cartella dove sono ca
|
||||
<name>QgsVectorLayerProperties</name>
|
||||
<message>
|
||||
<source>single symbol</source>
|
||||
<translation>simbolo singolo</translation>
|
||||
<translation type="obsolete">simbolo singolo</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>graduated symbol</source>
|
||||
<translation>simbolo graduato</translation>
|
||||
<translation type="obsolete">simbolo graduato</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>continuous color</source>
|
||||
<translation>colore continuo</translation>
|
||||
<translation type="obsolete">colore continuo</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
|
435
i18n/qgis_nl.ts
@ -152,15 +152,6 @@
|
||||
<source>GPS Tools</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source><html><head><meta name="qrichtext" content="1" /></head><body style="font-size:12pt;font-family:Arial">
|
||||
<p style="margin-top:16px"><span style="font-size:17pt;font-weight:600">Description</span></p>
|
||||
<p>GPX is the <a href="http://www.topografix.com/gpx.asp">GPS eXchange file format</a>, which is used to store information about waypoints, routes, and tracks. LOC is the <a href="http://www.geocaching.com">geocaching.com</a> waypoint format.</p>
|
||||
<p>Select a GPX or LOC file and then select the feature types that you want to load.</p>
|
||||
</body></html>
|
||||
</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>File:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
@ -262,29 +253,10 @@
|
||||
<source>Enable North Arrow</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Load GPX or LOC</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Import other file</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source><html><head><meta name="qrichtext" content="1" /></head><body style="font-size:12pt;font-family:Arial">
|
||||
<p style="margin-top:16px"><span style="font-size:17pt;font-weight:600">Description</span></p>
|
||||
<p>QGIS can only load GPX and LOC files by itself, but many other formats
|
||||
can be converted to GPX using GPSBabel (<a href="http://gpsbabel.sf.net">
|
||||
http://gpsbabel.sf.net</a>). This requires that you have GPSBabel installed where
|
||||
QGIS can find it.</p>
|
||||
<p>Select a GPS file format and the file that you want to import, the feature type
|
||||
that you want to use, a GPX filename that you want to save the converted file as,
|
||||
and a name for the new layer. All file formats can not store waypoints, routes, and
|
||||
tracks, so some feature types may be disabled for some file formats.</p>
|
||||
</body></html>
|
||||
</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>File to import:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
@ -419,6 +391,34 @@ have GPSBabel installed where QGIS can find it, this tool will not work.</p&g
|
||||
<source>Automatically snap to round number on resize</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Load GPX file</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source><html><head><meta name="qrichtext" content="1" /></head><body style="font-size:12pt;font-family:Arial">
|
||||
<p style="margin-top:16px"><span style="font-size:17pt;font-weight:600">Description</span></p>
|
||||
<p>GPX is the <a href="http://www.topografix.com/gpx.asp">GPS eXchange file format</a>, which is used to store information about waypoints, routes, and tracks.</p>
|
||||
<p>Select a GPX file and then select the feature types that you want to load.</p>
|
||||
</body></html>
|
||||
</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source><html><head><meta name="qrichtext" content="1" /></head><body style="font-size:12pt;font-family:Arial">
|
||||
<p style="margin-top:16px"><span style="font-size:17pt;font-weight:600">Description</span></p>
|
||||
<p>QGIS can only load GPX files by itself, but many other formats
|
||||
can be converted to GPX using GPSBabel (<a href="http://gpsbabel.sf.net">
|
||||
http://gpsbabel.sf.net</a>). This requires that you have GPSBabel installed where
|
||||
QGIS can find it.</p>
|
||||
<p>Select a GPS file format and the file that you want to import, the feature type
|
||||
that you want to use, a GPX filename that you want to save the converted file as,
|
||||
and a name for the new layer. All file formats can not store waypoints, routes, and
|
||||
tracks, so some feature types may be disabled for some file formats.</p>
|
||||
</body></html>
|
||||
</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QFileDialog</name>
|
||||
@ -430,6 +430,10 @@ have GPSBabel installed where QGIS can find it, this tool will not work.</p&g
|
||||
<source>Save file dialog</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Open an OGR Supported Data Source</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QObject</name>
|
||||
@ -501,10 +505,6 @@ have GPSBabel installed where QGIS can find it, this tool will not work.</p&g
|
||||
<source> (no PostgreSQL support)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Sourceforge Project Page: http://sourceforge.net/projects/qgis</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Version</source>
|
||||
<translation type="unfinished"></translation>
|
||||
@ -701,10 +701,6 @@ have GPSBabel installed where QGIS can find it, this tool will not work.</p&g
|
||||
<source>Extents: </source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Web Page: http://qgis.org</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Problem deleting features</source>
|
||||
<translation type="unfinished"></translation>
|
||||
@ -725,6 +721,18 @@ have GPSBabel installed where QGIS can find it, this tool will not work.</p&g
|
||||
<source>To delete features, you must select a vector layer in the legend</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>QGIS ready</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Quantum GIS is licensed under the GNU General Public License</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>http://www.gnu.org/licenses</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QgisAppBase</name>
|
||||
@ -1264,6 +1272,22 @@ have GPSBabel installed where QGIS can find it, this tool will not work.</p&g
|
||||
<source>Map Edit Tools</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Show all layers</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Add to overview</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Capture points</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Plugins Toolbar</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QgsAbout</name>
|
||||
@ -1283,34 +1307,14 @@ have GPSBabel installed where QGIS can find it, this tool will not work.</p&g
|
||||
<source>Version</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Quantum GIS (qgis)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>What's New</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>License</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>http://www.gnu.org/licenses</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Quantum GIS is licensed under the GNU General Public License</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Contributors</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Plugins</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source><h2>QGIS Contributors</h2></source>
|
||||
<translation type="unfinished"></translation>
|
||||
@ -1363,6 +1367,27 @@ have GPSBabel installed where QGIS can find it, this tool will not work.</p&g
|
||||
<source>Peter Brewer</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source><h2>Quantum GIS (qgis)</h2></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source><p align="center">Quantum GIS is licensed under the GNU General Public License<p>
|
||||
<p align="center">http://www.gnu.org/licenses</p></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>QGIS Home Page</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Subscribe to the QGIS-User mailing list</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Providers</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QgsAttributeTableBase</name>
|
||||
@ -1829,6 +1854,10 @@ have GPSBabel installed where QGIS can find it, this tool will not work.</p&g
|
||||
<source>Unique Value</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Unique Value Marker</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QgsDlgVectorLayerPropertiesBase</name>
|
||||
@ -1924,10 +1953,6 @@ have GPSBabel installed where QGIS can find it, this tool will not work.</p&g
|
||||
<source>Legend type:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Display/label field</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Labels</source>
|
||||
<translation type="unfinished"></translation>
|
||||
@ -2001,43 +2026,6 @@ Factor</source>
|
||||
</context>
|
||||
<context>
|
||||
<name>QgsGraSyExtensionWidget</name>
|
||||
<message>
|
||||
<source>Lower</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Upper</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Label</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Outline
|
||||
Color</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Outline
|
||||
Style</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Outline
|
||||
Width</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Fill
|
||||
Color</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Fill
|
||||
Pattern</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QgsGrassAttributesBase</name>
|
||||
@ -2393,6 +2381,228 @@ Pattern</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QgsLUDialogBase</name>
|
||||
<message>
|
||||
<source>Enter class bounds</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Lower value</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>-</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>OK</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Cancel</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Upper value</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QgsLabelDialogBase</name>
|
||||
<message>
|
||||
<source>Form1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Source:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Field containing label:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Default label:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Preview:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>QGIS Rocks!</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Default Style</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Font Style</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Font</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Font size units are in ...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Points</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Map units</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>%</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Transparency:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Colour</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Position</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>X Offset (pts):</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Y Offset (pts):</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Offset units are in ...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Buffer Settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Buffer Labels?</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Size:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Buffer size is in ...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Size is in map units</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Size is in points</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Alignment</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Above</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Over</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Left</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Below</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Right</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Above Right</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Below Right</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Above Left</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Below Left</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Angle (deg):</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message encoding="UTF-8">
|
||||
<source>°</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Use best judgement when labels collide</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Data Defined Style</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>&Font family:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>&Italic:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>&Underline:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>&Bold:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>&Size:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>X Coordinate:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Y Coordinate:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Placement:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>&Colour:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QgsLegendItemBase</name>
|
||||
<message>
|
||||
@ -3528,6 +3738,10 @@ identifying features without zooming in very close.
|
||||
<source>Fill</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Label</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QgsSpitBase</name>
|
||||
@ -3675,6 +3889,21 @@ identifying features without zooming in very close.
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QgsUValMaDialogBase</name>
|
||||
<message>
|
||||
<source>Form1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Classification Field:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>New Item</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QgsVectorLayer</name>
|
||||
<message>
|
||||
@ -3716,18 +3945,6 @@ identifying features without zooming in very close.
|
||||
</context>
|
||||
<context>
|
||||
<name>QgsVectorLayerProperties</name>
|
||||
<message>
|
||||
<source>single symbol</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>graduated symbol</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>continuous color</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QgsVectorLayerPropertiesBase</name>
|
||||
|
@ -209,7 +209,7 @@
|
||||
<p>Select a GPX or LOC file and then select the feature types that you want to load.</p>
|
||||
</body></html>
|
||||
</source>
|
||||
<translation><html><head><meta name="qrichtext" content="1" /></head><body style="font-size:12pt;font-family:Arial">
|
||||
<translation type="obsolete"><html><head><meta name="qrichtext" content="1" /></head><body style="font-size:12pt;font-family:Arial">
|
||||
<p style="margin-top:16px"><span style="font-size:17pt;font-weight:600">Descrição</span></p>
|
||||
<p>GPX é o <a href="http://www.topografix.com/gpx.asp">formato para troca de dados de GPS</a>, o qual é utilizado para armazenar informações sobre waypoints, rotas e trilhas. LOC é o formato de waypoints do <a href="http://www.geocaching.com">geocaching.com.</a></p>
|
||||
<p>Selecione um arquivo GPX ou LOC e depois selecione o tipo de feição que deseja carregar.</p>
|
||||
@ -370,7 +370,7 @@
|
||||
</message>
|
||||
<message>
|
||||
<source>Load GPX or LOC</source>
|
||||
<translation>Carregar GPX ou LOC</translation>
|
||||
<translation type="obsolete">Carregar GPX ou LOC</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Import other file</source>
|
||||
@ -389,7 +389,7 @@ and a name for the new layer. All file formats can not store waypoints, routes,
|
||||
tracks, so some feature types may be disabled for some file formats.</p>
|
||||
</body></html>
|
||||
</source>
|
||||
<translation><html><head><meta name="qrichtext" content="1" /></head><body style="font-size:12pt;font-family:Arial">
|
||||
<translation type="obsolete"><html><head><meta name="qrichtext" content="1" /></head><body style="font-size:12pt;font-family:Arial">
|
||||
<p style="margin-top:16px"><span style="font-size:17pt;font-weight:600">Descrição</span></p>
|
||||
<p>QGIS pode carregar arquivos GPX e LOC, mas é possível fazer a conversão de outros
|
||||
formatos para GPX utilizando o GPSBabel (<a href="http://gpsbabel.sf.net">
|
||||
@ -648,6 +648,34 @@ nas propriedades do projeto.</p>
|
||||
<source>Automatically snap to round number on resize</source>
|
||||
<translation>Arredondar números automaticamente ao redimensionar</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Load GPX file</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source><html><head><meta name="qrichtext" content="1" /></head><body style="font-size:12pt;font-family:Arial">
|
||||
<p style="margin-top:16px"><span style="font-size:17pt;font-weight:600">Description</span></p>
|
||||
<p>GPX is the <a href="http://www.topografix.com/gpx.asp">GPS eXchange file format</a>, which is used to store information about waypoints, routes, and tracks.</p>
|
||||
<p>Select a GPX file and then select the feature types that you want to load.</p>
|
||||
</body></html>
|
||||
</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source><html><head><meta name="qrichtext" content="1" /></head><body style="font-size:12pt;font-family:Arial">
|
||||
<p style="margin-top:16px"><span style="font-size:17pt;font-weight:600">Description</span></p>
|
||||
<p>QGIS can only load GPX files by itself, but many other formats
|
||||
can be converted to GPX using GPSBabel (<a href="http://gpsbabel.sf.net">
|
||||
http://gpsbabel.sf.net</a>). This requires that you have GPSBabel installed where
|
||||
QGIS can find it.</p>
|
||||
<p>Select a GPS file format and the file that you want to import, the feature type
|
||||
that you want to use, a GPX filename that you want to save the converted file as,
|
||||
and a name for the new layer. All file formats can not store waypoints, routes, and
|
||||
tracks, so some feature types may be disabled for some file formats.</p>
|
||||
</body></html>
|
||||
</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QFileDialog</name>
|
||||
@ -659,6 +687,10 @@ nas propriedades do projeto.</p>
|
||||
<source>Save file dialog</source>
|
||||
<translation>Salvar Arquivo</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Open an OGR Supported Data Source</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QObject</name>
|
||||
@ -748,7 +780,7 @@ nas propriedades do projeto.</p>
|
||||
</message>
|
||||
<message>
|
||||
<source>Sourceforge Project Page: http://sourceforge.net/projects/qgis</source>
|
||||
<translation>Página do Projeto no Sourceforge: http://sourceforge.net/projects/qgis</translation>
|
||||
<translation type="obsolete">Página do Projeto no Sourceforge: http://sourceforge.net/projects/qgis</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Version</source>
|
||||
@ -948,7 +980,7 @@ nas propriedades do projeto.</p>
|
||||
</message>
|
||||
<message>
|
||||
<source>Web Page: http://qgis.org</source>
|
||||
<translation>Site: http://qgis.org</translation>
|
||||
<translation type="obsolete">Site: http://qgis.org</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Problem deleting features</source>
|
||||
@ -970,6 +1002,18 @@ nas propriedades do projeto.</p>
|
||||
<source>To delete features, you must select a vector layer in the legend</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>QGIS ready</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Quantum GIS is licensed under the GNU General Public License</source>
|
||||
<translation type="unfinished">Quantum GIS está sob a licença GNU General Public License</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>http://www.gnu.org/licenses</source>
|
||||
<translation type="unfinished">http://www.gnu.org/licenses</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QgisAppBase</name>
|
||||
@ -1533,6 +1577,22 @@ nas propriedades do projeto.</p>
|
||||
<source>Map Edit Tools</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Show all layers</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Add to overview</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Capture points</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Plugins Toolbar</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QgsAbout</name>
|
||||
@ -1554,7 +1614,7 @@ nas propriedades do projeto.</p>
|
||||
</message>
|
||||
<message>
|
||||
<source>Quantum GIS (qgis)</source>
|
||||
<translation>Quantum GIS (qgis)</translation>
|
||||
<translation type="obsolete">Quantum GIS (qgis)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>What's New</source>
|
||||
@ -1562,15 +1622,15 @@ nas propriedades do projeto.</p>
|
||||
</message>
|
||||
<message>
|
||||
<source>License</source>
|
||||
<translation>Licença</translation>
|
||||
<translation type="obsolete">Licença</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>http://www.gnu.org/licenses</source>
|
||||
<translation>http://www.gnu.org/licenses</translation>
|
||||
<translation type="obsolete">http://www.gnu.org/licenses</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Quantum GIS is licensed under the GNU General Public License</source>
|
||||
<translation>Quantum GIS está sob a licença GNU General Public License</translation>
|
||||
<translation type="obsolete">Quantum GIS está sob a licença GNU General Public License</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Contributors</source>
|
||||
@ -1626,12 +1686,33 @@ nas propriedades do projeto.</p>
|
||||
</message>
|
||||
<message>
|
||||
<source>Plugins</source>
|
||||
<translation>Plugins</translation>
|
||||
<translation type="obsolete">Plugins</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Peter Brewer</source>
|
||||
<translation>Peter Brewer</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source><h2>Quantum GIS (qgis)</h2></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source><p align="center">Quantum GIS is licensed under the GNU General Public License<p>
|
||||
<p align="center">http://www.gnu.org/licenses</p></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>QGIS Home Page</source>
|
||||
<translation type="unfinished">Página do QGIS</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Subscribe to the QGIS-User mailing list</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Providers</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QgsAttributeTableBase</name>
|
||||
@ -2139,6 +2220,10 @@ nas propriedades do projeto.</p>
|
||||
<source>Unique Value</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Unique Value Marker</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QgsDlgVectorLayerPropertiesBase</name>
|
||||
@ -2234,10 +2319,6 @@ nas propriedades do projeto.</p>
|
||||
<source>Legend type:</source>
|
||||
<translation>Tipo da legenda:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Display/label field</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Labels</source>
|
||||
<translation type="unfinished">Labels</translation>
|
||||
@ -2314,44 +2395,44 @@ de Escala</translation>
|
||||
<name>QgsGraSyExtensionWidget</name>
|
||||
<message>
|
||||
<source>Lower</source>
|
||||
<translation>Limite inferior</translation>
|
||||
<translation type="obsolete">Limite inferior</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Upper</source>
|
||||
<translation>Limite superior</translation>
|
||||
<translation type="obsolete">Limite superior</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Label</source>
|
||||
<translation>Identificação</translation>
|
||||
<translation type="obsolete">Identificação</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Outline
|
||||
Color</source>
|
||||
<translation>Cor da
|
||||
<translation type="obsolete">Cor da
|
||||
borda</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Outline
|
||||
Style</source>
|
||||
<translation>Estilo da
|
||||
<translation type="obsolete">Estilo da
|
||||
Borda</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Outline
|
||||
Width</source>
|
||||
<translation>Largura da
|
||||
<translation type="obsolete">Largura da
|
||||
Borda</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Fill
|
||||
Color</source>
|
||||
<translation>Preencher
|
||||
<translation type="obsolete">Preencher
|
||||
Cor</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Fill
|
||||
Pattern</source>
|
||||
<translation>Padrão de
|
||||
<translation type="obsolete">Padrão de
|
||||
preenchimento</translation>
|
||||
</message>
|
||||
</context>
|
||||
@ -2722,6 +2803,228 @@ Ajuda do QGIS</translation>
|
||||
<translation>Fechar</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QgsLUDialogBase</name>
|
||||
<message>
|
||||
<source>Enter class bounds</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Lower value</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>-</source>
|
||||
<translation type="unfinished">-</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>OK</source>
|
||||
<translation type="unfinished">OK</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Cancel</source>
|
||||
<translation type="unfinished">Cancelar</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Upper value</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QgsLabelDialogBase</name>
|
||||
<message>
|
||||
<source>Form1</source>
|
||||
<translation type="unfinished">Forma1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Source:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Field containing label:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Default label:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Preview:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>QGIS Rocks!</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Default Style</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Font Style</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Font</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Font size units are in ...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Points</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Map units</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>%</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Transparency:</source>
|
||||
<translation type="unfinished">Transparência:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Colour</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Position</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>X Offset (pts):</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Y Offset (pts):</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Offset units are in ...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Buffer Settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Buffer Labels?</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Size:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Buffer size is in ...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Size is in map units</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Size is in points</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Alignment</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Above</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Over</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Left</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Below</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Right</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Above Right</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Below Right</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Above Left</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Below Left</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Angle (deg):</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message encoding="UTF-8">
|
||||
<source>°</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Use best judgement when labels collide</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Data Defined Style</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>&Font family:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>&Italic:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>&Underline:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>&Bold:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>&Size:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>X Coordinate:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Y Coordinate:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Placement:</source>
|
||||
<translation type="unfinished">Posicionamento:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>&Colour:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QgsLayerPropertiesBase</name>
|
||||
<message>
|
||||
@ -4026,6 +4329,10 @@ feições sem aumentar o zoom na camada.
|
||||
<source>Fill</source>
|
||||
<translation>Preenchimento</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Label</source>
|
||||
<translation type="unfinished">Identificação</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QgsSpitBase</name>
|
||||
@ -4197,6 +4504,21 @@ feições sem aumentar o zoom na camada.
|
||||
<translation type="unfinished">Novo Item</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QgsUValMaDialogBase</name>
|
||||
<message>
|
||||
<source>Form1</source>
|
||||
<translation type="unfinished">Forma1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Classification Field:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>New Item</source>
|
||||
<translation type="unfinished">Novo Item</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QgsVectorLayer</name>
|
||||
<message>
|
||||
@ -4240,15 +4562,15 @@ feições sem aumentar o zoom na camada.
|
||||
<name>QgsVectorLayerProperties</name>
|
||||
<message>
|
||||
<source>single symbol</source>
|
||||
<translation>Único Símbolo</translation>
|
||||
<translation type="obsolete">Único Símbolo</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>graduated symbol</source>
|
||||
<translation>símbolo graduado</translation>
|
||||
<translation type="obsolete">símbolo graduado</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>continuous color</source>
|
||||
<translation>cor contínua</translation>
|
||||
<translation type="obsolete">cor contínua</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
|
423
i18n/qgis_ru.ts
@ -152,15 +152,6 @@
|
||||
<source>GPS Tools</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source><html><head><meta name="qrichtext" content="1" /></head><body style="font-size:12pt;font-family:Arial">
|
||||
<p style="margin-top:16px"><span style="font-size:17pt;font-weight:600">Description</span></p>
|
||||
<p>GPX is the <a href="http://www.topografix.com/gpx.asp">GPS eXchange file format</a>, which is used to store information about waypoints, routes, and tracks. LOC is the <a href="http://www.geocaching.com">geocaching.com</a> waypoint format.</p>
|
||||
<p>Select a GPX or LOC file and then select the feature types that you want to load.</p>
|
||||
</body></html>
|
||||
</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>File:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
@ -262,29 +253,10 @@
|
||||
<source>Enable North Arrow</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Load GPX or LOC</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Import other file</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source><html><head><meta name="qrichtext" content="1" /></head><body style="font-size:12pt;font-family:Arial">
|
||||
<p style="margin-top:16px"><span style="font-size:17pt;font-weight:600">Description</span></p>
|
||||
<p>QGIS can only load GPX and LOC files by itself, but many other formats
|
||||
can be converted to GPX using GPSBabel (<a href="http://gpsbabel.sf.net">
|
||||
http://gpsbabel.sf.net</a>). This requires that you have GPSBabel installed where
|
||||
QGIS can find it.</p>
|
||||
<p>Select a GPS file format and the file that you want to import, the feature type
|
||||
that you want to use, a GPX filename that you want to save the converted file as,
|
||||
and a name for the new layer. All file formats can not store waypoints, routes, and
|
||||
tracks, so some feature types may be disabled for some file formats.</p>
|
||||
</body></html>
|
||||
</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>File to import:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
@ -419,6 +391,34 @@ have GPSBabel installed where QGIS can find it, this tool will not work.</p&g
|
||||
<source>Automatically snap to round number on resize</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Load GPX file</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source><html><head><meta name="qrichtext" content="1" /></head><body style="font-size:12pt;font-family:Arial">
|
||||
<p style="margin-top:16px"><span style="font-size:17pt;font-weight:600">Description</span></p>
|
||||
<p>GPX is the <a href="http://www.topografix.com/gpx.asp">GPS eXchange file format</a>, which is used to store information about waypoints, routes, and tracks.</p>
|
||||
<p>Select a GPX file and then select the feature types that you want to load.</p>
|
||||
</body></html>
|
||||
</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source><html><head><meta name="qrichtext" content="1" /></head><body style="font-size:12pt;font-family:Arial">
|
||||
<p style="margin-top:16px"><span style="font-size:17pt;font-weight:600">Description</span></p>
|
||||
<p>QGIS can only load GPX files by itself, but many other formats
|
||||
can be converted to GPX using GPSBabel (<a href="http://gpsbabel.sf.net">
|
||||
http://gpsbabel.sf.net</a>). This requires that you have GPSBabel installed where
|
||||
QGIS can find it.</p>
|
||||
<p>Select a GPS file format and the file that you want to import, the feature type
|
||||
that you want to use, a GPX filename that you want to save the converted file as,
|
||||
and a name for the new layer. All file formats can not store waypoints, routes, and
|
||||
tracks, so some feature types may be disabled for some file formats.</p>
|
||||
</body></html>
|
||||
</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QFileDialog</name>
|
||||
@ -430,6 +430,10 @@ have GPSBabel installed where QGIS can find it, this tool will not work.</p&g
|
||||
<source>Save file dialog</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Open an OGR Supported Data Source</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QObject</name>
|
||||
@ -531,7 +535,7 @@ have GPSBabel installed where QGIS can find it, this tool will not work.</p&g
|
||||
</message>
|
||||
<message>
|
||||
<source>Sourceforge Project Page: http://sourceforge.net/projects/qgis</source>
|
||||
<translation>Веб Страничка Проекта: http://sourceforge.net/projects/qgis</translation>
|
||||
<translation type="obsolete">Веб Страничка Проекта: http://sourceforge.net/projects/qgis</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Version</source>
|
||||
@ -741,10 +745,6 @@ have GPSBabel installed where QGIS can find it, this tool will not work.</p&g
|
||||
<source>Extents: </source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Web Page: http://qgis.org</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Problem deleting features</source>
|
||||
<translation type="unfinished"></translation>
|
||||
@ -765,6 +765,18 @@ have GPSBabel installed where QGIS can find it, this tool will not work.</p&g
|
||||
<source>To delete features, you must select a vector layer in the legend</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>QGIS ready</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Quantum GIS is licensed under the GNU General Public License</source>
|
||||
<translation type="unfinished">Данная программа лицнензирована по Универсальной Общественной Лицензии (GNU GPL)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>http://www.gnu.org/licenses</source>
|
||||
<translation type="unfinished">http://www.gnu.org/licenses</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QgisAppBase</name>
|
||||
@ -1336,6 +1348,22 @@ have GPSBabel installed where QGIS can find it, this tool will not work.</p&g
|
||||
<source>Map Edit Tools</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Show all layers</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Add to overview</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Capture points</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Plugins Toolbar</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QgsAbout</name>
|
||||
@ -1357,7 +1385,7 @@ have GPSBabel installed where QGIS can find it, this tool will not work.</p&g
|
||||
</message>
|
||||
<message>
|
||||
<source>Quantum GIS (qgis)</source>
|
||||
<translation>Quantum GIS (qgis)</translation>
|
||||
<translation type="obsolete">Quantum GIS (qgis)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>What's New</source>
|
||||
@ -1365,15 +1393,15 @@ have GPSBabel installed where QGIS can find it, this tool will not work.</p&g
|
||||
</message>
|
||||
<message>
|
||||
<source>License</source>
|
||||
<translation>Лицензия</translation>
|
||||
<translation type="obsolete">Лицензия</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>http://www.gnu.org/licenses</source>
|
||||
<translation>http://www.gnu.org/licenses</translation>
|
||||
<translation type="obsolete">http://www.gnu.org/licenses</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Quantum GIS is licensed under the GNU General Public License</source>
|
||||
<translation>Данная программа лицнензирована по Универсальной Общественной Лицензии (GNU GPL)</translation>
|
||||
<translation type="obsolete">Данная программа лицнензирована по Универсальной Общественной Лицензии (GNU GPL)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Contributors</source>
|
||||
@ -1411,7 +1439,7 @@ Apologies to anyone not included. Please let the project admin at qgis.sourcefor
|
||||
</message>
|
||||
<message>
|
||||
<source>Plugins</source>
|
||||
<translation>Компоненты (Плагины)</translation>
|
||||
<translation type="obsolete">Компоненты (Плагины)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source><h2>QGIS Contributors</h2></source>
|
||||
@ -1465,6 +1493,27 @@ Apologies to anyone not included. Please let the project admin at qgis.sourcefor
|
||||
<source>Peter Brewer</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source><h2>Quantum GIS (qgis)</h2></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source><p align="center">Quantum GIS is licensed under the GNU General Public License<p>
|
||||
<p align="center">http://www.gnu.org/licenses</p></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>QGIS Home Page</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Subscribe to the QGIS-User mailing list</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Providers</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QgsAttributeTableBase</name>
|
||||
@ -1931,6 +1980,10 @@ Apologies to anyone not included. Please let the project admin at qgis.sourcefor
|
||||
<source>Unique Value</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Unique Value Marker</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QgsDlgVectorLayerPropertiesBase</name>
|
||||
@ -2026,10 +2079,6 @@ Apologies to anyone not included. Please let the project admin at qgis.sourcefor
|
||||
<source>Legend type:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Display/label field</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Labels</source>
|
||||
<translation type="unfinished"></translation>
|
||||
@ -2103,43 +2152,6 @@ Factor</source>
|
||||
</context>
|
||||
<context>
|
||||
<name>QgsGraSyExtensionWidget</name>
|
||||
<message>
|
||||
<source>Lower</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Upper</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Label</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Outline
|
||||
Color</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Outline
|
||||
Style</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Outline
|
||||
Width</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Fill
|
||||
Color</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Fill
|
||||
Pattern</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QgsGrassAttributesBase</name>
|
||||
@ -2495,6 +2507,228 @@ Pattern</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QgsLUDialogBase</name>
|
||||
<message>
|
||||
<source>Enter class bounds</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Lower value</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>-</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>OK</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Cancel</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Upper value</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QgsLabelDialogBase</name>
|
||||
<message>
|
||||
<source>Form1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Source:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Field containing label:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Default label:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Preview:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>QGIS Rocks!</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Default Style</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Font Style</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Font</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Font size units are in ...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Points</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Map units</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>%</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Transparency:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Colour</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Position</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>X Offset (pts):</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Y Offset (pts):</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Offset units are in ...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Buffer Settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Buffer Labels?</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Size:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Buffer size is in ...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Size is in map units</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Size is in points</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Alignment</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Above</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Over</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Left</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Below</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Right</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Above Right</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Below Right</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Above Left</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Below Left</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Angle (deg):</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message encoding="UTF-8">
|
||||
<source>°</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Use best judgement when labels collide</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Data Defined Style</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>&Font family:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>&Italic:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>&Underline:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>&Bold:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>&Size:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>X Coordinate:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Y Coordinate:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Placement:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>&Colour:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QgsLegendItemBase</name>
|
||||
<message>
|
||||
@ -3630,6 +3864,10 @@ identifying features without zooming in very close.
|
||||
<source>Fill</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Label</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QgsSpitBase</name>
|
||||
@ -3777,6 +4015,21 @@ identifying features without zooming in very close.
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QgsUValMaDialogBase</name>
|
||||
<message>
|
||||
<source>Form1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Classification Field:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>New Item</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QgsVectorLayer</name>
|
||||
<message>
|
||||
@ -3818,18 +4071,6 @@ identifying features without zooming in very close.
|
||||
</context>
|
||||
<context>
|
||||
<name>QgsVectorLayerProperties</name>
|
||||
<message>
|
||||
<source>single symbol</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>graduated symbol</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>continuous color</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QgsVectorLayerPropertiesBase</name>
|
||||
|