-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
/
Copy pathindex.dox
92 lines (76 loc) · 3.71 KB
/
index.dox
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
#ifndef DOXYGEN_SKIP
/* $Id:$ */
#endif /* DOXYGEN_SKIP */
/*! \mainpage QGIS
\section index_intro Introduction
\htmlonly<img src="qgis-icon-60x60.png" alt="QGIS"
align="left"><a href="https://qgis.org">QGIS</a>\endhtmlonly\latexonly
QGIS \endlatexonly is a user friendly Open Source Geographic
Information System (GIS) that runs on Linux, Unix, Mac OSX, and Windows. QGIS
supports vector, raster, and database formats. QGIS is licensed under the GNU
General Public License. QGIS lets you browse and create map data on your
computer. It supports many common spatial data formats (e.g. ESRI ShapeFile,
geotiff). QGIS supports plugins to do things like display tracks from your GPS.
QGIS is Open Source software and its free of cost (download here). We welcome
contributions from our user community in the form of code contributions, bug
fixes, bug reports, contributed documentation, advocacy and supporting other
users on our mailing lists and forums. Financial contributions are also
welcome.
QGIS source code is available at https://github.com/qgis/QGIS.
You can also <a href="https://qgis.org/downloads/qgis-api-doc.7z">download</a>
this documentation or a <a href="qgis.qch">Qt help file</a>
for offline use.
There is also a <a href="https://qgis.org/pyqgis/master">Python version of
the documentation</a> available.
\section index_APIStability Earlier versions of the API
See \ref api_break for information about incompatible changes to API between releases.
Earlier versions of the documentation are also available on the QGIS website:
<a href="https://qgis.org/api/3.40">3.40 (LTR)</a>,
<a href="https://qgis.org/api/3.38">3.38</a>,
<a href="https://qgis.org/api/3.36">3.36</a>,
<a href="https://qgis.org/api/3.34">3.34 (LTR)</a>,
<a href="https://qgis.org/api/3.32">3.32</a>,
<a href="https://qgis.org/api/3.30">3.30</a>,
<a href="https://qgis.org/api/3.28">3.28 (LTR)</a>,
<a href="https://qgis.org/api/3.26">3.26</a>,
<a href="https://qgis.org/api/3.24">3.24</a>,
<a href="https://qgis.org/api/3.22">3.22 (LTR)</a>,
<a href="https://qgis.org/api/3.20">3.20</a>,
<a href="https://qgis.org/api/3.18">3.18</a>,
<a href="https://qgis.org/api/3.16">3.16 (LTR)</a>,
<a href="https://qgis.org/api/3.14">3.14</a>,
<a href="https://qgis.org/api/3.12">3.12</a>,
<a href="https://qgis.org/api/3.10">3.10 (LTR)</a>,
<a href="https://qgis.org/api/3.8">3.8</a>,
<a href="https://qgis.org/api/3.6">3.6</a>,
<a href="https://qgis.org/api/3.4">3.4 (LTR)</a>,
<a href="https://qgis.org/api/3.2">3.2</a>,
<a href="https://qgis.org/api/3.0">3.0</a>,
<a href="https://qgis.org/api/2.18">2.18 (LTR)</a>,
<a href="https://qgis.org/api/2.14">2.14 (LTR)</a>,
<a href="https://qgis.org/api/2.12">2.12</a>,
<a href="https://qgis.org/api/2.10">2.10</a>,
<a href="https://qgis.org/api/2.8">2.8 (LTR)</a>,
<a href="https://qgis.org/api/2.6">2.6</a>,
<a href="https://qgis.org/api/2.4">2.4</a>,
<a href="https://qgis.org/api/2.2">2.2</a>,
<a href="https://qgis.org/api/2.0">2.0</a>,
<a href="https://qgis.org/api/1.8">1.8</a>,
<a href="https://qgis.org/api/1.7">1.7</a> and
<a href="https://qgis.org/api/1.6">1.6</a>
\section qgsquick_docs QgsQuick library documentation
See \ref qgsquick for information about QGIS Quick (QML) components library
\section index_maillist Mailing Lists
For support we encourage you to join our <a
href="https://qgis.org/resources/support/#mailing-lists">mailing lists</a> for
users and developers.
Some QGIS users and developers can also often be found on channels such as Matrix, Telegram, ...
\section index_bugs Bug Reporting
If you think you have found a bug, please report it using our <a
href="https://github.com/qgis/QGIS/issues">bug tracker</a>. When reporting bugs,
please be available to follow up on your initial report.
<p>
\htmlonly
<p>
\endhtmlonly
*/