Changelog for QGIS 3.16

image1

Release date: 2020-10-23

Another great day for the QGIS project! The new long term support release brings a wide range of features to both QGIS Desktop and QGIS Server. This release brings a wealth of new options for 3D mapping, mesh generation from other data types, additional spatial analysis tools, symbology and user interface enhancements to name but a few! A host of tools have been incorporated into the ever-expanding processing framework, and the QGIS browser now supports advanced database interaction functionality that was previously reserved for the DB Manager plugin. These are a few of the improvements that have been introduced from this release, and users of the previous LTS will find a massive number of new features available since 3.10. We are pleased to detail some of the additional highlights of this new release below.

Thanks

We would like to extend a big thank you to the developers, documenters, testers, and all the many folks out there who volunteer their time and effort (or fund people to do so) to make these releases possible. From the QGIS community, we hope you enjoy this release! If you wish to donate time, money, or otherwise get involved in making QGIS more awesome, please wander along to QGIS.ORG and lend a hand!

QGIS is supported by donors and sustaining members. A current list of donors who have made financial contributions large and small to the project can be seen on our donors list. If you would like to become an official project sustaining member, please visit our sustaining member page for details. Sponsoring QGIS helps us to fund our regular developer meetings, maintain project infrastructure, and fund bug fixing efforts. A complete list of current sponsors is provided below - our very great thank you to all of our sponsors!

Flagship

Large

Medium

Small

QGIS is Free software and you are under no obligation to pay anything to use it - in fact, we want to encourage people far and wide to use it regardless of what your financial or social status is - we believe empowering people with spatial decision-making tools will result in a better society for all of humanity.

General

Add user groups easter egg

Type the words "user groups" into the current coordinates window and watch the magic happen.

image2

This feature was developed by Germán Carrillo

Temporal

Ability to export temporal animation frames

Allows exporting of temporal animation frames to successive images, for later stitching together in an external application. Users have precise control over the image size and map extent.

This feature was developed by Nyall Dawson

Map Tools

Go-To locator

We have added a new goto locator filter.

The goto indicator takes in the following strings:

  • A pair of x and y coordinates (separated by a comma or space).
  • An OSM, Leaflet, or OpenLayers formatted URL.
  • A Google maps URL.

The logic of the XY string is as follows:

  • If the canvas CRS isn't WGS84:
    • If the coordinate fits within WGS84 bounds, add a WGS84 result (this is weighted to have higher priority than the canvas CRS result below).
    • If the coordinate fits within the canvas CRS bounds, add a canvas CRS result.
  • If the canvas CRS is WGS84:
    • If the coordinate fits within the WGS84 bounds, add a WGS84 result.

image3

This feature was developed by Mathieu Pellerin

User Interface

Add context menu to map canvas

The map canvas now has a right-click context menu. By default, it creates the "Copy Coordinate" menu that was introduced with QGIS 3.14, however, it is expected that this functionality will be extended to allow many more functionalities to be accessed with spatial context in the future.

image4

This feature was developed by jakimowb

Symbology

Vector tile styling improvements

Multiple enhancements were introduced for the editing of complex vector tiles styles:

  • Show tooltips in lists, so that full filter rules and names can be viewed without resizing columns
  • Show the current canvas zoom level in the widgets
  • Allow users to filter the list of styles to only show those which are currently visible
  • Set the correct canvas zoom level when editing symbols, so that expression previews work nicely

This feature was developed by Nyall Dawson

Allow users to optionally specify the URL for the default style on vector tile connections

When setting up a vector tile source connection, there's a new option to enter a URL to a MapBox GL JSON style configuration. If one has been entered, then that style will be applied whenever the layers from the connection are added to QGIS.

This also works also with ArcGIS Vector Tile Service connections which will the default style configuration specified in the server configuration.

image5

This feature was developed by Nyall Dawson

Allow data-defined offset for fill symbol layers

Any fill symbol layer which supports offsetting polygons, including simple fills, raster image fills, shapeburst and gradent fills, now allow data-defined offsets

This feature was developed by Nyall Dawson

Import MapBox GL JSON styles for vector tile layers

Users can now load MapBox GL JSON style configuration files when importing style files on vector tile layers

This feature was developed by Nyall Dawson

Expose option to offset simple line dash patterns by a preset amount

Allows for tweaking the positioning of dashes/spaces in the line, so that the dashes/spaces can be placed at nicer positions to account for corners in the line (also can be used potentially to "align" adjacent dash pattern borders).

The offset can be set in various units, including map units, and can also be data defined.

This feature was funded by Kanton Solothurn

This feature was developed by Nyall Dawson

Add options to dynamically tweak dash pattern in simple line symbol layers

Options have been added to allow the tweaking of dash patterns to allow more control for improving the rendered quality of line symbols. These options include:

  • Align dash pattern to line length: If checked, the dash pattern lengths will be subtly adjusted in order to ensure that when a line is rendered it will end with a complete dash element, instead of a gap element or partial dash element.
  • Tweak dash pattern at sharp corners: If checked, this option dynamically adjusts the dash pattern placement so that sharp corners are represented by a full dash element coming into and out of the sharp corner. It's designed to better represent the underlying geometry while rendering dashed lines, especially for jagged lines.

The following images illustrate the "Align dash pattern to line length" change in action, with yellow lines indicating the true start and end position of the line features being symbolised.

Before:

image6

After:

image7

image8

This feature was funded by Kanton Solothurn

This feature was developed by Nyall Dawson

Manage 3D symbols through style manager

Support has been added for managing 3D symbols through the QGIS style manager, including support for importing and exporting libraries of 3d symbols, and completes the recent work in fully abstracting out 3D symbols and their widget handlers.

Unfortunately, there are no thumbnails generated for 3D symbols in the library, and a generic icon is used for all 3D symbols for the time being. Generating thumbnails is no trivial matter, so it has been deferred for the time being.

This feature addresses the issue raised in 31479.

image9

This feature was developed by Nyall Dawson

Labelling

Add option to allow users to control the placement of labels along line features

A new "Label Anchoring" section in the line placement settings for labels allows users to specify whether labels should be placed at the center, start or end of lines. In addition, it allows offsets of these positions (based on the percentage of the feature length), which may be defined statically or by using a data-defined definition.

image10

This feature was developed by Nyall Dawson

Control anchor point for line labels

A new option is exposed which allows users to control whether the anchor point for the labeling of line features is a hint or a strict requirement. The resulting behavior modifications include the following:

  • Strict: Labels are placed exactly on the label anchor only, and no other fallback placements are permitted.
  • Hint: The label anchor is treated as a hint for the preferred label placement, but other placements close to the anchor point are permitted.

image11

This feature was developed by Nyall Dawson

Diagrams

Render axis for stacked bar diagram

This adds support for rendering the axis on stacked bar diagrams if an axis has been set. The implementation is based on the axis rendering for the histogram diagram.

Negative values are not handled properly by stacked bar diagrams with or without the axis being displayed.

Addresses Issue 34915

image12

This feature was developed by Dan Minor

Mesh

In-memory mesh datasets with persistence

This feature introduces the ability to create in-memory dataset groups for mesh layers. These dataset groups are temporary and are not kept once the project is closed.

A new option has been added to the mesh calculator which allows the creation of in-memory dataset groups.

This feature also introduces the ability to remove or save these memory dataset groups to a file with the specified driver.

image13

image14

This feature was funded by Artelia Group

This feature was developed by Lutra Consulting (Vincent Cloarec)

Multi identify for mesh layer

The identify tool has been adapted when used on mesh layers and now displays the dataset value corresponding to the current time of the temporal controller for all dataset groups. The active dataset groups (scalar and eventually vector) are first displayed, then the other dataset groups. There is also other information displayed, including:

  • Source where the dataset is stored
  • Time step of the dataset that is displayed (can be different than the time of the temporal controller). Displays nothing if the dataset group is not temporal
  • Centroid of the corresponding face
  • Coordinate of the snapped vertex (if one is snapped)
  • Center of the snapped edge (if one is snapped)

When the map canvas does not have temporal navigation enabled, the identify results contain only information about the active dataset groups which have static datasets defined in the mesh properties dialog.

image15

This feature was funded by Artelia Group

This feature was developed by Lutra Consulting (Vincent Cloarec)

Virtual dataset groups for mesh layer

The ability to use "virtual" data set groups has been introduced for mesh layers. This replaces the "memory" dataset group used in 37389.

With the mesh calculator, users may choose to create those "virtual" dataset groups that will be added to the layer. Values are not stored in memory but each dataset is rather calculated when needed with the formula entered in the mesh calculator.

Those virtual dataset groups are saved within the project and be removed or saved to file for persistence.

Persistent and virtual dataset groups are distinguished in the source tab of the mesh layer properties by changes in the color of the background for each item, indicated as follows:

Persistent: yellow

Virtual: purple

image16

image17

This feature was funded by Artelia Group

This feature was developed by Lutra Consulting (Vincent Cloarec)

Add export to QgsMesh method

A method has been added to export a triangulation to a QgsMesh instance, with the possibility to construct mesh layer with triangulation from existing points and lines. This is the first step to allow the ability to obtain a QgsMesh from other map layers.

The Triangulation and DualEdgeTriangulation classes were also renamed and refactored to make them more consistent with QGIS code.

  • Add a method to export the triangulation to a QgsMesh instance.

This feature was developed by Vincent Cloarec

TIN Mesh creation

TIN mesh layers can be created from vector layer data (vertices and/ or break lines). The resulting mesh is constructed with a constrained Delaunay triangulation. This mesh layer can be created using the python API or through an algorithm in the processing tool box.

image18

This feature was developed by Vincent Cloarec

Rendering

Gamma correction filter for raster layers

Add gamma correction filter pipe for raster layers in addition to the existing brightness, contrast, hue, and saturation filters. Users can adjust the gamma value from the layer properties dialog, using styling panel and/or new buttons on the Raster toolbar. Default gamma value is 1.0 and it can be adjusted within the range 0.1 to 10.

Addresses Issue 13512

Also adds a rendering test for brightness and contrast filter which has no test at all and fixes some deprecation warnings in the Python test for QgsRasterLayer.

image19

This feature was developed by Alexander Bruy

3D Features

Allow 3D material texture files to be embedded in style/project

Some minor API and code cleanups were performed, as well as introducing the use of QgsImageCache for 3D texture files in order to allow them to be embedded within projects.

This feature was developed by Nyall Dawson

Shadow rendering

Shadows can now be rendered in 3D views.

image20

This feature was developed by Nedjima Belgacem

Export 3D scenes

3D Scenes can now be exported for use in other 3D software, such as Blender. This export feature supports multiple additional functions including output model simplification by specifying the output resolution, optional model smoothing, and the exporting of 3D vector layers.

image21

This feature was developed by Nedjima Belgacem

Directional lighting support for QGIS 3D

Added directional lights to QGIS 3D

  • Now the user can add directional lights to the 3D views.
  • I added a tab widget under the lights section of the 3D configuration dialog.
  • The user can specify the direction of the light, its color and intensity.
  • This is just a duplication of the already existing point lights implementation with some changes.
  • Later it may be useful to add a way to visualize the light direction by displaying a mesh that is positioned at camera's view point like an arrow that displays how the sun lights the scene for example.

image22

This feature was developed by Nedjima Belgacem

Texturing support for vector layer

Texturing support has been added for QGIS 3D with the following new functionalities:

  • Users can now select an image to be displayed on the surfaces of buildings as diffuse map from the symbol properties.
  • The user can also change the scale of textures from the symbol properties.

Some visual issues may appear when using textures. These issues relate to the normals of surfaces that you may be able to fix by checking "add back faces" and playing around with the invert normals and culling mode in the symbol properties.

image23

This feature was developed by Nedjima Belgacem

Enable embedded and remote 3D models for 3D point symbols

Users can now utilise and embed remote 3D models for 3D point symbols.

image24

This feature was developed by Mathieu Pellerin

Add option to show light source origins

A feature which allows users to toggle a visible sphere at light source origins in a 3D scene.

This allows for the easier repositioning and placement of light sources relative to the scene contents.

Addresses Issue #37726.

This feature was developed by Nyall Dawson

Improvements for material handling

Further improvements for material handling were introduced, and a Gooch shading model was added. This improves the QgsAbstractMaterialSettings API, by:

  • Adding icon support for registered material types (for use in the material selector combo box).
  • Adds support for handling different rendering techniques to QgsAbstractMaterialSettings. Now material classes can indicate which rendering techniques they support (e.g. Triangles, Lines, InstancedPoints, etc.), and the material is only offered when it's compatible with the required technique.
  • The technique handling in the gooch material widget was improved to avoid showing settings that have no effect in a particular context (e.g. hiding all but the ambient color choice for simple 2D line symbols).
  • A new material, "Gooch", was added. This material gives a CAD style 3D render, where the shading is not dependent on appropriate lighting setup in a scene and where the 3D details are always visible, regardless of the lighting choice.

image25

This feature was developed by Nyall Dawson

Expose control over text format and alignment for individual cells in manual text tables

Adds control over setting the text format (e.g. bold/italic/buffer/shadow etc) and text alignment (horizontal and vertical) for the contents of individual cells in a manual text table.

This feature was funded by City of Canning

This feature was developed by Nyall Dawson

Use QgsTextRenderer to render attribute table text

Allows for the full range of text formatting options in layout attribute tables, including buffers, shadows, word spacing etc.

This feature was funded by City of Canning

This feature was developed by Nyall Dawson

Use QgsTextRenderer for drawing map grid text in layouts

Allows for grid annotations which use buffers, shadows, background shapes, etc.

image26

image27

This feature was developed by Nyall Dawson

Expose option to control PDF image compression method when exporting layouts to PDF

Options are for Lossy compression, which is the default JPEG compression used, and Lossless compression (which creates bigger files in most cases, but is much more suitable for professional printing outputs or for post-production in other products such as Illustrator etc)

The bad news is that this option is only available in builds based on Qt 5.13 or later.

This feature was developed by Nyall Dawson

Add automatic clipping settings for atlas maps

This feature allows users to enable map clipping for layout map items so that the maps are clipped to the boundary of the current atlas area feature.

Options exist for:

  • Enabling or disabling the clipping on a per-map basis
  • Specifying the clipping type:
    • “Clip During Render Only”: applies a painter based clip, so that portions of vector features which sit outside the atlas feature become invisible
    • “Clip Feature Before Render”: applies the clip before rendering features, so borders of features which fall partially outside the atlas feature will still be visible on the boundary of the atlas feature
    • “Render Intersecting Features Unchanged”: just renders all features which intersect the current atlas feature, but without clipping their geometry
  • Controlling whether labels should be forced placed inside the atlas feature, or whether they may be placed outside the feature
  • Restricting the clip to a subset of the layers in the project, so that only some are clipped

image28

image29

This feature was funded by City of Canning

This feature was developed by Nyall Dawson

Add API to QgsMapSettings for specifying clipping regions to apply while rendering maps

This is currently API only functionality, but functionality has been added which provide the backend capabilities to specify clipping regions which may be used during map render operations.

Although primarily introduced in order to provide functionality which allows the automatic clipping of map elements to the current atlas feature geometry in print layouts, the API has been deliberately implemented in a manner that's very flexible to allow various use cases which require the clipping of regions during map render operations.

For non-vector layers, the clipping is applied through a QPainter clipping path. For vector layers, the API exposes various options in how the clipping should be applied:

  1. As an "intersects" style test only: All vector features which intersect the path are rendered, without actually clipping the feature's geometry
  2. By modifying the feature's geometry and clipping the geometry to the region: Any stroke or outline settings for the symbol will be rendered along the boundary of the clipping region, even if the feature actually partially falls outside this region.

or

  1. Using a painter clip path: Features are clipped to the region, but only at painter time. Boundaries of the feature which fall outside the clip region will not be visible.

This feature was funded by City of Canning

This feature was developed by Nyall Dawson

Layout legend maximum marker size

Adds the possibility to enter the maximum marker size (in mm) to the layout legend widget.

In some cases, such as when point layers use a symbol size which is based on map units, the point markers on the layout legend can get quite big. This feature adds a setting to the layout legend widget which allows the restriction of the maximum marker symbol size while the automatic legend update is still active.

This feature was developed by mhugent

Allow cells in manual text tables to have expression based contents

Allows individual cells from a manual text table to take their contents from a preset expression. Expressions have access to the full layout item expression context, allowing cells to calculate and display metadata style values or aggregate based calculations.

This feature was funded by City of Canning

This feature was developed by Nyall Dawson

Clip layout maps to shape

New functionality was introduced which allows users to clip a map item to a shape or polygon item from their layout, allowing for non-rectangular maps within the layout.

image30

image31

This feature was developed by Nyall Dawson

Support for rotated ticks/annotation

Tick marks and annotations on a map frame in the print composer can now be rotated, allowing them to align with a rotated map frame as described in issue 36904. It works for both rotated maps and reprojected grids.

The following options have been added:

  • Ticks:
    • Rotate ticks (if unchecked, ticks get drawn as before, not taking angle into account)
    • Rotated ticks alignment (whether ticks should have a constant length, or be aligned orthogonaly)
    • Skip low angled ticks (an angle threshold below which ticks aren't drawn, so you can skip ticks for grid lines that are, for example, too close to being parallel with the map edge)
  • Annotations:
    • Parallel to Tick (Next To/ Horizontal / Vertical Ascending / Vertical Descending)
    • Draw low angled (if checked, skipped ticks above will still get an annotation)

image32

This feature was funded by Kanton Solothurn

This feature was developed by Olivier Dalang, OPENGIS.ch

Add page offset expression for Y positions

A layout_pageoffsets expression was added for print layouts which returns an array of Y coordinates for the top of each page in the layout. this allows users to dynamically position items on pages in a context where page sizes may change.

For example, to set an item at 2.5mm from the top of page 2 (for the data-defined position Y of a map item) : @layout_pageoffsets[1] + 2.5

This constitutes a workaround for Issue 37567.

This feature was funded by BikePlan

This feature was developed by Olivier Dalang, OPENGIS.ch

Expressions

Add to_decimal() function to convert DMS to DD

A new QgsCoordinateUtils::dmsToDecimal function has been added which exposes the to_decimal function in expressions. This allows the conversion of DMS (degree/minute/second) strings into DD (decimal degree) format.

This feature was developed by Mathieu Pellerin

Add "main_angle" function to return the estimated main angle of a geometry

Returns the angle of the oriented minimum bounding box which covers the geometry value.

Useful for data defined overrides in the symbology of label expressions, e.g. to rotate labels to match the overall angle of a polygon, and similar for line pattern fill. image33

image34

This feature was funded by Kanton Solothurn

This feature was developed by Nyall Dawson

Port refFunctions to core

Various overlay operations have been added to the expression engine. This covers the functionality of the refFunctions plugin.

image35

The following new expression functions are implemented:

* overlay_intersects(layer[,expression][,filter][,limit][,cache])
* overlay_contains(layer[,expression][,filter][,limit][,cache])
* overlay_crosses(layer[,expression][,filter][,limit][,cache])
* overlay_equals(layer[,expression][,filter][,limit][,cache])
* overlay_touches(layer[,expression][,filter][,limit][,cache])
* overlay_disjoint(layer[,expression][,filter][,limit][,cache])
* overlay_within(layer[,expression][,filter][,limit][,cache])
* overlay_nearest(layer[,expression][,filter][,limit][,max_distance][,cache])

In all instances, the spatial operator is evaluated against the other layer. If an expression is provided, it returns an array of results. If no expression is provided, it returns a boolean indicating whether or not there is a match for at least one feature. Features can optionally be filtered by an expression, and optionally be limited to a certain count.

The overlay_nearest function has an additional max_distance filter.

image36

This feature was developed by Olivier Dalang, OPENGIS.ch

Digitising

Add option to calculate bearing based on travel direction

For devices which report faulty bearing measurements, this option can be used to instead calculate the GPS bearing based on the previous two recorded locations.

This feature was developed by Nyall Dawson

Digitizing and splitting curved features

New functionality was introduced that adds the possibility to switch between linear or circular strings when digitizing or splitting vector layer features.

The user can use the keyboard shortcut Ctrl+Shift+G to switch between linear/circular.

For splitting features, new overloading methods have been added to the API. When splitting, curves are preserved. For this, the curve is segmentized before splitting, and all the split features are "de-segmentized" after splitting.

A toolbar button was added to enable switching between linear/circular: image37

image38

image39

image40

This feature was developed by Vincent Cloarec

Data Management

Rescale raster algorithm for Processing

Adds a rescale raster algorithm to change raster value range, whilst preserving the shape of the raster's histogram. Useful for when rasters from different sources should be compared or processed together and their pixel values should be in the same range. By default, the algorithm preserves the NODATA value of the input raster but there is an option to override it.

The following image displays a histogram of a DEM (value range is 85-243) image41 And the next image displays a histogram of same DEM rescaled to the range 100-1000 image42

Addresses Issue 26099.

This feature was developed by Alexander Bruy

Forms and Widgets

Multiple widgets for a single relation

Multiple relation widgets may now be created for a single relation, each with their own distinct configuration.

This feature changes the behavior of relation widgets created in the drag and drop interface and provides resolution for Issue 37675.

On reading a project configured with older QGIS versions, the config is taken over and written into the new widget configuration. Autogenerated forms no longer allow the configuration of relation editor widgets anymore, but if it has been configured in an older QGIS, the attribute form will still read this configuration.

image44

This feature was developed by signedav

Users will now be able to see related (child) features in the results window when using the identify tool. Under each identified parent feature, new groups will show containing any related child features, displaying their attributes, actions, and allowing the user to directly open the feature form for the child feature.

This feature addresses issue 18634.

image45

This feature was developed by Nyall Dawson

Filter expressions in relation reference widget

An option has been added for static filter expression to be used in the relation reference widget.

image46

This feature was developed by Ivan Ivanov

Analysis Tools

Add project load profile times to debugging tools dock

Modification of the QgsRuntimeProfiler class which performs the following functions: 1. Make the profiling thread-safe, so that it's possible to record times across multiple threads 2. Allows different profiling "groups"

The new groups API is used here to expose a breakdown of project load times in the debugging dock, alongside the existing QGIS startup profiling. It's possible now to get a breakdown of the various stages of project load, in order to identify the causes of slow project load times.

TODO: In the majority of cases, performance problems will be caused by one or more layers, so it would be nice to further break down the individual layer load times. For example, for an individual WFS layer, we may see the time taken for the initial "server capabilities" or other queries. Add a group with profile times for map rendering, so you can see exactly which layers in your project are causing slow map redraw times.

In its current form, only the overall load time of each individual layer is displayed.

image47

image48

This feature was developed by Nyall Dawson

Processing

Add help string for parameters

Help strings can now be specified at the parameter level.

This will be visible in the tooltip, in the CLI and Python Processing API.

image55

This feature was developed by Étienne Trimaille

New "Align points to features" algorithm

This algorithm calculates the rotation required to align point features with their nearest feature from another reference layer. A new field is added to the output layer which is filled with the angle (in degrees, clockwise) to the nearest reference feature.

Optionally, the output layer's symbology can be set to automatically use the calculated rotation field to rotate marker symbols.

If desired, a maximum distance to use when aligning points can be set to avoid aligning isolated points to distant features.

An example use case for this is the aligning of building point symbols to follow the nearest road direction by using a data defined rotation value generated by this algorithm.

This feature was developed by Nyall Dawson

Add modeler algorithm to create directories

This algorithm allows models to create new file directories. Useful for models which have to output results to certain dynamically created paths (e.g. a folder containing the current date).

This feature was developed by Nyall Dawson

Add modeler algorithm to set a project expression variable

Allows a model to set Project-level expression variables during execution. Especially useful with the new Export Print Layout algorithms to allow models which dynamically set variables used in a layout prior to export.

This functionality was ported from https://gis.stackexchange.com/questions/359386

This feature was developed by Nyall Dawson

Add processing algorithms to export a print layout as PDF/image

Models are able to export print layouts from the current project. One use case for this is allowing users to create an in-project model which exports a particular set of layouts from the project to certain folders, so that they can easily re-export the current project in a single operation instead of having to manually open multiple layouts and export one-by-one.

Additionally, with the new capabilities to have expression based output files inside models, you can automatically export the layouts to a folder with the current date tag and include this in the exported file names!

This feature was developed by Nyall Dawson

Add a save features to file algorithm

There is now a native processing algorithm to save vector features to a file dataset within a model. It comes with a pair of advanced features to pass dataset and layer options on to GDAL.

image56

This feature was developed by Mathieu Pellerin

Export layout atlas as PDF algorithm

A new QGIS processing algorithm was added which allows the export of a map atlas to PDF. This is the PDF counterpart to the recent export atlas layout to image algorithm.

This feature was developed by Mathieu Pellerin

New "Flatten Relationship" algorithm

This algorithm flattens all relationships for a vector layer, exporting a single layer containing one master feature per related feature. This master feature contains all the attributes for the related features.

It's designed as a quick way to de-normalize a relation from a project, e.g. to allow exporting to CSV.

This feature was funded by SMEC/SJ

This feature was developed by Nyall Dawson

Export atlas layout as image algorithm

A new native processing algorithm was added to export layout atlases as images.

This is useful in models where remote datasets are processed with the goal of being used as atlas coverage layers.

image57

This feature was developed by Mathieu Pellerin

New Cell statistics algorithm

We added a Cell statistics raster analysis algorithm. It performs cell-wise statistics on a stack of raster layers while accounting for NoData. The functions available in the current implementation are:

|

  • Sum
  • Mean
  • Median
  • Standard Deviation
  • Variance
  • Maximum
  • Minimum
  • Majority (most frequent value)
  • Minority (least frequent value)
  • Range (max - min)
  • Variety (count of unique values)

image49

This feature was developed by Clemens Raffler

New Equal to frequency algorithm

We have added some new raster algorithms that operate on a local cell-by-cell basis in a raster stack. The Equal to frequency algorithm evaluates on a cell-by-cell basis the frequency (number of times) the values of an input stack of rasters are equal to the value of a value raster.

image50

This feature was developed by Clemens Raffler

New Greater than frequency algorithm

We have added some new raster algorithms that operate on a local cell-by-cell basis in a raster stack. The Greater than frequency algorithm evaluates on a cell-by-cell basis the frequency (number of times) the values of an input stack of rasters are greater than the value of a value raster.

image51

This feature was developed by Clemens Raffler

New Less than frequency algorithm

We have added some new raster algorithms that operate on a local cell-by-cell basis in a raster stack. The Less than frequency algorithm evaluates on a cell-by-cell basis the frequency (number of times) the values of an input stack of rasters are less than the value of a value raster.

image52

This feature was developed by Clemens Raffler

New Lowest position in raster stack algorithm

We added some raster value position analysis tools with this new QGIS version: The Lowest position in raster stack algorithm evaluates on a cell-by-cell basis the position of the raster with the lowest value in a stack of rasters. Position counts start with 1 and range to the total number input rasters. The order of the input rasters is relevant for the algorithm.

image53

This feature was developed by Clemens Raffler

New Highest position in raster stack algorithm

We added some raster value position analysis tools with this new QGIS version: The Highest position in raster stack algorithm evaluates on a cell-by-cell basis the position of the raster with the highest value in a stack of rasters. Position counts start with 1 and range to the total number input rasters. The order of the input rasters is relevant for the algorithm.

image54

This feature was developed by Clemens Raffler

Load processing results to layer group

Users can now optionally set a group name which ensures that the resulting output layers added to the project when using the Open output file after running algorithm option are grouped together. This allows all outputs from several processing algorithms to be grouped so that they may be easily located in the layer tree and be removed, exported, or have their visibility toggled easily. image58

This feature was developed by Germán Carrillo

Add zonal statistics algorithm which creates new output

Previously, when calculating zonal statistics, the algorithm always updated the original data source, adding additional fields. A new zonal statistics algorithm has been added which creates a new output instead. This functionality is an implementation of the 29504 feature request.

This feature was developed by Matthias Kuhn

Add geometry processing parameter

Added a new QgisProcessingParameterGeometry for passing geometries as a parameter to processing alogrithms.

This provides a way to pass simple geometries to algorithms without requiring an input layer.

The immediates use case are:

  • Algorithms that might need to manipulate geometries in an atomic way.
  • Delegation from parent algorithms.
  • Use with headless qgis processing in stand-alone processing tools.

Features:

  • The parameter is compatible with string parameters as it may pass Well-Known-Text as the value.
  • The current widget interaction is minimalistic as it only uses the input text widget for entering the value as WKT.

This feature was developed by David Marteau

Add an interface to determine whether it is safe for the application to exit

An interface for plugins and scripts to register custom logic to prevent the QGIS application from exiting was added. This allows plugins to determine whether it is safe for the application to exit. This has made it possible to allow plugins to determine whether there are unsaved changes which should be saved or discarded before allowing QGIS to exit, functionality which has already been implemented in the console script editor, preventing data loss by prompting users when there are unsaved changes rather than silently shutting down the application.

This feature was developed by Nyall Dawson

Application and Project Options

List available GDAL vector drivers

A Vector Drivers tab is now available within the QGIS GDAL Settings window, which lists all the available GDAL vector drivers and allows users to toggle their active state. Where several drivers may be used to open data of a specific type, users may now modify these settings to ensure that the intended driver is used when importing specific vector data types. For example, the FileGDB and OpenFileGDB drivers are both capable of being used to import .gdb files, but if the data file has a version of 9.x, the FileGDB won't be able to open it. In this instance, a user may disable the FileGDB driver and ensure that the data is loaded using the OpenFileGDB driver instead.

This functionality directly addresses the limitations outlined in Issue 18738.

image59

This feature was developed by Alexander Bruy

Detect GRASS installation folder on MacOS

MacOS previously had a platform-specific custom parameter setting Grass7Utils.GRASS_FOLDER. This caused crashes for many users with multiple QGIS installations or who had some invalid folder settings. The parameter has been removed and a GISBASE environment variable has been introduced instead, which is commonly used in GRASS scripts as the "root" installation directory, emulating the behavior used for GRASS detection in Windows environments. If GISBASE is not present (default), a search is performed for grass folders in QgsApplication.prefixPath() (when packaged in bundle format). If not found, the standalone GRASS instance is searched for. The new behaviour for GRASS is in-line with the methodology used for the GDAL and SAGA processing tools.

This resolves Issue 38595.

image60

This feature was developed by Lutra Consulting (Peter Petrik)

Browser

Expose fields in the Browser

First part of QEP https://github.com/qgis/QGIS-Enhancement-Proposals/issues/171

Exposes field columns in the browser for providers that implement connections API:

  • PG
  • GPKG
  • Spatialite
  • MSSQL

The following operations are supported on fields:

  • add new field
  • delete field

image61

image62

This feature was developed by Alessandro Pasotti

Data Providers

ArcGIS Vector Tile Service connections

An option to create connections for ArcGIS Vector Tile Services was added to allow users to easily load vector tile layers from ArcGIS Server vector tile services. It also added support for authentication, configuration, and custom referer string to vector tile connections.

This change adds explicit UI options for adding and configuring connections to ESRI vector tile services. While these services use the standard vector tile framework for data retrieval, they can be directly added by creating a connection using the VectorTileService API endpoint on the ArcGIS server.

After a user adds a layer from a VectorTileService, the server's default styling and labeling for the layer is automatically loaded.

image63

This feature was developed by Nyall Dawson

Trust layer metadata propagation

The trust flag at the project level is only used to read the vector layer extent from xml, not from the provider.

This flag was not available at the vector layer and data provider level. A new QgsMapLayer reading flag to propagate the trust layer metadata for the project's read flag and a new provider flag to trust the datasource config.

Trusting the datasource config allows the provider to use estimated metadata, ensures the primary key is unique and that the detectable geometry type and SRID are the same as the requested.

This feature was developed by rldhont

Add support for virtual columns in Oracle

Support for virtual (generated) Oracle columns has been added and is defined this way:

sql CREATE TABLE QGIS.GENERATED_COLUMNS ( "pk" INTEGER PRIMARY KEY, "generated_field" GENERATED ALWAYS AS ('test:' || "pk") VIRTUAL);

Note: It's not possible to define a generated column on an SDO_GEOMETRY field in Oracle.

For now, when creating a new feature, the generated field is editable and should not be. A new API method needs to be added to retrieve readonly field from the provider as discussed in Issue 35995.

This feature was developed by Julien Cabieces

Add advanced options for data imports

New functionality has been introduced which allows advanced parameters to be specified when importing layers using the OGR data provider, opening a vast range of new possibilities, especially when working around expected dataset issues.

image64

image65

This feature was developed by Even Rouault

QGIS Server

QGIS Server WFS3 API Sorting

Adds sorting functionality to the QGIS Server WFS3 API

This feature was developed by Alessandro Pasotti

QGIS Server landing page plugin

A Landing Page Plugin for QGIS Server was created, which is a C++ port of https://github.com/elpaso/qgis-server-landing-page-plugin

image66

This feature was developed by Alessandro Pasotti

Environment variable to disable GetPrint and to not load layouts

A new QGIS_SERVER_DISABLE_GETPRINT environment variable was added to QGIS Server which prevents the loading of layouts when projects are read and disables the WMS GetPrint request, improving the read time of projects.

This feature was funded by Ifremer

This feature was developed by 3Liz

Environment variable to trust layer metadata with server settings

Trust layer metadata can be defined at the project level. A new project reading flag was added which allows the forcing of trust layer metadata.

For QGIS server, the trust layer metadata option can be overridden with QGIS_SERVER_TRUST_LAYER_METADATA environment variable.

This feature was funded by Ifremer

This feature was developed by 3Liz

Notable Fixes

Bug fixes by Even Rouault

Bug TitleURL issues.qgis.org (if reported)URL Commit (Github)3.10 backport commit (GitHub)
Scrolling attribute table of a layer added with the "delimted text provider" is almost impossible#38068PR #38735PR #38745
support for API-keys via query for API implementing OGC API - Features#38436PR #38738N/A
Custom CRS does not always switch parameters correctly from wkt to proj string#38689cannot reproduce
OGC API Features client always use limit=1000#38666cannot reproduce
Exporting to geopackage changes field type from DATE to DATETIME#37857not a bug
CSV date field being interpreted as time type#38091PR #38741N/A
Coordinate Transformation Difference between QGIS and Proj#38190usage issue
gdal_rasterize not working when file has '&' symbol in name#38674PR #38743PR #38747
Core dump when using identify feature on a vector polygon#36213already fixed
Error of the raster histogram of QGIS 3.10.8(LTR)#38298PR #38769TODO
[Postgres] Cannot edit attribute when there is no primary key#37917not a bug IMHO
Switching between WMS info-output formats throws: CRITICAL QTableWidget: cannot insert an item that is already owned by another QTableWidget#37215PR #38770PR #38783
SaveAs Geopackage: TEXT fields are converted to TEXT(255)#25405already fixed
"Join attributes by nearest" tool defaults to "None" when using Max distance of 0#38761PR #38773No, not appropriate (see PR #38778)
Lost edits in layer of same transaction group#38697PR #38779 + PR #38780PR #38824
Preview of Expression String Builder 'freezes' if Feature id higher then available#38646PR #38797N/A
VectorFileWriter/OGR provider: workaround GDAL 3.1.x bug regarding XLSX and ODS creationnot reportedPR #38837PR #38853
Coordinate operation widget: avoid repeating scope and remarksnot reportedPR #38847N/A
Freeze when showing attribute table of WFS layer#37224PR #38952PR #38956
OGR Error when editing a kml file#39087GDAL Commit 72e1a4d7c96e0381d2d335857697b5f8e1668450Backported to GDAL 3.1 branch too

This feature was funded by QGIS.ORG (through donations and sustaining memberships)

This feature was developed by Even Rouault

Bug fixes by Alessandro Pasotti

Bug TitleURL issues.qgis.org (if reported)URL Commit (Github)3.10 backport commit (GitHub)
Loading PostGIS layers with no specified geometry loads all features in the attribute table.PR #35367 #38565Backport onlyPR #38736
Server API: current project is not settable anymore#38755PR #38758PR #38758
PostGIS layer saved in 3.10 project, fail to load correctly on 3.14#38567PR #38763N/A
Server WFS-T 1.1.0 wrong case for totalUpdated, totalInserted, totalDeleted#38558PR #38764TODO
Server crashes on GetLegendGraphics when RULE does not exists.#38766PR #38775PR #38794
Form view gets stuck in the last shown not-NULL-value for some attributes when browsing through data#38552PR #38801TODO
Marker line Simple marker rotation override not respecting follow line direction setting#38716PR #38815
Unable to dock the "snapping options" widget#38604works for me
Can't read PG data sources when saved in version 3.10 and using service / auth combo#38809PR #38833N/A
DB Manager "cancel" button to stop a query is not working#38092PR #38870N/A
GDAL enhancement related to #38092#380922https://github.com/OSGeo/gdal/pull/2953#event-3788638320N/A
Shift values issue while creating new field under DB Manager#38800works for me
Problem with VUV wms#38924works for me
Data Source Manager: WMS/WMTS Window not resizable#38903works for me, pending feedback
Form tab option "Show as group box" won't save or apply#38539works for me
Scale lock is ignored when panning the map#38953PR #38954N/A
Zoom to layer overwrites locked scale bug#38417PR #38954N/A
Repeated column names cause visualization issues in DB Manager#38976PR #38981N/A
"show search_path" returns 0 rows#38975PR #38981N/A
PG NOTIFY not accessible#38986works for me
Fix PG db-manager rename schema#38998PR #39000N/A
Several PG browser items UX issues#39001PR #39006N/A
Virtual vector does not load correctly on Windows#35016works for me on windows/current master
DB Manager: PostgreSQL field comments are not displayed correctly#38394PR #39026
Only first row for Postgis raster table in DB Manager preview and when adding layer to Map canvas#39017PR #39039N/A
erroneous postgis query when trying to discover relations#39036
many additional tables that are already loaded in the project are loaded on project load because of layer dependencies#39025PR #39043N/A
Partial fix for : Wrong assignments of raster values to symbology Paletted/Unique values or Singleband Pseudocolor#39058PR #39071N/A
Allow to set precision for raster single band presudocolor classificationnot reportedPR #39079
Complete fix for : Wrong assignments of raster values to symbology Paletted/Unique values or Singleband Pseudocolor#39058PR #39088Risky
Failure with identifier sequence when adding feature#39093works for me
Export report to PDF crashes QGIS if no layout is in edit mode#39086PR #39135TODO
PG raster: float rasters do not show nodata values correctly in master/3.14#39142#39142
Python API call QgsAbstractDatabaseProviderConnection::TableProperty exceptions not converted to QgsProviderConnectionException#39151PR #39152N/A
DB Manager unable to show PostGIS geography column#37666PR #39154N/A
setting a field to NULL via field calculator freezes qgis#39178PR #39257TODO
Layer X: Feature has too many attributes (expecting 5, received 7) when "Automatic Creation of Transaction Group" is enabled#39230PR #39267PR #39278
unreported crash when calling data provider's lastError on no errorsnot reportedPR #39267N/A
Crash digitizing a feature when transaction group is on (after save)#39265PR #39283
Transaction groups: not-current layers a set to not editable after save#39282PR #39286not critical
OGR decodeUri: be tolerant on layerName casenot reported but impact the QGIS-DocumentationPR #39328N/A
Wrong extension handling in links when layer name has dotsnot reportedPR #39346N/A
Passwords are URL-encoded before base64 encoding for HTTP Basic auth#39243PR #39347PR #39382
QGIS crash in Settings menu if NOT in english#39430PR #39434N/A

This feature was funded by QGIS.ORG (through donations and sustaining memberships)

This feature was developed by Alessandro Pasotti

Bug fixes by Peter Petrik

Bug TitleURL issues.qgis.org (if reported)URL Commit (Github)3.10 backport commit (GitHub)
Problem with displaying mesh and canvas rotation#35147PR #38795/filesno, not critial
Crash while attempting to use mesh#31773cannot reproduce
Spatial Bookmark Manager Bad Behavior and Crashing App#35348cannot reproduce
Seqmentation fault 11 on QGIS shutdown on MacOSnot reportedPR #38806PR #38748
Crash when creating New MSSQL connexion on macOS#35026PR #39084different packaging system...
qgis_process is installed in the wrong place on MacOS#38447Mac Packager Commit 97b0ec974e2309e447ebb69c4117580db27af6f0N/A
Unable to run GRASS plugin on MacOS#32511Mac Packager Commit 218a571f6f268dcc4490ebe1a00068bfe363b2aedifferent packaging system...
Processing: GRASS r.drain fails on macOS: "No module named site", "Raster not found"#36126Mac Packager Commit 218a571f6f268dcc4490ebe1a00068bfe363b2aedifferent packaging system...
The Grass7 processing toolbox option dialogue should include a way to specify a path to the GRASS binary, overriding Grass7Utils.command#29454cannot reproduce
Path error GRASS plugin QGIS 3.14#38595PR #38840different packaging system...
No Print dialog or Page Setup dialog in macOS#30791cannot reproduce
Splash Screen Persists While 'Handle Bad Layers' Dialog is Open#34784PR #38842not appropriate
qgis terms of license pop up bug#38588cannot reproduce
Cannot load pictures anymore in custom forms#30833already fixed by Mac Packager Issue #3not appropriate
Mac Packager Issue #83Mac Packager Commit 36f86759649abc4cb8f6875f6ad934070c13d56edifferent packaging system...
Projections not reading in MacOS Nightly Build#38919PR #38922different packaging system...
layers in .osm format are not loadingMac Packager Issue #84cannot reproduceworks in 3.10
missing metadata python packageMac Packager Issue #87Mac Packager Commit 7c94749579acaf059e9b6c5094c7a2cb74d17f7adifferent packaging system...
GeoPDF Export failsMac Packager Issue #75works now with qgis-deps-0.5.5different packaging system...
GRASS Console not work on Mac#38961Mac Packager Commit bfc4ca0717de0e496d98f91e7a28e85216763ab1different packaging system...
Processing Plugin Crashes QGIS on MacOS Nightly Build#38960PR #38973different packaging system...
Program crash when pasting file name#38939cannot reproduce
Wrong Python default path in QGIS server on macOS#29843Mac Packager Commit 1a6ccb6e60adbfbbe05839e0c507e675a71c2491different packaging system...
qgis_map.fcgi on macOS doesn't find libraries#29399Mac Packager Commit 1a6ccb6e60adbfbbe05839e0c507e675a71c2491different packaging system...
GRASS provider cannot get projection#31397Mac Packager Commit bfdeab3f5c2ae9465efd1a55a29c0bbc9a88cd95different packaging system...
QGIS crashing on start on Mac#38858corrupted user profileN/A
Browser cannot open Volumes under macOS#29702PR #39096no, not critial
MetaSearch unexpected keyword argument 'auth'#38074cannot reproduce on masterdifferent packaging system...
No QGIS plugins found in /Applications/QGIS3.10.app/Contents/MacOS/../PlugIns/qgis#39044cannot reproduce on masterdifferent packaging system...
Browser Panel: unable to find all the connected drives#24641duplicate of #29702 for MacOS
Provider Settings for GRASS avoid to active OTB#39112cannot reproduce on master
Can't open GeoJSON vector via HTTP protocol on Windows and macOS#37107"Mac Packager Commit d06bc3ac933c75071f36937aaf8189920dccc503different packaging system...
QGIS 3.0.1 Crash - Zooming in while moving node crashes QGIS#26509cannot reproduce
Crash when switching user profiles (too early?)#26993cannot reproduce
Aborted when debugging python plugin with pdb#27201cannot reproduce/not valid
Customization: the widget catcher can't select icon from a toolbar when it's under a group of icons#22967PR #39209not critical
QGIS on macOS can save file in qgz-format, but won't open files in qgz format#39204cannot reproduce
Mouse pointer keeps switching type#32947probably desired feature, not a bug
Aggregate function bug on macOS version"#32932cannot reproduce on masterdifferent packaging system...
Clear filter in Snapping Toolbar > Edit advanced configuration causes crash#29750cannot reproduce on master
Snapping Settings window with Night Mapping, low readability#29751already fixed
Merge raster fails in macOS#39213cannot reproduce on masterdifferent packaging system...
Can't get info on WFS feature in MacOS nightly build#39223Mac Packager Commit 54872e06a43ef61bf6dae8242e121bd5cec8be11different packaging system...
QGIS 3.4.10 crashes - Python#31304already fixedalready fixed
Exporting GRASS vector (save as...) crashes QGIS#37508PR #39284TODO
Crash when loading 3D project with DEM terrain and symbols that uses height value over the terrain#35483PR #39287TODO
Creating 3D View from raster#37163duplicate of #35483N/A
Crash when moving camera in 3D"#37881cannot reproduce on master

This feature was funded by QGIS.ORG (through donations and sustaining memberships)

This feature was developed by Peter Petrik

Bug fixes by Paul Blottiere

Bug TitleURL issues.qgis.org (if reported)URL Commit (Github)3.10 backport commit (GitHub)
Linebreak issue with editing expression of "Title Label Decoration"#37803PR #38817PR #38748
QGIS Server GetPrint: EXTERNAL_WMS layer on top of QGIS layer#35873PR #38548N/A
Fixes OGC API Features certificationnot reportedPR #37622N/A
Outdated help for labels "data-defined" placement group options#36680PR #37344
Server GetFeatureInfo returns 0 where is should return NULL#37781PR #38807
z function returns Nan when used with a 2d point geometry#37772PR #38831
m function returns Nan when used with a 2d point geometrynot reportedPR #38831/commits/829ee25d431b2b3d1ea08fa8a930bb519ab2dd2f
processing.algorithmHelp from terminal (outside QGIS desktop)#37524cannot reproduce
Cache join layer in memory" not toggling when editing join properties#37326PR #38838
Map tips should not appear for invisible features#37066PR #38861
Merge features: manual value is not respected#37659PR #39083

This feature was funded by QGIS.ORG (through donations and sustaining memberships)

This feature was developed by Paul Blottiere

Bug fixes by Matthias Kuhn

Bug TitleURL issues.qgis.org (if reported)URL Commit (Github)3.10 backport commit (GitHub)
Legend nodes overlapping each other after inserting#38881PR #38882not critical
Poor legend performance with complex legends#38890PR #38891not critical
AMS layers cannot be added when no project CRS is set#38892PR #38893no intention
Legend performance problems#38978PR #39066

This feature was funded by QGIS.ORG (through donations and sustaining memberships)

This feature was developed by Matthias Kuhn

Bug fixes by Julien Cabieces

Bug TitleURL issues.qgis.org (if reported)URL Commit (Github)3.10 backport commit (GitHub)
QgsProcessingAlgRunnerTask started inside function crashes QGIS#38583Won’t fix
Geometry generator symbol not rendered if the feature itself is not on the map canvas#38579Feedback
Relation widget in input form tabs - NULL value filled with data in form#38549Won’t backport (too risky)(Closed) #38549
Warning message: Missing layer form dependency : layer 'layerX' requires layer 'layerY' to be loadedPR #38802PR #38802N/A
When embedding a layer, the display expression of a relation reference is not taken over#38422Closed (FeatureRequest)
the keybord shortcut CTRL+C copy only the first cell, not the whole line#37503PR #38810
if shortcut is set for copy features then Ctrl+C not working anymore#37401Duplicate #37503
Organize columns not working if the table is empty#38653Upstream (Qt)
Copy and paste style for forms ignores edit widget type#37702PR #38836
Keep order when drag and drop multiple widget#37038PR #38844PR #39239
QGIS crash removing QgsAnnotation in python#36098Feedback
Error in SQL statement for Virtual layers may lock layers in map canvas#34378PR #38949PR #39023
Virtual field in virtual layer not found#38523Feedback
Closed ID column for temporary layer is not detected when creating virtual layers using data source manager#34830Won’t fix
Boolean virtual field unusable in virtual layers#31798PR #38957PR #38748
fails to generate virtual geometry layer based on virtual wkt field#28265Feedback
Closed virtual fields can't be filtered#28072Not reproduced
Qgis crached after calculated field removed#26486Not reproduced
sql "order by" does not work with the "Add/Edit Virtual Layer" feature#29043Won’t fix
Form fails to initialize $geometry#34791PR #39041
Oracle - can't create or a modify a connection#38979PR #39131
Test connection Oracle DB ready - OK greyed out !#39116Duplicate #38979
Scale dependent snapping does not activate as long as it displays the scale as "1:xxxxxx"#39031PR #39133N/A

This feature was funded by QGIS.ORG (through donations and sustaining memberships)

This feature was developed by Julien Cabieces

Bug fixes by Denis Rouzaud

Bug TitleURL issues.qgis.org (if reported)URL Commit (Github)3.10 backport commit (GitHub)
correctly determine if variables are static in aggregate expression and filter, give @parent in generic aggregates#33382PR #39391no
Freeze when using aggregate in a virtual field#39366Won’t fix
Fix SVG marker anchor calculation and improve boundsPR #39336
Improve SVG UI + remove duplicated codePR #39421
Improve SVG UI + remove duplicated codePR #39519
Improve SVG UI + remove duplicated codePR #39524
Fix duplicating featuresPR #39548
fix duplication of feature being stopped at 1 level deepPR #39550

This feature was funded by QGIS.ORG (through donations and sustaining memberships)

This feature was developed by Denis Rouzaud

Bug fixes by Olivier Dalang

Bug TitleURL issues.qgis.org (if reported)URL Commit (Github)3.10 backport commit (GitHub)
Core topology fixer issuesnot reportedPR #39392

This feature was funded by QGIS.ORG (through donations and sustaining memberships)

This feature was developed by Olivier Dalang

Bug fixes by Nyall Dawson

Bug TitleURL issues.qgis.org (if reported)URL Commit (Github)3.10 backport commit (GitHub)
Fix crash in dbmanager#38393Commit 8c623b268ed94ef65aa19e2271be10b75e1ef36aN/A
Fix GeoPDF page size issues when opened in Acrobat reader#33465Commit 460bf8e534eb32ccba665918a615b55a8cbccaddDelayed till more widespread user testing
Improve default lighting of 3d scenesnot reportedCommit 350bc602e0ecd0f93dc2cc90ab34ce09993a687bN/A
Allow conversion of QgsFeatureStoreList results to Python objects#39479Commit 49c508921d7ccb59b1f1abaff4f890456cca1455Too risky
Fix preview symbol when offsetting point symbols isn't shown correctlynot reportedCommit 62409b92ce20a84dd92188cf42a98d7cdc0b08c3N/A
Use click-click behavior for rotate and offset marker toolsnot reportedCommit 00a3a6b8057f96dfa6c37943427a276cd3a5065dN/A
Avoid massive UI hangs when a layer has complicated actions definednot reportedCommit 9aa805c15bb2cf8f9ba33fd2905f5784d6eb4668Too risky
Ensure display expression is used for map action tool, not raw feature idsnot reportedCommit e304d4d7e3eae0f48f336c7eb34542be6055df5dLow priority
Improve UX when configuring lights in a 3d scene, fixes confusing interfacenot reportedCommit 3019b82100d4fc405f64cebcddf9aaae253c4293N/A
Fix features with invalid geometries cannot be selected#38460Commit 22c2c5a41c7ca25cb1fdbb0e121578a2d9386d4dN/A
Expose metadata tab for mesh layersnot reportedCommit 9482b1be70f36f778f6a409847244c5ff8a6a739N/A
Fix missing text codecs on Windows installs#36871Commit c3ca85e60bec73056bd87c426fd71c8f578363cbToo risky
Don't force a whole layout map to be rasterised just because one vector layer has non 100% opacitynot reportedCommit 2d15a4cfad6c732cf640fbb0eabd625856b643caToo risky
Ensure mesh layer properties follows same appearance as other layer typesnot reportedCommit 3c67e1acde24a49bcb0356c2ef5ed6cb8102fdacN/A
Speed up mesh triangulation algorithm by avoiding a bunch of unnecessary QVector detachmentsnot reportedCommit 46ef391a7acf10515a11c19b69fafa4548046448N/A
Don't allow users to set 3d terrain to mesh or DEM without selecting an elevation layer, instead show friendly warningnot reportedCommit 0d9f1da846c70764fa6840309b5460f713b30e1fN/A
Avoid 3d map config dialog opening with initially out-of-sync selected panenot reportedCommit 8b6477208f3c34e228734f7c04d32625965c48edN/A
Fix menu not shown when clicking 'add' item in style manager dialog and color ramp tab is activenot reportedCommit a085ce84b81a46896c9f00ee64eccaea63dad29aN/A
Fix trying to create new color ramp from first page in style manager dialog does nothingnot reportedCommit 34fb646f7ab69f20072b4d74ebec0595054089d7N/A
[processing] Fix generated layers stored in geopackage always report a feature count of 0not reportedCommit 0675d99b34ee209a09857dfcba47cb5a92f55154Too risky
Fix Import Geotagged photos algorithm incorrectly assigns form widgets when saving the results to GPKGnot reportedCommit ff336ade18f4d6b307e4ed0e98fee77ee11a157cPR #39563
[processing] Ensure driverName is passed to QgsVectorLayerExporter so that GPKG specific optimisations can be applied when saving outputs to geopackagenot reportedCommit 501c63feb3887e18da35188062546186d8a767acToo risky
Update strings and UI regarding layer CRS override setting#32101Commit 06cfdd9563b15d8fbb27aee94b83d1b15773df77N/A
Use proper SQL code editor in filter preview widget in vector layer properties, don't show filter as disablednot reportedCommit 0f4270cfe600e77f09db7727bd3ba965be7acb0eN/A
Fix boolean literal presentation in dox/PyQGIS docsnot reportedCommit 746ee315bd0a4140f6e84617d547cc89103f79aaN/A
Speed up QGIS geometry validationnot reportedCommit 2a15c3b0a4a631db1b55ac7e46256fdbd89949f9Too risky
[processing] Correctly discard fid field values when running algorithms with the RegeneratePrimaryKey flag in in-place mode#37761, #33816Commit db7b97705967041d4eaca7e7f69cbf49f5692aefToo risky
[processing] When reporting that a feature is invalid, also mention the layer name#26664Commit a53bb3d49b59a3f814d862f30202ff156f74d6bcToo risky
Allow expanding xls, ods, gpx, pdf files in browser so that layer sources can be repaired for these file typesnot reportedCommit 252976b739527e213f5d1c8c98a345911dfeab32N/A
[processing] Fix "Split with lines" algorithm can get stuck in an endless loopnot reportedCommit 05645b320d8547f50a308843e961e343c383036dToo risky
Don't show cascaded feature deletion warnings and feedback if joined deleted features came from an auxilary layernot reportedCommit 8c79b94fcc14e41d4442a018554e889f81b8e080N/A
Fix crash in undo dock when clearing project/closing QGIS#38157Commit d87d230bb4bcbe091fe35bb047d54f7d9fcaabb8Commit 5c97ff66dd90d450a1ec60583da9626c14c9c08c
Fix copy/paste/select all shortcuts don't work when layer tree is selected#38849Commit 02d7afae3f8699e83efacc781d3266700397d8b8N/A
Fix edited and new features no longer correctly show their corresponding color shading in the feature list viewnot reportedCommit a195b056624c2fabe231be7c0e96c3d63e052e5bToo risky/low priority
ALWAYS load processing plugin in qgis_process tool#37989Commit bc0df6d25e929a575d0821208f7d187737d80709N/A
Add --json option to qgis_process toolhttps://github.com/paleolimbot/qgisprocess/issues/21Commit fc8d916b8dd444b3edaee3c18ec308e74a9bb91eN/A
Ensure all code editors in QGIS follow the same appearance and behaviornot reported(many)N/A
When creating a CRS from WKT and the WKT has an embedded CRS name, correctly use this to set the QgsCoordinateReferenceSystem descriptionnot reportedCommit 9a35b27630982d63101c57c3e3440dcbf1a7786fPossible after further user testing
Big speed up for scripts which fire off many individual feature requests to a memory provider layernot reportedCommit 1d2bb41752c51e6c9b84124a1ce1599d3d42b41cToo risky
[console] Fix exception when running scriptsnot reportedCommit 5c8013df6129a2bc06d25a98ff20dbf27621bff5N/A
[layouts] Fix resizing multiline label items to adjust to the size of their textnot reportedCommit 6829e6351e1dab18f1fa0c0443107eb7617794c7Too risky
Improve appearance of PyQGIS documentation for functions which return multiple valuesnot reportedCommit 0001ec27a43cbf4c99d1525c3c5f75183e96f5c3N/A
[processing] Don't raise a generic "something went wrong" exception when calling processing.run(), instead use proper descriptive exceptionnot reportedCommit 2207c30a247e5907a12185165b4bd220e255bbdcToo risky
[processing] Fix execution of "Eliminate selection" through Python#38808Commit ee7bea2305253fd276a69c25bb5d308942dcb190Too risky
[3d] Fix crash when line feature cannot be bufferednot reportedCommit f6eed85729a8cbf913155ae16df7499f688ba0faCommit d4c963e1c2fdc497dba038896caf2b3f975240ff
Fix custom stroke patterns incorrectly scale when data defined stroke width is set#39201Commit 03fdc0cd7992a7883183704cd68506f32afe9ca3Too risky
Allow columns to be resized in datum transformation table#39169Commit 1cd5a3358b235f67b6b4d95331ce561e9f8cb715N/A
Fix settings incorrectly show for wrong layer types in labeling dialog#39168Commit 2e948884c029c9f79639201943ec4bc36dba3573N/A
[processing] Fix error reporting from batch dialog#39197Commit 5243a8594cc39540f2c01201415633801a22ff43N/A
[processing] Fix crash when renaming conditional branch in modeler#39053Commit ddae53b7b789467bf17b21d6f4b884e827fbd3c5N/A
[processing] Fix crash in model designer when a child algorithm contains hidden parametersnot reportedCommit f3c9f9bfbc2fc456c77965be4c1e65cc692bc0d0N/A
Ensure True/False are treated as Python keywords in Python code editornot reportedCommit 5f661045c078b7938550c2c9d0798664c6f65f5aN/A
Don't silently close QGIS with unsaved changes in the console script editors#38529Commit 9093bdfd1e46ba65af78c5fc01bcb4df1ed6a0e9Too risky
Fix dropping processing script algorithm .py file on QGIS no longer triggers the algorithm to executenot reportedCommit 64bf347d7e1d664fc674c5ca602ce6c4bedecdf9N/A
Fix message log dock causes havoc with other docks placed in the same area#31955Commit 384f6a1d9257a05eaa58942921c94f1dd4941cd3Too risky
When restoring a custom CRS from XML, if the CRS does NOT match any of the existing user defined CRS's on the QGIS profile then still restore the previously saved name of the custom CRSnot reportedCommit e6d316ace7031821e04ca625e35f7c2c4d57f639Possible after further user testing
Don't refer to valid but custom CRSes as "Unknown CRS" and instead use "Custom CRS" phrasingnot reportedCommit d3833fd8d6c4b4f0673c4c2337044c224675185fPossible after further user testing
Improve performance of processing batch process dialog with a large number of files#38987Commit 776768eb9f4ee2a8d13909b4ced5c175a0d05b3dToo risky
Improve behavior of CRS selector and transformation widgetsnot reportedmanyN/A
[layouts] Use standard CRS selector widget for map grid CRS choice#26548Commit 4c7fbc0260ef95f7dd6dd4b6954ee2086ad3da70Too risky
[layouts] When selecting a CRS for a map item, don't show misleading no crs option at the top of the dialognot reportedCommit c3a26db4babbef46ae1b7904bb9d1f0ee9e273adToo risky
Fix "layer has no CRS" message incorrectly show at the top of many projection selection dialog boxesnot reportedCommit c68d05cc40f8f2c828e5204e6e4f5f11e68b4a7cToo risky
Fix crash when editing style and opening a project#38920Commit 67ec244864ca6f9290e1f35a1a0c60b4888fe686PR #38748/commits/ecf96231aefa5628539f0b63ca313ea8b20c9548
Avoid qt warning when dragging a non-color object over color buttonsnot reportedCommit fd771bba68da84b1ce8023898b9662b5dc619693N/A
Fix shift in geopdf feature positions when using geographic CRS at large scales#37755Commit 0b77f187ec5a14651457fd07f306cba2511fb854PR #38748/commits/b705d29c73e81fe87e2e301c7028e5e659d80364
Fix constraint metadata is duplicated after opening layer properties#38916Commit 6a002573c00a8a8e11443eaca28b57a8ad6de4c0PR #38748/commits/49260b8f1f4b1ddd9a25c7160f32570221f3989e
Fix PDF export includes vector information outside of the area of interest#38878Commit f3f226aa69a19b31dd8a1b83c82319528e061cfeToo risky
[layouts] Fix legend symbol rendering doesn't respect linked map scale when symbol uses map unit based sizes#38326Commit 426ee2120b33a8613f3e476da3c2eba0a00f65d7N/A
Don't try to write empty rendered rings/geometries to GeoPDF outputsnot reportedCommit 96753cfd1b9e986841158675bda365e585c48c27Possible after further user testing
Correctly apply capitalization setting whenever QgsTextRenderer is used, not just in labeling#38898Commit e1ca83b2c24c51e7ff67a53278ffd2601c0459beToo risky
Fix qgis_process list raises exception if processing algorithm provider is activated#38862Commit 772181bc16820d7dd5ee8d967355dbdfde5a8efeN/A
Dramatic speed up for calling some frequently used methods from PyQGISnot reportedCommit d4a2dddac5a2fd4fcf901cc3d50f70a6119ca1caToo risky
[processing] Fix certain characters show as HTML escaped in processing log#37934Commit 965595d25bd0a69875ba8a405d3b365bedfe2a12N/A
Fix incorrect capitalization in title of new layout name dialognot reportedCommit 92d0ec59a1c26c4ac33d35b9e6c93344845eddcaN/A
Add a new capitalization option for "Title Case", and rename the confusing "Capitalize First Letter" option to Force First Letter to Capital#16539Commit 484ba6f979cdcaabffe823c72b35b57d1b1c7aadN/A
Add a Legend category to the style selection widgets and allow legend settings to be stored and restored in QML#37683Commit f018252023275f95c167d7f308d05c8819d6db0bToo risky
Fix [Style] Export --> Save as QGIS Layer style File should allow to select style categories (and output format)#29145Commit 1ad2e78735e57cef218a7470d7eec645c2f45263Too risky
[browser] Correctly save expanded node state when closing QGISnot reportedCommit 2eff061bf3cdcb3f36956e43098adfcb0359b5ebToo risky
[browser] Gpkg and other container types can be dragged to the map to allow layers to be added from themnot reportedCommit 0234d4e9e10f3fbb5732f66e00eebd038f502ab0Too risky
Don't prompt for CRS for annotation layers#38739Commit 15975c1d5191933311d81a494d87806f4e73ce57N/A
Fix reading saved color map file when an item's label contains a comma character#24112Commit 252149375c750d6a8f1ee281c1cc9d03de272170Too risky
Fix diagram settings are not correctly restored when loading a QML file#35343Commit 4668927ce432b198b3c572535ff234343c5042f5Too risky
Fix can no longer paste colors from text stringsnot reportedPR #39561N/A

This feature was funded by QGIS.ORG (through donations and sustaining memberships)

This feature was developed by Nyall Dawson