QGIS 3.8 brings an extensive list of new changes and a lot of polishing of existing features - the highlights of which we will try to cover here. As always can we remind you that QGIS is an open source project and if you are able to, consider supporting our work through donations, sponsorship or contributions to the code documentation, web site and so on.
Thanks
We would like to thank the developers, documenters, testers and all the many folks out there who volunteer their time and effort (or fund people to do so). 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 sponsors. 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 sponsor, please visit our sponsorship page for details. Sponsoring QGIS helps us to fund our six monthly 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.
Did we already say that QGIS loves GeoPackage? Need any more proof of this? Well, in QGIS 3.8, we've added to ability to store QGIS projects directly inside GeoPackage files! Now you can create a totally self-contained GeoPackage which embeds a QGIS Project AND all the data used by the project. (Let's see Shapefiles match that one!)
Thanks to underlying work from the tireless PROJ and GDAL teams, QGIS now sports many huge improvements in geodetic and transformation capabilities! Highlights include:
A lot of this is only possible thanks to improvements in the underlying PROJ and GDAL libraries, which landed as a result of the GDAL "barn raising" effort. On the QGIS side, it was ONLY possible thanks to funding from the Australian ICSM.
In 3.8, we added an option to the measurement tool which forces Cartesian measurements for distance or area measurements. Previously, the measurement tools always used ellipsoidal/geodesic area and distance calculations, but there's occasions when this is not desirable and users require pure Cartesian calculations instead.
While QGIS has offered support for Project Templates for many years, we enhanced this in 3.8 and made it much simpler for users to create new templates. Now, users can create a new template from their current project by selecting "Save To -> Templates" from the "Project" menu.
This feature was developed by Matthias Kuhn (OPENGIS.ch)
We've improved the "Zoom to Native" action, so it now works correctly with tiled (e.g. WMTS/XYZ/ArcGIS MapServer) layers, by zooming to the closest native tile resolution. Additionally, we tweaked tile rendering so that pixel-perfect rendering occurs when the map is viewed at a native tile resolution. The result: super-crisp map renders when using tiled layer sources!
To improve the usability of large QGIS projects, we now support direct drag and drop of layers from the project table of contents to any widget which asks for a map layer selection (e.g. Processing algorithms). For complex projects, locating a layer in the table of contents and dragging it is much easier then picking it from the flat map layer widget combo box!
Additionally, for Processing algorithms, layers can be dragged direct from the Browser panel to input layer choices.
This feature was developed by Nyall Dawson (North Road)
While QGIS has long offered support for rendering points using font-based character markers, we've enhanced this functionality in 3.8 and now offer the ability to render multi-character strings! And since we're always aiming to make the QGIS application interface as user-friendly and pleasant to use as possible, we also took the opportunity to tweak the UI for font markers and squash a number of frustrating GUI issues which previous versions suffered from.
This feature was developed by Mathieu Pellerin
Another addition to the new symbology features added in 3.8 is a brand new label distance factor control for Point Displacement markers. This option allows displaced marker labels to be placed at a distance based on the actual marker diagonal size instead of a fixed distance.
This feature was developed by henrik
QGIS loves cartography, and we know you love making pretty maps! So we've added a brand-new line symbology option for "Hashed Lines". This line symbol type is designed to replicate the ArcGIS Hash Line symbol layer type, and allows for a repeating line segment to be drawn over the length of a feature (with a line-sub symbol used to render each individual segment).
All options available for the existing Marker Line symbol layer are also available for hash lines, - e.g. first/last vertex, mid points, regular intervals, data-defined intervals, etc. The hash line length and angle can also have data defined overrides, which are evaluated per-line segment, allowing for the hash line to change size and angle over the length of a single rendered feature.
In previous QGIS versions, when a marker line was rendered using interval or center point place placement, the symbol angles were determined by taking the exact line orientation at the position of the symbol. This often leads to undesirable rendering effects, where little "jaggies" or corners in lines which occur right at the position of the symbol cause the marker to be oriented at a very different angle to what the eye expects to see.
We want your maps to be as beautiful as possible, so in QGIS 3.8 the marker angle is instead calculated by averaging the line over a specified distance either side of the symbol. E.g. averaging the line angle over 4mm means we take the points along the line 2mm from either side of the symbol placement, and use these instead to calculate the line angle for that symbol. This has the effect of smoothing (or removing!) any tiny local deviations from the overall line direction, resulting in much nicer visual orientation of marker or hash lines.
Like all symbol settings, the average angle smoothing distance can be set using mm/pixels/map units/etc, and supports data-defined values. Closed rings also correctly consider wrapping around these average angles from the start/end vertex.
This option is available for both the marker line symbol and the new hash line symbol types.
To round out the new symbology options we've added in 3.8, the Point Pattern Fill symbol type has a new setting allowing for offsetting the markers in the pattern by a preset (or data-defined!) amount. This opens the door for many styling possibilities which were not possible in earlier versions, and further increases our compatibility with converted ArcGIS symbol and layer styles.
This feature was developed by Mathieu Pellerin
QGIS 3.8 brings a highly-desired fix to layer effects' blurring radius (aka strength). In earlier QGIS versions, these blur settings did not take into account the DPI of the map render — resulting in inaccurate effects rendering when exporting canvases/layouts at high resolutions. In 3.8, this was fixed and high-resolution map exports now match the results shown on the map canvas and are completely resolution-independent.
This feature was developed by Mathieu Pellerin
This is a huge one! During the developer's meeting in A Coruña, Matthias Kuhn took the opportunity to implement a frequently-asked-for feature in our labeling engine: Geometry Generator support.
Just like Geometry Generators for symbols, we now allow label paths and positions to be calculated using dynamically-evaluated geometry expressions. You can take advantage of the rich support for geometry processing which QGIS' expression engine exposes, and use this to do ALL sorts of pre-processing to your feature geometries before they are labelled. Want to place labels around the start or end point of linestring geometries? What about dynamically smoothing and simplifying the path used for labeling river features, based on the current map scale? How about buffering polygon objects inward by a percentage of their area, and then labeling around the perimeter of this shrunken area? Now, it's ALL possible, thanks to the power of labeling geometry generators!
This feature was funded by QGIS user group switzerland
This feature was developed by Matthias Kuhn (OPENGIS.ch)
Like the other QGIS digitizing and map tools, the "Move Label" and "Rotate Label" tools now use the standard left-click-to-start edit, left-click-to-end behavior. Consistency is good!
Like all recent QGIS releases, in version 3.8 we've significantly boosted QGIS' 3D rendering capabilities. New 3D rendering features include:
This feature was funded by Andreas Neumann
This feature was developed by Martin Dobias (Lutra Consulting)
Another exciting change we've introduced in QGIS 3.8 is the ability to export your 3D animations! These are exported as a series of png/jpg/... images, which can be easily merged into .avi or other standard video files (using external tools).
This feature was funded by Northumberland National Park Authority
This feature was developed by Peter Petrik (Lutra Consulting)
With this new version 3.8 feature, you can now directly fetch terrains for your 3D scenes from online sources (e.g. tiles hosted on AWS). No more sourcing and preparing rasters with DEM, just enable this option and see beautiful 3D scenes out-of-the-box!
This feature was funded by Crowdfunding: More QGIS 3D
This feature was developed by Martin Dobias (Lutra Consulting)
In QGIS 3.8, the field of view of the camera through which 3D scenes are rendered has gained a new configurable field of view settings.
This feature was developed by Mathieu Pellerin
To make it easy to create your perfect QGIS Print Layout, we added new tools for automatically re-positioning items so that horizontal or vertical space between them is equal. This addition nicely rounds out the existing options for aligning items, bringing more of the power of a dedicated DTP application directly inside the QGIS Print Layout Designer!
This feature was developed by Matteo Nastasi
We've listened to user feedback which indicated that the previous approach for creating north arrows within print layouts was too difficult, and consequently have added a new button in the Print Layout Designer for direct north arrow creation. This button is a shortcut to adding a picture item, setting it to a north arrow picture, and linking it with a map. The end result is identical, but it's much easier for new users to understand if we expose it as an explicit "North Arrow" item!
Even experienced users will likely appreciate the improved workflow, including automatically linking the picture rotation to a sensible default map choice (if a map is selected, it's used. If not, the topmost map item under the newly drawn north arrow is used. If there's none, the layout's 'reference map' (or biggest map) is used as a fallback).
Since certain aggregate and concatenation expressions require results in a certain order, we now allow control over the order features are added to the aggregate during expression evaluation.
E.g. concatenate("Station",concatenator:=',', order_by:="Station")
will give a comma-separated list of station names in alphabetical order, rather than layer feature order.
This improvement brings a second variant for the existing "attribute" function. The "attribute" function in previous QGIS releases required both a target feature and attribute name to be specified. The new version is much simpler, automatically using the current feature and only requiring an attribute name.
E.g.
Previous behavior:
attribute($currentfeature, 'name' )
-> returns value stored in 'name' attribute for the current feature
Improved behavior:
attribute( 'name' )
-> returns the value stored in 'name' attribute for the current feature
It's just a faster shorthand version!
We added negative index support to the point_n(), angle_at_vertex(), and distance_to_vertex() functions, allowing for retrieval of vertices counting backward from the end of a geometry.
This feature was developed by Mathieu Pellerin
As always, a new QGIS release brings a bunch of new functions for use within QGIS' expression engine. These new functions add increased flexibility and power to the expression engine, and everywhere it's used throughout QGIS. This round, we've added a set of new functions which make it super-easy to operate on file names and paths.
New expression functions developed by Nyall Dawson of North Road:
New expressions functions developed by Mathieu Pellerin of iMHere Asia:
We added a new function concatenate_unique()
to the expression engine (and Processing's "aggregate" algorithm) to support concatenating only unique values from a list or set of features.
This feature was developed by Mathieu Pellerin
To make the existing Advanced Digitizing tools easier to use, we added an option to show the current distance/angle/x/y values as a floating display next to the mouse cursor.
This feature was funded by Kanton Schaffhausen
This feature was developed by Olivier Dalang and OPENGIS.ch
In QGIS 3.0, we added the ability to extend an existing line feature by clicking a "+" indicator at the start or end of line features when using the node tool. Version 3.8 extends this functionality by allowing addition of more than one vertex using the "+" button.
This feature was funded by Kanton Schaffhausen
This feature was developed by Olivier Dalang and OPENGIS.ch
For this release we improved the vertex editor so it will now properly link the selected vertices on the canvas with the vertices for manual coordinate editing in the table.
This feature was funded by QGIS User Group Switzerland
This feature was developed by Denis Rouzaud, OPENGIS.ch
arrows allow browsing the feature list in the attribute table in form view the current edited feature can be highlighted and the map canvas automatically panned or zoomed
Thanks to the generous sponsorship by A.R.P.A Piemonte (one of the italian regional environmental agencies) we developed a new form widget with HTML body and access to feature values and expressions.
Thanks to the generous sponsorship by A.R.P.A Piemonte (one of the italian regional environmental agencies) we finally freed you from the boredom of gray backgrounds.
We've added the possibility to browse through the attributes of features in a layer. This makes workflows for asset management a lot easier! You can:
You can also pan and zoom to the geometry of the feature or highlight the current feature as you browse.
(This replaces the previous ItemBrowser plugin with equivalent inbuilt functionality.)
QGIS loves GeoPackage, so it's likely no surprise that every new QGIS version brings improvements to GeoPackage handling! In 3.8, we enhanced the "Package Layers" Processing algorithm so that it now allows embedding the current layer styles directly into the packaged layers!
This new Processing algorithm calculates the area and percentage cover by which features from an input layer are overlapped by features from a selection of overlay layers. New attributes are added to the output layer reporting the total area of overlap and percentage of the input feature overlapped by each of the selected overlay layers.
This is quite a common GIS task request, yet is full of traps for inexperienced users, and the amount of manual data work usually done by users to calculate these figures can often lead to mistakes and inaccurate results. We want to make spatial analysis as easy and foolproof as possible, so we've added Overlap Analysis as an inbuilt tool which allows this task to be done in a single step without risk of human error.
We've added a parameter to the Processing algorithm 'Extract Layer Extent' to round the extent bounding box coordinates to a certain interval. While rounding, the bounding box will only ever be enlarged, to ensure it will always cover the input data set. (I.e. the x and y minimum coordinates are rounded down, and x and y maximum coordinates are rounded up).
This feature was developed by Raymond Nijssen
In QGIS 3.8 we moved the existing "double click column header" to fill values down functionality to a new "Auto fill" button in the Processing Batch dialog, making this feature much more user-discoverable (we suspect many users had no idea this handy shortcut even existed!). In addition, we've added TONS of new functionality to easily auto-populate the batch table. These include:
We've added a brand-new algorithm to generate raster "XYZ" tiles using the current QGIS project. Tile images can be saved as individual images in directory structure, or as a single file in the "MBTiles" format.
This feature was funded by Hansestadt Herford, SWK mbH, Datenbankgesellschaft mbH
This feature was developed by Lutra Consulting
QGIS 3.8 brings back the OTB Processing provider, which was removed in the QGIS 3.0 update. The provider was updated to use all the new goodies which are available in Processing in QGIS 3, and is once again available out-of-the-box for all your imagery analysis requirements!
(Note that OTB is a third party dependency which must be manually installed by users. Instructions on installing OTB are available here)
This feature was developed by Rashad Kanavath
We've added a new "Model Variables" dock panel to the model editor, allowing you to create and set custom expression variables for use in your Processing models. These variables are available anywhere expressions are evaluated within the model, so you can use them as input parameter values for child algorithms, within data-defined dynamic parameters, etc.
The prime use case here is for models which use a constant value throughout multiple steps within the model (e.g. @target_resolution: a target raster resolution, @max_simplification: a simplification value for input features coming from different sources, etc). Previously, you'd need to hunt down and replace these values in multiple places when you wanted to tweak them. By replacing them with variables in your model you only have a single place you need to edit these values when you want to adjust them!
Model variables are stored within an individual Processing model itself, and are not exposed outside of the model designer dialog.
We've added numerous usability improvements to the Processing Graphical Modeler, including
By default, we now hide 3rd party algorithms with known issues from the Processing toolbox, helping you avoid frustration (or misleading results) when running these algorithms. A new setting in the Processing options screen allows these algorithms to be shown, but they will be highlighted in the toolbox with a warning icon. Use at your own risk!
In version 3.8 we've added new algorithms which calculate the boolean OR or AND for a set of input rasters. For AND, if all of the input rasters have a non-zero value for a pixel, that pixel will be set to 1 in the output raster, otherwise it will be set to 0. For OR, if ANY of the input rasters have a non-zero value for a pixel, that pixel will be set to 1 in the output raster, else 0.
A reference layer parameter allows you to specify an existing raster layer to use as a reference when creating the output raster. The output raster will have the same extent, CRS, and pixel dimensions as this layer.
By default, a nodata pixel in ANY of the input layers will result in a nodata pixel in the output raster. If you check the 'Treat nodata values as false' option, then nodata inputs will be treated the same as a 0 input value.
These new algorithms make for much simpler raster boolean logic calculation, without the complexity of using the raster calculator. They are also dynamically scalable to any number of input rasters (unlike the raster calculator), so are much more flexible when used within your Processing models.
By adding new parameter types for Print Layouts and Print Layout items, we've opened up QGIS 3.8 to a whole new world of Processing algorithms which operate on print layouts. These new parameter types allow for creation of Processing algorithms and graphical models which prompt users to select a print layout and/or an item on the layout when run.
We've added a new parameter type specifically for map scales, QgsProcessingParameterScale. Scale values are evaluated using self.parameterAsDouble, which return the map scale denominator (matching the standard in other parts of the QGIS API).
Scale parameters are displayed to users using the standard QgsScaleWidget, which includes the combo box of predefined scales and a shortcut button to match the current map scale. The addition of this new parameter type allows you to create Processing algorithms and models which require a scale choice at run time.
We improved the workflow for algorithms with a "point" input parameter. When picking the point coordinate from a map you can now take advantage of QGIS snapping tools, allowing you to exactly match the point parameter to a feature's boundary.
Taking advantage of the new facilities for accessing Print Layouts in Processing, we added a new algorithm which creates a polygon layer containing the extent of a print layout map item. The output layer also includes handy attributes specifying the map size (in layout units), scale and rotation.
If you've ever wanted to create an advanced overview indicator, and the inbuilt layout tools haven't sufficed — this new algorithm is for you!
This new algorithm is a handy shortcut for adding X and Y (or latitude/longitude) fields to a point layer. You can even calculate the X/Y values using a different coordinate reference system from the layer (e.g. creating latitude/longitude fields for a layer in a projected CRS).
You can now perform K-nearest neighbour joins from the Processing toolbox!
QGIS 3.8 brings a new algorithm which takes an input vector layer and creates a new vector layer with additional attributes in its attribute table. The additional attributes and their values are taken from a second vector layer, where features are joined by finding the closest features from each layer.
By default only the single nearest feature is joined, but optionally the join can use the n-nearest neighboring features instead. If a maximum distance is specified, then only features which are closer than this distance will be matched.
The upstream GRASS team has been hard at work creating a new GRASS module for terrain analysis — "r.geomorphon". In 3.8 we expose their efforts via a new Processing tool, which calculates geomorphons (terrain forms) and associated geometry using a machine learning approach.
Another third party tool which we've added to the Processing toolbox in QGIS 3.8 is the GDAL pansharpening tool. Now it's easy to take advantage of this fast, powerful tool in your Processing analysis scripts and models.
This feature was developed by Alexander Bruy
We've added overlay layer fields prefix parameter for the following algorithms:
This can come in very handy to avoid arbitrary colliding field renaming when merging layers.
This feature was developed by Mathieu Pellerin
QGIS 3.8 brings even more power to the browser panel, and now displays all sheets from spreadsheet files (e.g. Microsoft Excel and LibreOffice calc files) in the browser file tree.
This feature was developed by jef-n
QGIS 3.8 now fully supports disk-based layers with String List fields, allowing you to take advantage of QGIS' flexible handling of list field types with these formats.
This feature was developed by Mathieu Pellerin
We rebuilt the ArcGIS MapServer provider, adding significant improvements over previous versions:
End result: MapServer layers are now silky smooth in QGIS!
This feature was developed by Nyall Dawson (North Road) & Mathieu Pellerin (iMHere Asia)
SQL Server users rejoice: QGIS now fully supports curved geometry types (and other "version 2" geometry fields)!
In past QGIS versions, the SQL Server provider would only handle version 1 type geometries, and could only show straight feature types. In 3.8, we've added full support for version 2 geometries. This change also allows full support for Z or M enabled geometry types! Additionally, we fixed several known issues with geography field types.
This feature was developed by Tamas Szekeres
Sometimes, you need to define the same filter for every selected layer when making a WMS request (e.g. when accessing user-specific data). In previous QGIS versions we had to define the filter using the format:
&FILTER=layer1:"column1" = 'value1';layer2:"column1" = 'value1';layer3:"column1" = 'value1'
With QGIS 3.8, we've simplified this, and now allow the filter format:
&FILTER=layer1,layer2,layer3:"column1" = 'value1'
For this release we improved how the legend for QGIS servers handles the size of symbols which are scaled by map units. Whenever possible, the server will determine the legend size based on the map canvas and resolution. Even more, for cases where this information is not available in the GetLegend request, it is now possible to configure a default scale in the project, symbols in the legend will then be drawn in the size they will have when rendered at this scale.
This feature was developed by David Signer, OPENGIS.ch
In QGIS 3.8, we've introduced a long-sought-after feature for QGIS plugin developers: the ability to specify dependencies for your plugins.
To add a plugin dependancy, you can use the new metadata "plugin_dependencies". The format is a comma-separated list of PIP-like plugin names (with optional version). E.g:
plugin_dependencies=GeoCoding,IPyConsole==1.9
The example above will require:
When a plugin is installed, the metadata is parsed and a user will be prompted with a dialog listing the dependencies. The user can then decide what to do with the dependencies:
We've enabled REGEX to be used with the spatialite provider. (This comes in handy when setting filters!). We've also added support for this syntax via any python connections made through Qgis.utils's "spatialite_connection" API - allowing you to use REGEXP in your SQL queries from within DB Manager.
This feature was developed by Mathieu Pellerin
We added API to allow accurate nearest neighbor search based on QgsGeometry to QgsGeometry searches via QgsSpatialIndex. In previous QGIS versions only point to geometry nearest neighbour searches were possible. But with this change, you can safely and accurately use QgsSpatialIndex to determine the nearest neighbours between any types of geometries.
You can now export curved geometry layers to DXF format without segmentizing the features — no more loss of curves!
This feature was funded by Kanton Schaffhausen
This feature was developed by Jürgen Fischer in collaboration with Matthias Kuhn
Bug Title | URL issues.qgis.org (if reported) | URL Commit (Github) | 3.4 backport commit (GitHub) -- | -- | -- | -- Raster Calculator wrong results|#21405|fixed in master| QGIS server ignores custom rendering order when loading parent group|#21917|PR #9878|Done WMS Client: GetFeatureInfo in JSON format doesn't display numeric attribute values|#21735|PR #9879|Done Crash when adding New Field to ShapeLayer|#22100|| Priority in labelling not greyed out when data defined settings are enabled|#22077|Invalid| $length return bad value|#22105|works for me (and for everybody)| Relation reference widget wrong feature when "on map identification"|#22071|| Map composer: "href" HTML attribute issue in PDF output|#22075|won't fix| Issue exporting raster layer to Geopackage|#20848|PR #10036|Done Create vector New shapefile POLYGON|#22107|invalid| "Export to PostgreSQL" python error if rather schema has an uppercase letter in its name|#22035|PR #10063| Relation reference widget wrong feature when "on map identification"|#22071|PR #10047|Done DB Manger imports the wrong data|#22033|PR #10077|Done qgis crash when filtering a layer with an attachment field|#21775|Fixed by Nyall| Raster calculator, abs() not working|#29824|PR #29965|Done Valid file URL link fails in Identify window|#29879|PR #29967|Done QgsProject.instance().clear() crashes QGIS when LayoutDesigner Window is open|#29821|PR #29968|Done QGIS Server WFS DescribeFeatureType advertises double precision virtual fields as integer|#29767|PR #29970|Done QGIS crahses when exporting a template|#29798|PR #29981|Done Export atlas as image fail when expression filename contain dot|#29980|PR #29983|Done Buttons to adjust marker size in the digitizing tab of the general settings dialog not work|#29987|PR #29991| Map Composer crashes QGIS when copying mixture of elements in page layout|#29747|PR #30017|TODO QGIS crashes with PostgreSQL views|#29673|cannot reproduce and cannot ask for feedback| Browser - "Project home" folder shortcut does not appear when a new project is saved|#29919|PR #30025|TODO Crash when calling QgsRasterHistogram.histogramVector|#29700|PR #30033|Done Do not offer to "Import settings from Qgis2?" if no such settings exist|#30082|PR #30092|Done In gpkg, query builder prevents autogenerate of pasted feature with same fid as hidden feature|#30062|PR #30096|TODO Drag and drop geopackage from filesystem into map misses vector layers, loses names for raster layers|#30050|PR #30098|Done Qgis crashes when try to identify a layer with duplicated fields|#29937|PR #30100|TODO label properties will not saved to project files (buffer and background)|#29882|works for me on release-3_4 and master| Saving edits to a layer with JSON field throws an error|#30131|PR #30137|Risky? Value relation widget settings lost on import of layer definition file|#30115|PR #30151|Risky? Unable to add new features in QGIS for PostGIS table using sequence for gid. Data type serial: 'integer overflow'|#30041|PR #30184|Done
This feature was funded by QGIS.ORG donors and sponsors
This feature was developed by Alessandro Pasotti
Bug Title | URL issues.qgis.org (if reported) | URL Commit (Github) | 3.4 backport commit (GitHub) -- | -- | -- | -- v.net.distance - node cost column|#22013|PR #10060|Done shapefile to raster conversion does not work|#21922|| GRASS r.in.lidar.info, can only choose .txt not the intended .las|#21910|PR #10061|Done SAGA OpenCV Image Analysis|#21746|| SAGA "saga split rgb bands" tool is not inside any (SAGA) group of tools|#21849|PR #10062|Done r.sun cannot be executed because it calls on two incompatible options|#21637|PR #10074|Done i.segment (GRASS 7.4.2) only produces a Goodness Raster but no Segmented Raster|#20646|works fine in master and 3.4| Majority filter (SAGA) returns erroneous results if input is .tif|#22118|invalid| Processing batch process interface: no way to go back|#16893|PR #10080|Done DB Manager rename PostGIS column error|#21425|PR #10082|not needed Word wrapping not working in maptips|#21388|PR #10081|Done Styles stored in QML files with same name as layer no longer auto loaded|#21691|PR #14660|Done QGIS 3.4.6 crashed when I tried classifying a layer|#21693|PR #29951|Done Fixed table not working under User defined filter (SAGA)|#29999|PR #30001|Done DB Manager Versioning: _current view lacks primary key|#25888|PR #30045|
This feature was funded by QGIS.ORG donors and sponsors
This feature was developed by Alexander Bruy
Bug Title | URL issues.qgis.org (if reported) | URL Commit (Github) | 3.4 backport commit (GitHub) -- | -- | -- | -- Processing "iterate" does not work anymore|#21524|PR #10078| parameter type error in SAGA Gaussian Filter|#21797|Commit| Distance matrix does not maintain data type and precision for Input Point Layer in Linear (N*k x 3)|#21501|| Processing "Build virtual vector" now fails in certain cases|#21519|PR #10083| SAGA raster calculator loads more grids than selected when a sdat is supplied in XGRIDS|#22131|PR #10085| Export selected Objects generated line layer not selectable in graphical modeller|#21705|PR #10093| Batch processing error in r.mapcalc.simple|#29822|| Help for algorithms not visible in modeller|#21536|| Bug fixes related the batch interface, not linked to any bug report. They are regressions introduced in recent changes, that i found while working on another issue||PR #29948| ||PR #29950|
Bug Title | URL issues.qgis.org (if reported) | URL Commit (Github) | 3.4 backport commit (GitHub) -- | -- | -- | -- ENVI driver ignores "geo point" (GCP) metadata on reading|#1528|Commit| WFS GetFeature fails on TypeNames parameter|#21768|PR #29946|Done Cannot load GPX file automatically after creating it QGIS 3.4.7 QGIS 3.6.2|#22005|PR #29947|Done Cannot create temporary SpatiaLite cache|#29819|PR #29949|Done PostGIS closed circle in Curved Polygon is not displayed|#29895|PR #30010|Done Fix GeoJSON output of MultiPolygon/MultiSurface|PR #30012|PR #30012|Not needed Multipatch features are not shown anymore|#29376|PR #30024|Done Multiple issues and deadlocks with WFS|#29258|PR #30026|Done WFS provider: Avoid dangling download progress dialog |PR #30039|PR #30039|Done
Bug Title | URL issues.qgis.org (if reported) | URL Commit (Github) | 3.4 backport commit (GitHub) -- | -- | -- | -- issues in embedded layers|#29678|PR #9993 and PR #10004
Bug Title | URL issues.qgis.org (if reported) | URL Commit (Github) | 3.4 backport commit (GitHub) -- | -- | -- | -- Editing a GeoPackage feature with spaces in the field names can crash QGIS|#29630|PR #29997|TODO Crash on update pg layer|#29814|duplicate|N/A XMDF file type missing from Madiera 3.4.5|#29381|invalid|N/A Mesh calculator: crash when 'All Selected Dataset Times' button clicked|#30003|PR #30005|N/A Crash when editing fields|#29200|unable to replicate|N/A Closing Vertex Edititor crashes the app|#30028|PR #30030|TODO Detached 3D view crash [macOS]|#29169|unable to replicate|
Bug Title | URL issues.qgis.org (if reported) | URL Commit (Github) | 3.4 backport commit (GitHub) -- | -- | -- | -- No snap when selecting point of rotation|#29706|duplicate / not a bug| Crashs when working with auxiliary storage label and data defined|#30078|unable to replicate| Improve the advanced digitizing by angle|#30133|not a bug| Fix reshape for snapped point with Z||PR #30108|
This feature was funded by QGIS.ORG donors and sponsors
This feature was developed by Loïc Bartoletti
Bug Title | URL issues.qgis.org (if reported) | URL Commit (Github) | 3.4 backport commit (GitHub) -- | -- | -- | -- Fix string values are always repeated in expression build field value list|unreported|Commit|N/a Fix priority of parallel label placements, avoid placing labels below lines accidentally|unreported|Commit|Done Fix collecting geometries when one of the added geometries is already multipart|#30208|Commit|Done [processing] Fix missing default value for Select by Expression|#30218|Commit|Done [processing] Fix exception in select by expression using not equal to operator|#30135|Commit|Done Fix attribute table filtering to items within atlas feature when atlas feature has a different CRS to table layer|Unreported|Commit|Done Avoid sqlite database lookup on EVERY https network request|Unreported|Commit|Done [layouts] Fix filtering of attribute table to visible features when linked map is rotated|Unreported|Commit|Done Fix crash when closing QGIS with open layout designer windows|Unreported|Commit|Done Fix inverted polygon is distorted when map is rotated|#26381|Commit|Done Fix incorrect bounding box of labels used when map is rotated|#24680|Commit|Done Fix cannot use labeling map tools when canvas is rotated|#25384|Commit|Done Fix exception in BatchAlgorithmDialog|Unreported|Commit|N/A Don't limit label distances to postive values|Unreported|Commit|Done Fix curved labels sometimes placed below line even when set to above line only|Unreported|Commit|Done Fix curved labeling fails when line feature geometry begins with small segments|#28699|Commit|Done Fix some curved labels randomly disappear at certain scales|#12173|Commit|Done Ensure "merge connected features" setting works correctly with line networks that contains forks and branches|#12173|Commit|Done Fix missing labels when multilinestring features are used in conjunction with the "merge connected lines" setting|#12173|Commit|Done Rework new project CRS handling |#27516|Commit|Done Fix offset labels from reprojected layers when map is rotated|#24796|Commit|Done Fix labeling ignores "label per part" setting when geometry parts are adjacent|#26763|Commit|Done Fix crash when filtering layer with attachment field|#21775|Commit|Done Regenerate distance area calculation on demand in attribute table|#25500|Commit|Done Fix dxf export ignores multisurface geometry types|#21779|Commit|Done Avoid resetting column selection when restoring project with an atttribute table set to the "atlas feature" source|#20538|Commit|Done