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!
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.
Type the words “user groups” into the current coordinates window and watch the magic happen.
This feature was developed by Germán Carrillo
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
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.
This feature was developed by Mathieu Pellerin
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
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.
This feature was developed by Nyall Dawson
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
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
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
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:
After:
This feature was funded by Kanton Solothurn
This feature was developed by Nyall Dawson
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.
This feature was developed by Nyall Dawson
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.
This feature was developed by Nyall Dawson
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.
This feature was developed by Nyall Dawson
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
This feature was developed by Dan Minor
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.
This feature was funded by Artelia Group
This feature was developed by Lutra Consulting (Vincent Cloarec)
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.
This feature was funded by Artelia Group
This feature was developed by Lutra Consulting (Vincent Cloarec)
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
This feature was funded by Artelia Group
This feature was developed by Lutra Consulting (Vincent Cloarec)
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 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.
This feature was developed by Vincent Cloarec
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
.
This feature was developed by Alexander Bruy
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
Shadows can now be rendered in 3D views.
This feature was developed by Nedjima Belgacem
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.
This feature was developed by Nedjima Belgacem
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.
This feature was developed by Nedjima Belgacem
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.
This feature was developed by Nedjima Belgacem
Users can now utilise and embed remote 3D models for 3D point symbols.
This feature was developed by Mathieu Pellerin
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
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.
This feature was developed by Nyall Dawson
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
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
Allows for grid annotations which use buffers, shadows, background shapes, etc.
This feature was developed by Nyall Dawson
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
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
This feature was funded by City of Canning
This feature was developed by Nyall Dawson
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:
As an “intersects” style test only: All vector features which intersect the path are rendered, without actually clipping the feature’s geometry
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
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
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
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
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.
This feature was developed by Nyall Dawson
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)
This feature was funded by Kanton Solothurn
This feature was developed by Olivier Dalang, OPENGIS.ch
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
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
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.
This feature was funded by Kanton Solothurn
This feature was developed by Nyall Dawson
Various overlay operations have been added to the expression engine. This covers the functionality of the refFunctions plugin.
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.
This feature was developed by Olivier Dalang, OPENGIS.ch
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
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:
This feature was developed by Vincent Cloarec
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) And the next image displays a histogram of same DEM rescaled to the range 100-1000
Addresses Issue 26099.
This feature was developed by Alexander Bruy
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.
This feature was developed by signedav
An option has been added for static filter expression to be used in the relation reference widget.
This feature was developed by Ivan Ivanov
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.
This feature was developed by Nyall Dawson
Help strings can now be specified at the parameter level.
This will be visible in the tooltip, in the CLI and Python Processing API.
This feature was developed by Étienne Trimaille
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
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
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
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
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.
This feature was developed by Mathieu Pellerin
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
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
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.
This feature was developed by Mathieu Pellerin
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)
This feature was developed by Clemens Raffler
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.
This feature was developed by Clemens Raffler
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.
This feature was developed by Clemens Raffler
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.
This feature was developed by Clemens Raffler
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.
This feature was developed by Clemens Raffler
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.
This feature was developed by Clemens Raffler
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.
This feature was developed by Germán Carrillo
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
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
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
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.
This feature was developed by Alexander Bruy
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.
This feature was developed by Lutra Consulting (Peter Petrik)
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
This feature was developed by Alessandro Pasotti
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.
This feature was developed by Nyall Dawson
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
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
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.
This feature was developed by Even Rouault
Adds sorting functionality to the QGIS Server WFS3 API
This feature was developed by Alessandro Pasotti
A Landing Page Plugin for QGIS Server was created, which is a C++ port of https://github.com/elpaso/qgis-server-landing-page-plugin
This feature was developed by Alessandro Pasotti
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
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
Bug Title |
URL 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 |
|||
support for API-keys via query for API implementing OGC API - Features |
N/A |
||
Custom CRS does not always switch parameters correctly from wkt to proj string |
cannot reproduce |
||
OGC API Features client always use limit=1000 |
cannot reproduce |
||
Exporting to geopackage changes field type from DATE to DATETIME |
not a bug |
||
CSV date field being interpreted as time type |
N/A |
||
Coordinate Transformation Difference between QGIS and Proj |
usage issue |
||
gdal_rasterize not working when file has ‘&’ symbol in name |
|||
Core dump when using identify feature on a vector polygon |
already fixed |
||
Error of the raster histogram of QGIS 3.10.8(LTR) |
TODO |
||
[Postgres] Cannot edit attribute when there is no primary key |
not a bug IMHO |
||
Switching between WMS info-output formats throws: CRITICAL QTableWidget: cannot insert an item that is already owned by another QTableWidget |
|||
SaveAs Geopackage: TEXT fields are converted to TEXT(255) |
already fixed |
||
“Join attributes by nearest” tool defaults to “None” when using Max distance of 0 |
No, not appropriate (see PR #38778) |
||
Lost edits in layer of same transaction group |
|||
Preview of Expression String Builder ‘freezes’ if Feature id higher then available |
N/A |
||
VectorFileWriter/OGR provider: workaround GDAL 3.1.x bug regarding XLSX and ODS creation |
not reported |
||
Coordinate operation widget: avoid repeating scope and remarks |
not reported |
N/A |
|
Freeze when showing attribute table of WFS layer |
|||
OGR Error when editing a kml file |
Backported 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 Title |
URL 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. |
Backport only |
||
Server API: current project is not settable anymore |
|||
PostGIS layer saved in 3.10 project, fail to load correctly on 3.14 |
N/A |
||
Server WFS-T 1.1.0 wrong case for totalUpdated, totalInserted, totalDeleted |
TODO |
||
Server crashes on GetLegendGraphics when RULE does not exists. |
|||
Form view gets stuck in the last shown not-NULL-value for some attributes when browsing through data |
TODO |
||
Marker line Simple marker rotation override not respecting follow line direction setting |
|||
Unable to dock the “snapping options” widget |
works for me |
||
Can’t read PG data sources when saved in version 3.10 and using service / auth combo |
N/A |
||
DB Manager “cancel” button to stop a query is not working |
N/A |
||
GDAL enhancement related to #38092 |
N/A |
||
Shift values issue while creating new field under DB Manager |
works for me |
||
Problem with VUV wms |
works for me |
||
Data Source Manager: WMS/WMTS Window not resizable |
works for me, pending feedback |
||
Form tab option “Show as group box” won’t save or apply |
works for me |
||
Scale lock is ignored when panning the map |
N/A |
||
Zoom to layer overwrites locked scale bug |
N/A |
||
Repeated column names cause visualization issues in DB Manager |
N/A |
||
“show search_path” returns 0 rows |
N/A |
||
PG NOTIFY not accessible |
works for me |
||
Fix PG db-manager rename schema |
N/A |
||
Several PG browser items UX issues |
N/A |
||
Virtual vector does not load correctly on Windows |
works for me on windows/current master |
||
DB Manager: PostgreSQL field comments are not displayed correctly |
|||
Only first row for Postgis raster table in DB Manager preview and when adding layer to Map canvas |
N/A |
||
erroneous postgis query when trying to discover relations |
|||
many additional tables that are already loaded in the project are loaded on project load because of layer dependencies |
N/A |
||
Partial fix for : Wrong assignments of raster values to symbology Paletted/Unique values or Singleband Pseudocolor |
N/A |
||
Allow to set precision for raster single band presudocolor classification |
not reported |
||
Complete fix for : Wrong assignments of raster values to symbology Paletted/Unique values or Singleband Pseudocolor |
Risky |
||
Failure with identifier sequence when adding feature |
works for me |
||
Export report to PDF crashes QGIS if no layout is in edit mode |
TODO |
||
PG raster: float rasters do not show nodata values correctly in master/3.14 |
|||
Python API call QgsAbstractDatabaseProviderConnection::TableProperty exceptions not converted to QgsProviderConnectionException |
N/A |
||
DB Manager unable to show PostGIS geography column |
N/A |
||
setting a field to NULL via field calculator freezes qgis |
TODO |
||
Layer X: Feature has too many attributes (expecting 5, received 7) when “Automatic Creation of Transaction Group” is enabled |
|||
unreported crash when calling data provider’s lastError on no errors |
not reported |
N/A |
|
Crash digitizing a feature when transaction group is on (after save) |
|||
Transaction groups: not-current layers a set to not editable after save |
not critical |
||
OGR decodeUri: be tolerant on layerName case |
not reported but impact the QGIS-Documentation |
N/A |
|
Wrong extension handling in links when layer name has dots |
not reported |
N/A |
|
Passwords are URL-encoded before base64 encoding for HTTP Basic auth |
|||
QGIS crash in Settings menu if NOT in english |
N/A |
This feature was funded by QGIS.ORG (through donations and sustaining memberships)
This feature was developed by Alessandro Pasotti
Bug Title |
URL issues.qgis.org (if reported) |
URL Commit (Github) |
3.10 backport commit (GitHub) |
---|---|---|---|
Problem with displaying mesh and canvas rotation |
PR #38795/files |
no, not critial |
|
Crash while attempting to use mesh |
cannot reproduce |
||
Spatial Bookmark Manager Bad Behavior and Crashing App |
cannot reproduce |
||
Seqmentation fault 11 on QGIS shutdown on MacOS |
not reported |
||
Crash when creating New MSSQL connexion on macOS |
different packaging system… |
||
qgis_process is installed in the wrong place on MacOS |
Mac Packager Commit 97b0ec974e2309e447ebb69c4117580db27af6f0 |
N/A |
|
Unable to run GRASS plugin on MacOS |
Mac Packager Commit 218a571f6f268dcc4490ebe1a00068bfe363b2ae |
different packaging system… |
|
Processing: GRASS r.drain fails on macOS: “No module named site”, “Raster not found” |
Mac Packager Commit 218a571f6f268dcc4490ebe1a00068bfe363b2ae |
different packaging system… |
|
The Grass7 processing toolbox option dialogue should include a way to specify a path to the GRASS binary, overriding Grass7Utils.command |
cannot reproduce |
||
Path error GRASS plugin QGIS 3.14 |
different packaging system… |
||
No Print dialog or Page Setup dialog in macOS |
cannot reproduce |
||
Splash Screen Persists While ‘Handle Bad Layers’ Dialog is Open |
not appropriate |
||
qgis terms of license pop up bug |
cannot reproduce |
||
Cannot load pictures anymore in custom forms |
already fixed by Mac Packager Issue #3 |
not appropriate |
|
Mac Packager Commit 36f86759649abc4cb8f6875f6ad934070c13d56e |
different packaging system… |
||
Projections not reading in MacOS Nightly Build |
different packaging system… |
||
layers in .osm format are not loading |
cannot reproduce |
works in 3.10 |
|
missing metadata python package |
Mac Packager Commit 7c94749579acaf059e9b6c5094c7a2cb74d17f7a |
different packaging system… |
|
GeoPDF Export fails |
works now with qgis-deps-0.5.5 |
different packaging system… |
|
GRASS Console not work on Mac |
Mac Packager Commit bfc4ca0717de0e496d98f91e7a28e85216763ab1 |
different packaging system… |
|
Processing Plugin Crashes QGIS on MacOS Nightly Build |
different packaging system… |
||
Program crash when pasting file name |
cannot reproduce |
||
Wrong Python default path in QGIS server on macOS |
Mac Packager Commit 1a6ccb6e60adbfbbe05839e0c507e675a71c2491 |
different packaging system… |
|
qgis_map.fcgi on macOS doesn’t find libraries |
Mac Packager Commit 1a6ccb6e60adbfbbe05839e0c507e675a71c2491 |
different packaging system… |
|
GRASS provider cannot get projection |
Mac Packager Commit bfdeab3f5c2ae9465efd1a55a29c0bbc9a88cd95 |
different packaging system… |
|
QGIS crashing on start on Mac |
corrupted user profile |
N/A |
|
Browser cannot open Volumes under macOS |
no, not critial |
||
MetaSearch unexpected keyword argument ‘auth’ |
cannot reproduce on master |
different packaging system… |
|
No QGIS plugins found in /Applications/QGIS3.10.app/Contents/MacOS/../PlugIns/qgis |
cannot reproduce on master |
different packaging system… |
|
Browser Panel: unable to find all the connected drives |
duplicate of #29702 for MacOS |
||
Provider Settings for GRASS avoid to active OTB |
cannot reproduce on master |
||
Can’t open GeoJSON vector via HTTP protocol on Windows and macOS |
“Mac Packager Commit d06bc3ac933c75071f36937aaf8189920dccc503 |
different packaging system… |
|
QGIS 3.0.1 Crash - Zooming in while moving node crashes QGIS |
cannot reproduce |
||
Crash when switching user profiles (too early?) |
cannot reproduce |
||
Aborted when debugging python plugin with pdb |
cannot reproduce/not valid |
||
Customization: the widget catcher can’t select icon from a toolbar when it’s under a group of icons |
not critical |
||
QGIS on macOS can save file in qgz-format, but won’t open files in qgz format |
cannot reproduce |
||
Mouse pointer keeps switching type |
probably desired feature, not a bug |
||
Aggregate function bug on macOS version |
cannot reproduce on master |
different packaging system… |
|
Clear filter in Snapping Toolbar > Edit advanced configuration causes crash |
cannot reproduce on master |
||
Snapping Settings window with Night Mapping, low readability |
already fixed |
||
Merge raster fails in macOS |
cannot reproduce on master |
different packaging system… |
|
Can’t get info on WFS feature in MacOS nightly build |
Mac Packager Commit 54872e06a43ef61bf6dae8242e121bd5cec8be11 |
different packaging system… |
|
QGIS 3.4.10 crashes - Python |
already fixed |
already fixed |
|
Exporting GRASS vector (save as…) crashes QGIS |
TODO |
||
Crash when loading 3D project with DEM terrain and symbols that uses height value over the terrain |
TODO |
||
Creating 3D View from raster |
duplicate of #35483 |
N/A |
|
Crash when moving camera in 3D |
cannot reproduce on master |
This feature was funded by QGIS.ORG (through donations and sustaining memberships)
This feature was developed by Peter Petrik
Bug Title |
URL issues.qgis.org (if reported) |
URL Commit (Github) |
3.10 backport commit (GitHub) |
---|---|---|---|
Linebreak issue with editing expression of “Title Label Decoration” |
|||
QGIS Server GetPrint: EXTERNAL_WMS layer on top of QGIS layer |
N/A |
||
Fixes OGC API Features certification |
not reported |
N/A |
|
Outdated help for labels “data-defined” placement group options |
|||
Server GetFeatureInfo returns 0 where is should return NULL |
|||
z function returns Nan when used with a 2d point geometry |
|||
m function returns Nan when used with a 2d point geometry |
not reported |
PR #38831/commits/829ee25d431b2b3d1ea08fa8a930bb519ab2dd2f |
|
processing.algorithmHelp from terminal (outside QGIS desktop) |
cannot reproduce |
||
Cache join layer in memory” not toggling when editing join properties |
|||
Map tips should not appear for invisible features |
|||
Merge features: manual value is not respected |
This feature was funded by QGIS.ORG (through donations and sustaining memberships)
This feature was developed by Paul Blottiere
Bug Title |
URL issues.qgis.org (if reported) |
URL Commit (Github) |
3.10 backport commit (GitHub) |
---|---|---|---|
Legend nodes overlapping each other after inserting |
not critical |
||
Poor legend performance with complex legends |
not critical |
||
AMS layers cannot be added when no project CRS is set |
no intention |
||
Legend performance problems |
This feature was funded by QGIS.ORG (through donations and sustaining memberships)
This feature was developed by Matthias Kuhn
Bug Title |
URL issues.qgis.org (if reported) |
URL Commit (Github) |
3.10 backport commit (GitHub) |
---|---|---|---|
QgsProcessingAlgRunnerTask started inside function crashes QGIS |
Won’t fix |
||
Geometry generator symbol not rendered if the feature itself is not on the map canvas |
Feedback |
||
Relation widget in input form tabs - NULL value filled with data in form |
Won’t backport (too risky) |
(Closed) #38549 |
|
Warning message: Missing layer form dependency : layer ‘layerX’ requires layer ‘layerY’ to be loaded |
N/A |
||
When embedding a layer, the display expression of a relation reference is not taken over |
Closed (FeatureRequest) |
||
the keybord shortcut CTRL+C copy only the first cell, not the whole line |
|||
if shortcut is set for copy features then Ctrl+C not working anymore |
Duplicate #37503 |
||
Organize columns not working if the table is empty |
Upstream (Qt) |
||
Copy and paste style for forms ignores edit widget type |
|||
Keep order when drag and drop multiple widget |
|||
QGIS crash removing QgsAnnotation in python |
Feedback |
||
Error in SQL statement for Virtual layers may lock layers in map canvas |
|||
Virtual field in virtual layer not found |
Feedback |
||
Closed ID column for temporary layer is not detected when creating virtual layers using data source manager |
Won’t fix |
||
Boolean virtual field unusable in virtual layers |
|||
fails to generate virtual geometry layer based on virtual wkt field |
Feedback |
||
Closed virtual fields can’t be filtered |
Not reproduced |
||
Qgis crached after calculated field removed |
Not reproduced |
||
sql “order by” does not work with the “Add/Edit Virtual Layer” feature |
Won’t fix |
||
Form fails to initialize $geometry |
|||
Oracle - can’t create or a modify a connection |
|||
Test connection Oracle DB ready - OK greyed out ! |
Duplicate #38979 |
||
Scale dependent snapping does not activate as long as it displays the scale as “1:xxxxxx” |
N/A |
This feature was funded by QGIS.ORG (through donations and sustaining memberships)
This feature was developed by Julien Cabieces
Bug Title |
URL 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 |
no |
||
Freeze when using aggregate in a virtual field |
Won’t fix |
||
Fix SVG marker anchor calculation and improve bounds |
|||
Improve SVG UI + remove duplicated code |
|||
Improve SVG UI + remove duplicated code |
|||
Improve SVG UI + remove duplicated code |
|||
Fix duplicating features |
|||
fix duplication of feature being stopped at 1 level deep |
This feature was funded by QGIS.ORG (through donations and sustaining memberships)
This feature was developed by Denis Rouzaud
Bug Title |
URL issues.qgis.org (if reported) |
URL Commit (Github) |
3.10 backport commit (GitHub) |
---|---|---|---|
Core topology fixer issues |
not reported |
This feature was funded by QGIS.ORG (through donations and sustaining memberships)
This feature was developed by Olivier Dalang
Bug Title |
URL issues.qgis.org (if reported) |
URL Commit (Github) |
3.10 backport commit (GitHub) |
---|---|---|---|
Fix crash in dbmanager |
N/A |
||
Fix GeoPDF page size issues when opened in Acrobat reader |
Delayed till more widespread user testing |
||
Improve default lighting of 3d scenes |
not reported |
N/A |
|
Allow conversion of QgsFeatureStoreList results to Python objects |
Too risky |
||
Fix preview symbol when offsetting point symbols isn’t shown correctly |
not reported |
N/A |
|
Use click-click behavior for rotate and offset marker tools |
not reported |
N/A |
|
Avoid massive UI hangs when a layer has complicated actions defined |
not reported |
Too risky |
|
Ensure display expression is used for map action tool, not raw feature ids |
not reported |
Low priority |
|
Improve UX when configuring lights in a 3d scene, fixes confusing interface |
not reported |
N/A |
|
Fix features with invalid geometries cannot be selected |
N/A |
||
Expose metadata tab for mesh layers |
not reported |
N/A |
|
Fix missing text codecs on Windows installs |
Too risky |
||
Don’t force a whole layout map to be rasterised just because one vector layer has non 100% opacity |
not reported |
Too risky |
|
Ensure mesh layer properties follows same appearance as other layer types |
not reported |
N/A |
|
Speed up mesh triangulation algorithm by avoiding a bunch of unnecessary QVector detachments |
not reported |
N/A |
|
Don’t allow users to set 3d terrain to mesh or DEM without selecting an elevation layer, instead show friendly warning |
not reported |
N/A |
|
Avoid 3d map config dialog opening with initially out-of-sync selected pane |
not reported |
N/A |
|
Fix menu not shown when clicking ‘add’ item in style manager dialog and color ramp tab is active |
not reported |
N/A |
|
Fix trying to create new color ramp from first page in style manager dialog does nothing |
not reported |
N/A |
|
[processing] Fix generated layers stored in geopackage always report a feature count of 0 |
not reported |
Too risky |
|
Fix Import Geotagged photos algorithm incorrectly assigns form widgets when saving the results to GPKG |
not reported |
||
[processing] Ensure driverName is passed to QgsVectorLayerExporter so that GPKG specific optimisations can be applied when saving outputs to geopackage |
not reported |
Too risky |
|
Update strings and UI regarding layer CRS override setting |
N/A |
||
Use proper SQL code editor in filter preview widget in vector layer properties, don’t show filter as disabled |
not reported |
N/A |
|
Fix boolean literal presentation in dox/PyQGIS docs |
not reported |
N/A |
|
Speed up QGIS geometry validation |
not reported |
Too risky |
|
[processing] Correctly discard fid field values when running algorithms with the RegeneratePrimaryKey flag in in-place mode |
Too risky |
||
[processing] When reporting that a feature is invalid, also mention the layer name |
Too risky |
||
Allow expanding xls, ods, gpx, pdf files in browser so that layer sources can be repaired for these file types |
not reported |
N/A |
|
[processing] Fix “Split with lines” algorithm can get stuck in an endless loop |
not reported |
Too risky |
|
Don’t show cascaded feature deletion warnings and feedback if joined deleted features came from an auxilary layer |
not reported |
N/A |
|
Fix crash in undo dock when clearing project/closing QGIS |
|||
Fix copy/paste/select all shortcuts don’t work when layer tree is selected |
N/A |
||
Fix edited and new features no longer correctly show their corresponding color shading in the feature list view |
not reported |
Too risky/low priority |
|
ALWAYS load processing plugin in qgis_process tool |
N/A |
||
Add –json option to qgis_process tool |
N/A |
||
Ensure all code editors in QGIS follow the same appearance and behavior |
not 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 description |
not reported |
Possible after further user testing |
|
Big speed up for scripts which fire off many individual feature requests to a memory provider layer |
not reported |
Too risky |
|
[console] Fix exception when running scripts |
not reported |
N/A |
|
[layouts] Fix resizing multiline label items to adjust to the size of their text |
not reported |
Too risky |
|
Improve appearance of PyQGIS documentation for functions which return multiple values |
not reported |
N/A |
|
[processing] Don’t raise a generic “something went wrong” exception when calling processing.run(), instead use proper descriptive exception |
not reported |
Too risky |
|
[processing] Fix execution of “Eliminate selection” through Python |
Too risky |
||
[3d] Fix crash when line feature cannot be buffered |
not reported |
||
Fix custom stroke patterns incorrectly scale when data defined stroke width is set |
Too risky |
||
Allow columns to be resized in datum transformation table |
N/A |
||
Fix settings incorrectly show for wrong layer types in labeling dialog |
N/A |
||
[processing] Fix error reporting from batch dialog |
N/A |
||
[processing] Fix crash when renaming conditional branch in modeler |
N/A |
||
[processing] Fix crash in model designer when a child algorithm contains hidden parameters |
not reported |
N/A |
|
Ensure True/False are treated as Python keywords in Python code editor |
not reported |
N/A |
|
Don’t silently close QGIS with unsaved changes in the console script editors |
Too risky |
||
Fix dropping processing script algorithm .py file on QGIS no longer triggers the algorithm to execute |
not reported |
N/A |
|
Fix message log dock causes havoc with other docks placed in the same area |
Too 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 CRS |
not reported |
Possible after further user testing |
|
Don’t refer to valid but custom CRSes as “Unknown CRS” and instead use “Custom CRS” phrasing |
not reported |
Possible after further user testing |
|
Improve performance of processing batch process dialog with a large number of files |
Too risky |
||
Improve behavior of CRS selector and transformation widgets |
not reported |
many |
N/A |
[layouts] Use standard CRS selector widget for map grid CRS choice |
Too risky |
||
[layouts] When selecting a CRS for a map item, don’t show misleading no crs option at the top of the dialog |
not reported |
Too risky |
|
Fix “layer has no CRS” message incorrectly show at the top of many projection selection dialog boxes |
not reported |
Too risky |
|
Fix crash when editing style and opening a project |
PR #38748/commits/ecf96231aefa5628539f0b63ca313ea8b20c9548 |
||
Avoid qt warning when dragging a non-color object over color buttons |
not reported |
N/A |
|
Fix shift in geopdf feature positions when using geographic CRS at large scales |
PR #38748/commits/b705d29c73e81fe87e2e301c7028e5e659d80364 |
||
Fix constraint metadata is duplicated after opening layer properties |
PR #38748/commits/49260b8f1f4b1ddd9a25c7160f32570221f3989e |
||
Fix PDF export includes vector information outside of the area of interest |
Too risky |
||
[layouts] Fix legend symbol rendering doesn’t respect linked map scale when symbol uses map unit based sizes |
N/A |
||
Don’t try to write empty rendered rings/geometries to GeoPDF outputs |
not reported |
Possible after further user testing |
|
Correctly apply capitalization setting whenever QgsTextRenderer is used, not just in labeling |
Too risky |
||
Fix qgis_process list raises exception if processing algorithm provider is activated |
N/A |
||
Dramatic speed up for calling some frequently used methods from PyQGIS |
not reported |
Too risky |
|
[processing] Fix certain characters show as HTML escaped in processing log |
N/A |
||
Fix incorrect capitalization in title of new layout name dialog |
not reported |
N/A |
|
Add a new capitalization option for “Title Case”, and rename the confusing “Capitalize First Letter” option to Force First Letter to Capital |
N/A |
||
Add a Legend category to the style selection widgets and allow legend settings to be stored and restored in QML |
Too risky |
||
Fix [Style] Export –> Save as QGIS Layer style File should allow to select style categories (and output format) |
Too risky |
||
[browser] Correctly save expanded node state when closing QGIS |
not reported |
Too risky |
|
[browser] Gpkg and other container types can be dragged to the map to allow layers to be added from them |
not reported |
Too risky |
|
Don’t prompt for CRS for annotation layers |
N/A |
||
Fix reading saved color map file when an item’s label contains a comma character |
Too risky |
||
Fix diagram settings are not correctly restored when loading a QML file |
Too risky |
||
Fix can no longer paste colors from text strings |
not reported |
N/A |
This feature was funded by QGIS.ORG (through donations and sustaining memberships)
This feature was developed by Nyall Dawson