* mesh expression $vertex_as_point $vertex_Z_value
* functions help
* SIP, doc and indentation
* fix SIP
* fix help file
* change function name and add Meshes group description
* fix typo
* fix strings and docs
* typo
Added explanation what this new expression actually calculates, based on help coded in /src/core/geometry/qgscurve.h
Also streamlined noted requirement that needs to be applied to a curve.
Allows users to manually opt-out of monitoring directories in
the browser by default, and also provides a mechanism for
enterprise installs to disable this potentially unwanted behavior.
Ship the style database with a "Default" text format, so that users
get a nicer appearance when they first set labels on layers.
Fixes#16911, fixes#18804, fixes#32798
for layers with CRS inaccuracies
If the new "Show CRS accuracy warnings for layers in project legend"
is checked by a user, then any layers with a CRS with accuracy
issues (i.e. a dynamic crs with no coordinate epoch available,
or a crs based on a datum ensemble with accuracy exceeding the
user-set limit) will have a new warning icon reflecting that
the layer is a low-accuracy layer.
This is entirely opt-in, and designed for use in engineering/BIM/...
industries where inaccuracies of meter/submeter level are very
dangerous.
This new setting in the Options -> CRS tab specifies a threshold
in meters, where CRS accuracy warnings will only be shown for
inaccuracies which exceed this distance.
This allows users who work in fields where lower accuracies are
acceptable to hide the CRS inaccuracy warnings when an ensemble datum
based CRS (such as 4326, 3857) is selected.
Added description of what syntax/parsing engine is used for the formatting. Motivated by https://github.com/qgis/QGIS/issues/42806, but in general a good idea so users can look up more in detail what is possible. Also uniformized spelling (placeholder vs placeholder).
style
Credit to https://github.com/sjmgarnier/viridis
Note -- unless you bypass the version check on line 3271 of qgsstyle.cpp
you won't automatically see these appear in your existing style files
until the 3.20 final release!