QGIS/qgis.man
jef 7f56f5526d debian packaging update
- update for next release
- removed some temporary files in debian/
- add version number to shared libraries names and split them into
   libqgis-core0.9, libqgis-gui0.9 and libqgisgrass0.9 (fixes #36)
- split python binding and plugins into separate package python-qgis
- merge some changes from the DebianGIS repository
- build in debian/build
- updated menu and icon
- use qgis man pages (qgis_help added)
- build on Debian unstable is lintian clean (may fix #1028)
- build also tested on OSX (Tim Sutton), MinGW (Marco Pasetti) and with MSVC


git-svn-id: http://svn.osgeo.org/qgis/trunk@8351 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-04-14 21:30:22 +00:00

85 lines
2.3 KiB
Groff

.TH QGIS 1 "April 13, 2008"
.SH NAME
qgis \- Quantum GIS Geographic Information System
.SH SYNOPSIS
.B qgis [--snapshot
.I filename]
.br
.B " [--lang"
.I language]
.br
.B " [--project"
.I projectfile]
.br
.B " [--extent"
.I xmin,ymin,xmax,ymax]
.br
.B " [--help]"
.br
.B " [file]..."
.br
See OPTIONS for a full description.
.SH DESCRIPTION
Quantum GIS (QGIS) is a Geographic Information System (GIS) built for Linux/Unix. QGIS supports vector, raster, and database formats. QGIS is licensed under the GNU Public License.
Some of the major features include:
*Support for spatially enabled PostGIS tables
.br
*Support for shapefiles, ArcInfo coverages, Mapinfo, and other formats
supported by OGR
.br
*Raster support for a large number of formats
.br
*Identify features
.br
*Display attribute tables
.br
*Select features
.br
*GRASS Digitizing
.br
*Feature labeling
.br
.SH OPTIONS
.TP
.B \--snapshot filename
Create a snapshot image from the specified layers and save it to filename. The
snapshot is saved in PNG format.
.TP
.B \--lang language
Set the language used by QGIS. Language is specified using the locale string that
matches one of the translations supported by QGIS. For example, to use the German translation, specify
.B --lang de
.TP
.B \--project filename
Load the specified
.SM QGIS
project file. The layers specified in the project file are loaded, the layers
are symbolized, and the view extent is restored.
.TP
.B \--extent xmin,ymin,xmax,ymax
Set initial map extent by passing coordinates of that rectangle.
.TP
.B \--help
.br
Display brief usage help.
.TP
.B file...
A list of one or more files to be loaded into QGIS at startup. Files must
consist of a data format supported by QGIS and only disk-based formats can be
loaded using this method. This includes shapefiles, MapInfo files, and most
raster formats. Data stores that cannot be loaded in this way include PostGIS
layers in a PostgreSQL database and GRASS vector/raster data.
.SH FILES
.TP
.B ~/.config/QuantumGIS/qgis.conf
QGIS preferences file. This file stores windows size/location, loaded plugins,
user options, and other application settings.
.SH BUGS
See the QGIS home page (http://qgis.org) for a list of known issues with the latest release.
.SH AUTHOR
Gary Sherman <sherman at mrcc.com>