Nyall Dawson 1899f90a04 [needs-docs] Rework label engine "maximum line candidates" and "maximum polygon candidates"
settings and logic

The previous approach of a single fixed value which applied to ALL line and ALL polygon
features was... not ideal. It meant that all line features would be assigned the same
number of candidates, regardless of length. So a road of length 1 cm on the rendered
map would have an identical number of candidates as a 30cm road covering the length of the
whole map!! This resulted in both a lot of wasted calculations (generating a ridiculous
number of candidates for small lines at barely discernable distances from each other)
AND an insufficient number of candidates for lengthy features (resulting in worse label
placement for these features).

(The situation was similar, but even worse for polygons)

Now, the setting is reworked to "Number of line candidates per cm" and "number of
polygon candidates per cm2". This means that small features get much less candidates,
and large features get much more features! Both a win for map rendering speed in many
circumstances AND good cartography... now that's a nice Christmas gift for QGIS :)
2019-12-26 13:18:10 +10:00
2019-12-18 10:15:45 +01:00
2019-11-05 20:33:06 +01:00
2019-12-17 15:23:19 +01:00
2019-11-30 20:34:16 +01:00
2019-12-22 20:33:55 +10:00
2019-07-16 11:29:42 +10:00
2019-12-06 00:34:01 +01:00
2019-12-18 20:16:28 +01:00
2019-12-21 12:30:51 +01:00
2018-11-13 15:05:12 +01:00
2016-10-23 08:38:36 +02:00
2019-05-16 10:40:59 +02:00
2019-06-12 14:43:13 +01:00
2019-10-25 14:14:52 +02:00
2019-11-30 20:34:16 +01:00
2013-08-16 20:52:19 +02:00
2019-07-16 09:13:27 +10:00
2019-10-08 20:27:47 +02:00
2019-10-26 10:50:30 +10:00
2013-05-20 16:48:51 +02:00
2019-10-26 10:50:30 +10:00
2019-11-30 21:10:32 +01:00
2017-06-26 10:42:42 +10:00

About QGIS

Build Status Docker Status Build Status

QGIS is an Open Source Geographic Information System. The project was born in May of 2002 and was established as a project on SourceForge in June of the same year. We've worked hard to make GIS software (which is traditionally expensive commercial software) a viable prospect for anyone with basic access to a Personal Computer. QGIS currently runs on most Unix platforms (macOS/OS X included) and Windows. QGIS is developed using the Qt toolkit and C++. This means that QGIS feels snappy to use and has a pleasing, easy to use graphical user interface.

QGIS aims to be an easy to use GIS, providing common functions and features. The initial goal was to provide a GIS data viewer. QGIS has reached that point in its evolution and is being used by many for their daily GIS data viewing and editing needs. QGIS supports a number of raster , vector and mesh data formats, with new support easily added using the plugin architecture.

QGIS is released under the GNU Public License (GPL) Version 2 or above. Developing QGIS under this license means that you can (if you want to) inspect and modify the source code and guarantees that you, our happy user will always have access to a GIS program that is free of cost and can be freely modified.

Supported raster formats include:

  • GRASS
  • USGS DEM
  • ArcInfo binary grid
  • ArcInfo ASCII grid
  • ERDAS Imagine
  • SDTS
  • GeoTiff
  • Tiff with world file
  • WMS, WCS

Supported vector formats include:

Supported mesh formats include:

Note

Please follow the installation instructions carefully. After extracting the distribution, you can find the HTML version of the installation document in qgis/doc/index.html. The installation document is also available as PDF in the same directory.

Help us

Please submit bug reports using the QGIS bug tracker.

Support

You can get support in the following ways:

  • Using the QGIS community site at https://qgis.org
  • Joining the qgis-users mailing list
  • Chatting with us real-time. Please wait around for a response to your question as many folks on the channel are doing other things and it may take a while for them to notice your question. The following paths all take you to the same chat room:
    • Using an IRC client and joining the #qgis channel on irc.freenode.net.
    • Using a Matrix client and joining the #qgis:matrix.org room.
    • Using Gitter chat.

Contribute

QGIS is on GitHub at https://github.com/qgis/QGIS. If you wish to contribute patches you can fork the project, make your changes, commit to your repository, and then create a pull request. The development team can then review your contribution and commit it upstream as appropriate.

If you commit a new feature, add [FEATURE] to your commit message AND give a clear description of the new feature. A webhook will automatically create an issue on the QGIS-Documentation repo to tell people to write documentation about it.

If you are not a developer, there are many other possibilities which do not require programming skills to help QGIS to evolve. Check our project homepage for more information.

Building from source

The building guide can be used to get started with building QGIS from source.

Description
QGIS is a free, open source, cross platform (lin/win/mac) geographical information system (GIS)
Readme 5.2 GiB
Languages
C++ 76.9%
Python 21.1%
CMake 0.7%
C 0.5%
QML 0.3%
Other 0.2%