Activity
From 2018-08-28 to 2018-09-26
2018-09-26
- 11:59 PM Bug report #19964 (Closed): layer tree embedded widgets do not show up for raster layers
- When adding a widget to a raster layer's legend via the layer properties'->legend section nothing is shown on the lay...
- 11:20 PM Bug report #19555: DWG import overwrites existing Geopackage without warning
- Why is that dangerous? You can always reimport the original DWG.
- 11:13 PM Bug report #19963 (Closed): Save Features As "broken" - CSV & Geometry AS_WKT not working
- Actually my bad - I think this is more to do with CRS than the export functionality - it's still very confusing!
- 10:47 PM Bug report #19963 (Closed): Save Features As "broken" - CSV & Geometry AS_WKT not working
- We have a project with 32 layers - each with anywhere from 800 - 3000 features in each layer.
We have 2 fields, an... - 11:01 PM Bug report #18260: qgis 3 crashes at start
- #19962 might be related and also has a recipe to disable explorer extensions.
- 10:47 PM Bug report #19962 (Closed): QGIS Crashes on Open Window
- The problem was with windows explorer. Following this guide I was able to find a solution:
https://www.maketecheasie... - 10:35 PM Bug report #19962 (Closed): QGIS Crashes on Open Window
- QGIS crashes when the windows explorer browser is opened. Whether going to File>Open or trying to browse to a CSV for...
- 10:16 PM Bug report #19961 (Rejected): Crash while QGIS-Start.
- h2. User Feedback
Crash while QGIS-Start.
I think the reason is the digitizing tools plugin (https://plugins.qgi... - 10:12 PM Bug report #19960 (Closed): layer tree embedded widget provider's supportsLayer() method is never...
- The `QgsLayerTreeEmbeddedWidgetProvider` class defines a virtual method `supportsLayer()` that should be called in or...
- 09:56 PM Bug report #19949 (Closed): New maps panels position is not restored after saving and opening a p...
- This is a due to a limitation in qt (missing feature in dock position handling) and there's no way we can fix this in...
- 09:56 PM Bug report #19949 (Closed): New maps panels position is not restored after saving and opening a p...
- This is a due to a limitation in qt (missing feature in dock position handling) and there's no way we can fix this in...
- 05:10 PM Bug report #19949: New maps panels position is not restored after saving and opening a project
- More examples.
- 05:10 PM Bug report #19949: New maps panels position is not restored after saving and opening a project
- More examples.
- 08:02 AM Bug report #19949 (Closed): New maps panels position is not restored after saving and opening a p...
- creating three new maps and two of these overlap in a single window, at the reopening of the project the three window...
- 09:55 PM Bug report #19957 (Closed): QGIS 3.2.3 no longer loads Batch Hillshader plugin
- Plugin issue, not a qgis issue
- 09:55 PM Bug report #19957 (Closed): QGIS 3.2.3 no longer loads Batch Hillshader plugin
- Plugin issue, not a qgis issue
- 06:46 PM Bug report #19957 (Closed): QGIS 3.2.3 no longer loads Batch Hillshader plugin
- QGIS 3.2.3-1 / Mac OS X 10.12.6
Batch Hill Shader no longer loads; it did load with QGIS 3.2.2-1
Error report:
... - 09:07 PM Bug report #19750: "To run another Processing algorithm" in Processing's ScriptTemplate.py is broken
- Thanks Nyall! I would have wanted to sweeten up more things in the example but haven't fully understood everything ye...
- 07:39 PM Bug report #19959: "Handle Bad Layers" dialog message text unclear
- This message would change again once #8718 (#19790) are implemented to something like:
_"There are # unhandled lay... - 07:37 PM Bug report #19959 (Closed): "Handle Bad Layers" dialog message text unclear
- The message the user receives when the result of Handle Bad Layers will remove layers can be more clear.
Currently... - 07:06 PM Bug report #19936: Split Features tool changing the attributes of the new feature on QGIS 3.3
- PR: https://github.com/qgis/QGIS/pull/8035
- 07:06 PM Bug report #19936: Split Features tool changing the attributes of the new feature on QGIS 3.3
- PR: https://github.com/qgis/QGIS/pull/8035
- 05:37 PM Bug report #19936: Split Features tool changing the attributes of the new feature on QGIS 3.3
- Alessandro Pasotti wrote:
> Philipe Borba wrote:
> > Alessandro Pasotti wrote:
> > > Just a note: would it be nece... - 05:10 PM Bug report #19936: Split Features tool changing the attributes of the new feature on QGIS 3.3
- Philipe Borba wrote:
> Alessandro Pasotti wrote:
> > Just a note: would it be necessary/desireable to check for NUL... - 04:46 PM Bug report #19936: Split Features tool changing the attributes of the new feature on QGIS 3.3
- Alessandro Pasotti wrote:
> Just a note: would it be necessary/desireable to check for NULL/empty before overwriting... - 04:15 PM Bug report #19936: Split Features tool changing the attributes of the new feature on QGIS 3.3
- Just a note: would it be necessary/desireable to check for NULL/empty before overwriting the provider default?
- 04:13 PM Bug report #19936: Split Features tool changing the attributes of the new feature on QGIS 3.3
- Philipe Borba wrote:
> Changing line 418 with:
>
> if ( v.isValid() && attributes.contains( idx ) && !layer->pri... - 04:09 PM Bug report #19936: Split Features tool changing the attributes of the new feature on QGIS 3.3
- Changing line 418 with:
if ( v.isValid() && attributes.contains( idx ) && !layer->primaryKeyAttributes().contains... - 04:00 PM Bug report #19936: Split Features tool changing the attributes of the new feature on QGIS 3.3
- Yeah, I thought about that too.
But this would break not-PK sequences ... perhaps it's a corner case but still.
... - 03:56 PM Bug report #19936: Split Features tool changing the attributes of the new feature on QGIS 3.3
- What if we tried this approach:
First check if the attribute index is in the primary key index list (QgsVectorLaye... - 03:45 PM Bug report #19936: Split Features tool changing the attributes of the new feature on QGIS 3.3
- Yeah, we crossed comments!
Btw, the issue here is that we cannot blindly override provider defaults with the attr... - 03:43 PM Bug report #19936: Split Features tool changing the attributes of the new feature on QGIS 3.3
- Tried my suggestion here and it messed up primary constraint evaluation =/
Philipe Borba wrote:
> I guess the pro... - 03:43 PM Bug report #19936: Split Features tool changing the attributes of the new feature on QGIS 3.3
- I'm afraid this is a won't fix: the current implementation of the new feature creation is
!!! in order of priority... - 03:26 PM Bug report #19936: Split Features tool changing the attributes of the new feature on QGIS 3.3
- I guess the problem is here:
https://github.com/qgis/QGIS/blob/32ee71634fe96699964fa86dea98273454f977db/src/core/q... - 03:21 PM Bug report #19936 (In Progress): Split Features tool changing the attributes of the new feature o...
- Thanks, I was able to reproduce the issue, working on it.
- 03:10 PM Bug report #19936: Split Features tool changing the attributes of the new feature on QGIS 3.3
- I've done a small database to ilustrate the bug.
In this database there is one table called split_test with field... - 03:10 PM Bug report #19936: Split Features tool changing the attributes of the new feature on QGIS 3.3
- I've done a small database to ilustrate the bug.
In this database there is one table called split_test with field... - 07:02 PM Bug report #19958 (Closed): Database manager allows one to create saved query with no name
- It is possible to click on the "Save" button to create a saved SQL query even when no name is entered in the "Name" f...
- 06:59 PM Bug report #19956: Update SQL layer results in invalid SQL expression
- Sure.
# I started with the MASSGIS TOWNS_POLY.shp dataset from https://docs.digital.mass.gov/dataset/massgis-data-... - 02:47 PM Bug report #19956: Update SQL layer results in invalid SQL expression
- To be sure I can reproduce exactly your scenario, can you please describe the steps starting from an unfiltered layer?
- 02:32 PM Bug report #19956 (Closed): Update SQL layer results in invalid SQL expression
- It looks like the fix for #19843 resulted in a new problem.
With revision 208571a, selecting "Update SQL Layer..."... - 04:43 PM Feature request #8809: WMS/WMTS with dimension parameters should be handled
- Issue still exists in QGIS 3.3.
- 04:36 PM Bug report #15904 (Closed): WFS 2.18.1 slow with PostGIS layer
- I can't reproduce the issue in QGIS 2.18.24. Good work developers!
- 04:22 PM Feature request #8808: Add WMS-T support to QGIS server
- Two QEPs are related to this issue :
* https://github.com/qgis/QGIS-Enhancement-Proposals/issues/128
* https://git... - 04:08 PM Bug report #19564: PostgreSQL sequences not always used when adding feature
- Same issue with last nightly. I've attached the SQL code. For example table 'choix_secteur_activite' has the good beh...
- 02:54 PM Bug report #19919: QGIS 2.18 faster than QGIS 3.3 DEV in processing
- I redid test after PR of Nyall in 3.3 dev
time 52 sec
thanks Nyall
win 10 64 bit
AMD FX-7500 RADEON R7 - 10 ... - 02:30 PM Bug report #19843: Update SQL Layer converts query to table name
- Sure. I thought this was the same problem (e.g., the fix was not actually a complete fix) and was more appropriate he...
- 02:20 PM Bug report #19950 (Closed): blocking of QGIS, if the edit in place functionality is used in the l...
- Applied in changeset commit:qgis|51574069a088031ef4aceaeb3fa1de84804db037.
- 02:20 PM Bug report #19950 (Closed): blocking of QGIS, if the edit in place functionality is used in the l...
- Applied in changeset commit:qgis|51574069a088031ef4aceaeb3fa1de84804db037.
- 08:30 AM Bug report #19950 (Closed): blocking of QGIS, if the edit in place functionality is used in the l...
- see attachment
the algorithms should not be available if the current layer is not in edit mode. - 02:08 PM Bug report #16446: Many-to-many (N:M) relationship not working on simple case
- I still can't create N:M relations in QGIS 3.3.
- 01:56 PM Feature request #13698: Foreign tables in DB Manager
- Issue still occurs in QGIS 3.3.
- 12:46 PM Bug report #19955 (Open): Window Position not save on Exit
- Starting QGIS does not restore the original Window Size.
- 12:39 PM Bug report #19954 (Closed): QGIS crashes on work with Qgis2Threejs Exporter
- h2. User Feedback
h2. Report Details
*Crash ID*: 6833e119d676f22401c2e30735912cf65a2dc0de
*Stack Trace... - 11:44 AM Bug report #19946: ogr based tools do not work anymore with PostGIS inputs (possibly also other r...
- Nyall Dawson wrote:
> Can you confirm that the error is the missing "PG:" part before "dbname='teste' host=localhost... - 02:13 AM Bug report #19946 (Feedback): ogr based tools do not work anymore with PostGIS inputs (possibly a...
- Can you confirm that the error is the missing "PG:" part before "dbname='teste' host=localhost port=543..."? E.g. ' P...
- 10:41 AM Bug report #19953 (Closed): Labeling: Halo-effect only works with 1mm setting
- Halo-effect just allows one setting: 1mm.
All other settings (greater, smaller halo) does not work. - 10:39 AM Bug report #19951 (Closed): Edit mode doesn't work when ogr vector layers have filters
- This concerns OGR provider, not database providers.
If you add gpkg using vector layer UI or drag/drop, this is rea... - 10:39 AM Bug report #19951 (Closed): Edit mode doesn't work when ogr vector layers have filters
- This concerns OGR provider, not database providers.
If you add gpkg using vector layer UI or drag/drop, this is rea... - 10:19 AM Bug report #19951 (Feedback): Edit mode doesn't work when ogr vector layers have filters
- see #18428-3
- 10:13 AM Bug report #19951 (Closed): Edit mode doesn't work when ogr vector layers have filters
- When you add a filter to a layer[1], the editing mode is disabled
[1] Confirmed on a geopackage but not with postg... - 10:22 AM Bug report #16027: Editing GeoPackage from DWG/DXF Import after Save as Layer Definition File
- It's not related to DWG/DXF import.
See #19951 and #18428-3 - 10:19 AM Bug report #19952 (Closed): Filter icon is missing on spatialite layer
- There is no icon on the filtered spatialite layers
- 10:07 AM Bug report #19948 (Feedback): QGIS crashes toggling legend items filter
- Try again with a new/clean profile (no 3rd party plugins). If it continues then please attach a sample project with d...
- 10:07 AM Bug report #19948 (Feedback): QGIS crashes toggling legend items filter
- Try again with a new/clean profile (no 3rd party plugins). If it continues then please attach a sample project with d...
- 10:07 AM Bug report #19948 (Feedback): QGIS crashes toggling legend items filter
- Try again with a new/clean profile (no 3rd party plugins). If it continues then please attach a sample project with d...
- 10:07 AM Bug report #19948 (Feedback): QGIS crashes toggling legend items filter
- Try again with a new/clean profile (no 3rd party plugins). If it continues then please attach a sample project with d...
- 03:01 AM Bug report #19948 (Closed): QGIS crashes toggling legend items filter
- Qgis Crashes when toggling legend item filter is toggled and only show items inside current atlas feature is ticked.
... - 08:48 AM Bug report #19831 (Closed): DB Manager does not read SRID automatically
- Applied in changeset commit:qgis|f7f70bfb037399696a09f3ab1ac956a331ba8e93.
- 08:48 AM Bug report #19831 (Closed): DB Manager does not read SRID automatically
- Applied in changeset commit:qgis|f7f70bfb037399696a09f3ab1ac956a331ba8e93.
- 08:23 AM Bug report #13170 (Closed): postgis layer.dataProvider().setDataSourceURI(.....) has no effect.
- Well, as explained in https://lists.osgeo.org/pipermail/qgis-developer/2018-September/054655.html, this is not really...
- 08:23 AM Bug report #13170 (Closed): postgis layer.dataProvider().setDataSourceURI(.....) has no effect.
- Well, as explained in https://lists.osgeo.org/pipermail/qgis-developer/2018-September/054655.html, this is not really...
- 08:23 AM Bug report #13170 (Closed): postgis layer.dataProvider().setDataSourceURI(.....) has no effect.
- Well, as explained in https://lists.osgeo.org/pipermail/qgis-developer/2018-September/054655.html, this is not really...
- 03:12 AM Bug report #19607: Deactivating/uninstalling plugin causes Python error when trying to edit a Pro...
- This happens too with user defined models.
If a parent model contains a child model, and a some point, the child m... - 02:11 AM Bug report #19938: GDAL/OGR vector geoprocessing algorithms not working with GPKG, SQLite, FileGD...
- See https://github.com/qgis/QGIS/pull/8028 -- testing would be appreciated!
2018-09-25
- 12:56 AM Bug report #13170: postgis layer.dataProvider().setDataSourceURI(.....) has no effect.
- Hi,
Similar issue here.
It partially works with shapefiles (the layer changed on map redraw)... - 12:06 AM Bug report #19947 (Closed): ogr "export to postgresql" error when not using the (optional) "prima...
- Applied in changeset commit:qgis|6e03253143e5fbc6bffef09e3e4c46535b7bdab0.
- 12:06 AM Bug report #19947 (Closed): ogr "export to postgresql" error when not using the (optional) "prima...
- Applied in changeset commit:qgis|6e03253143e5fbc6bffef09e3e4c46535b7bdab0.
- 10:31 PM Bug report #19947 (In Progress): ogr "export to postgresql" error when not using the (optional) "...
- 08:42 PM Bug report #19947 (Closed): ogr "export to postgresql" error when not using the (optional) "prima...
- The parameter "primary key (new field)" is filled by default with a value "id", but the parameter is not mandatory an...
- 11:22 PM Feature request #19943: Extend algorithm only extends, but does not shorten lines
- I am using 3.2.3 and I can't find such @line substring@ algorithm. I haven't found any reference on documentation, ne...
- 09:59 PM Feature request #19943: Extend algorithm only extends, but does not shorten lines
- I had looked for it but obviously with wrong tags, hence https://github.com/qgis/QGIS/pull/8025
- 08:33 PM Feature request #19943 (Rejected): Extend algorithm only extends, but does not shorten lines
- There is a seperate algorithm for shrinking lines - "line substrings".
- 08:33 PM Feature request #19943 (Rejected): Extend algorithm only extends, but does not shorten lines
- There is a seperate algorithm for shrinking lines - "line substrings".
- 05:45 PM Feature request #19943 (Feedback): Extend algorithm only extends, but does not shorten lines
- 05:44 PM Feature request #19943: Extend algorithm only extends, but does not shorten lines
- This is more a feature request than a bug report I think. I'm not sure that the Extend algorithm is supposed to short...
- 05:02 PM Feature request #19943 (Rejected): Extend algorithm only extends, but does not shorten lines
- Currently, there is an algorithm called Extend lines (visit documentation: https://docs.qgis.org/testing/en/docs/user...
- 10:59 PM Bug report #19946 (In Progress): ogr based tools do not work anymore with PostGIS inputs (possibl...
- 08:32 PM Bug report #19946 (Closed): ogr based tools do not work anymore with PostGIS inputs (possibly als...
- Subject says it all. On QGIS master (at least) the GDAL/OGR command with this type of datasources is not built anymor...
- 10:59 PM Bug report #19945 (In Progress): ogr based tools cannot output anymore to temp files
- 08:01 PM Bug report #19945 (Closed): ogr based tools cannot output anymore to temp files
- Tested the buffer tool, but possibly all others are affected. This is regardless of the input data type. Example:
... - 10:58 PM Bug report #19938 (In Progress): GDAL/OGR vector geoprocessing algorithms not working with GPKG, ...
- 10:56 PM Bug report #19938: GDAL/OGR vector geoprocessing algorithms not working with GPKG, SQLite, FileGD...
- Giovanni Manghi wrote:
> there are cases (not yet sure how/why) where the datasources like gpkg, sqlite, shapes are ... - 09:16 PM Bug report #19938 (Open): GDAL/OGR vector geoprocessing algorithms not working with GPKG, SQLite,...
- 09:15 PM Bug report #19938: GDAL/OGR vector geoprocessing algorithms not working with GPKG, SQLite, FileGD...
- Processing seems to work in different ways, depending on how a datasource like a gpkg, SL or shp was loaded in the pr...
- 08:36 PM Bug report #19938: GDAL/OGR vector geoprocessing algorithms not working with GPKG, SQLite, FileGD...
- Possibly related issue #2 #19946
- 08:02 PM Bug report #19938: GDAL/OGR vector geoprocessing algorithms not working with GPKG, SQLite, FileGD...
- Possibly related issue #1 #19945
- 06:44 PM Bug report #19938 (Feedback): GDAL/OGR vector geoprocessing algorithms not working with GPKG, SQL...
- I have nticed this too today, while trying to import data in PostGIS using the ogr based tools. Your analysis is corr...
- 06:44 PM Bug report #19938 (Feedback): GDAL/OGR vector geoprocessing algorithms not working with GPKG, SQL...
- I have nticed this too today, while trying to import data in PostGIS using the ogr based tools. Your analysis is corr...
- 06:44 PM Bug report #19938 (Feedback): GDAL/OGR vector geoprocessing algorithms not working with GPKG, SQL...
- I have nticed this too today, while trying to import data in PostGIS using the ogr based tools. Your analysis is corr...
- 01:27 PM Bug report #19938 (Closed): GDAL/OGR vector geoprocessing algorithms not working with GPKG, SQLit...
- See also #19938-4 for a better understanding of the issue.
*Original description:*
The GDAL/OGR vector geoproce... - 09:11 PM Feature request #19942: libreoffice calc integration
- luis marcelo dambrowski dambrowski wrote:
> Giovanni Manghi wrote:
> > You can add in a project tables from csv, od... - 08:34 PM Feature request #19942: libreoffice calc integration
- Giovanni Manghi wrote:
> You can add in a project tables from csv, odt, xls...
Yes; but this does not have print ... - 05:58 PM Feature request #19942 (Feedback): libreoffice calc integration
- You can add in a project tables from csv, odt, xls...
- 04:50 PM Feature request #19942 (Feedback): libreoffice calc integration
- I need to insert tables made in libreoffice calc, direct in the print layout, was using the html option but n solves ...
- 08:35 PM Bug report #19940 (Open): Spatialite column with AUTOINCREMENT block with forms
- 08:00 PM Bug report #19940: Spatialite column with AUTOINCREMENT block with forms
- This was issue #17587 in master between 2.18.14 an 2.18.16 and seems now a regression.
- 06:24 PM Bug report #19940 (Feedback): Spatialite column with AUTOINCREMENT block with forms
- Did it worked as expected on 2.18?
- 06:24 PM Bug report #19940 (Feedback): Spatialite column with AUTOINCREMENT block with forms
- Did it worked as expected on 2.18?
- 03:23 PM Bug report #19940 (Closed): Spatialite column with AUTOINCREMENT block with forms
- When adding an entity to a spatialite table with a field with AUTOINCREMENT, the input in the form is blocked, becaus...
- 08:32 PM Bug report #19944 (Rejected): Error message when switching UI Theme to night mapping
- That's a bug in the cluster points plugin, not qgis.
- 08:32 PM Bug report #19944 (Rejected): Error message when switching UI Theme to night mapping
- That's a bug in the cluster points plugin, not qgis.
- 07:24 PM Bug report #19944 (Rejected): Error message when switching UI Theme to night mapping
- When I switch from default UI theme to night mapping, I get this error message:...
- 08:26 PM Bug report #18767 (Closed): Help button for Processing Modeller outdated
- Applied in changeset commit:qgis|e2082a09358008b6ee8be09ebf24feb46ac6c705.
- 08:26 PM Bug report #18767 (Closed): Help button for Processing Modeller outdated
- Applied in changeset commit:qgis|e2082a09358008b6ee8be09ebf24feb46ac6c705.
- 05:45 AM Bug report #18767 (In Progress): Help button for Processing Modeller outdated
- 08:18 PM Bug report #17992: DB Manager Versioning: _current view lacks primary key
- Confirmed
- 06:15 PM Bug report #17992: DB Manager Versioning: _current view lacks primary key
- Paolo Cavallini wrote:
> AFAICT this is still valid: in the view simply there is not a PK, it's not a matter of its ... - 02:30 PM Bug report #17992: DB Manager Versioning: _current view lacks primary key
- AFAICT this is still valid: in the view simply there is not a PK, it's not a matter of its name.
- 01:45 PM Bug report #17992: DB Manager Versioning: _current view lacks primary key
- Should be closed? Now you can define the name of PK (and others)
- 07:01 PM Bug report #19941: QgsLineString unexpected behaviour when constructed
- https://qgis.org/pyqgis/master/core/Line/QgsLineString.html
- 04:49 PM Bug report #19941: QgsLineString unexpected behaviour when constructed
- Can you point the place in the documentation where @arrays of coordinates as in QgsLineString([x1, y1], [x2, y2])@ is...
- 04:42 PM Bug report #19941 (Rejected): QgsLineString unexpected behaviour when constructed
- This is the signature you are calling by passing two arrays:
QgsLineString(x: Iterable[float], y: Iterable[float],... - 04:42 PM Bug report #19941 (Rejected): QgsLineString unexpected behaviour when constructed
- This is the signature you are calling by passing two arrays:
QgsLineString(x: Iterable[float], y: Iterable[float],... - 04:00 PM Bug report #19941 (Rejected): QgsLineString unexpected behaviour when constructed
- While developing a plugin I have been using creating lines between two points with QgsLineString(). The documentation...
- 06:40 PM Bug report #19936: Split Features tool changing the attributes of the new feature on QGIS 3.3
- Philipe Borba wrote:
> Giovanni Manghi wrote:
> > Also can't confirm on master/linux.
>
> I have tested here wit... - 05:50 PM Bug report #19936: Split Features tool changing the attributes of the new feature on QGIS 3.3
- Alessandro Pasotti wrote:
> Can you check Options -> Data Sources-> Data source handling -> Evaluate default values ... - 05:40 PM Bug report #19936: Split Features tool changing the attributes of the new feature on QGIS 3.3
- Can you check Options -> Data Sources-> Data source handling -> Evaluate default values ?
- 05:34 PM Bug report #19936: Split Features tool changing the attributes of the new feature on QGIS 3.3
- I tested here on linux, the bug happens as well and only on PostGIS database with default values on provider.
- 02:12 PM Bug report #19936: Split Features tool changing the attributes of the new feature on QGIS 3.3
- Giovanni Manghi wrote:
> Also can't confirm on master/linux.
I have tested here with data from SpatiaLite and Pos... - 09:48 AM Bug report #19936: Split Features tool changing the attributes of the new feature on QGIS 3.3
- Also can't confirm on master/linux.
- 09:48 AM Bug report #19936: Split Features tool changing the attributes of the new feature on QGIS 3.3
- Also can't confirm on master/linux.
- 08:41 AM Bug report #19936 (Feedback): Split Features tool changing the attributes of the new feature on Q...
- 08:41 AM Bug report #19936: Split Features tool changing the attributes of the new feature on QGIS 3.3
- I cannot reproduce this issue, can you please share a small project and data where the issue can be reproduced?
- 02:54 AM Bug report #19936 (Closed): Split Features tool changing the attributes of the new feature on QGI...
- Instead of the original behaviour of the split features tool from previous QGIS (split and both parts getting the sam...
- 06:27 PM Bug report #19843: Update SQL Layer converts query to table name
- Lars Kellogg-Stedman wrote:
> Should this be fixed in commit:208571a? With that version of the code, selecting "Upd... - 02:33 PM Bug report #19843: Update SQL Layer converts query to table name
- Should this be fixed in commit:208571a? With that version of the code, selecting "Update SQL Layer..." still produce...
- 06:14 PM Bug report #17141: DB Manager only shows some type of rasters
- Is still the case.
- 01:50 PM Bug report #17141: DB Manager only shows some type of rasters
- is this still the case? I couldn't reproduce it.
- 06:01 PM Bug report #19930 (Open): "Zoom to feature" does not work
- 05:45 PM Bug report #19930: "Zoom to feature" does not work
- Here's a sample project and data that reproduces the problem:
https://github.com/larsks/qgis-bug-19930
- 04:38 PM Bug report #19930: "Zoom to feature" does not work
- Thanks for the video!
Since we don't know exactly where the problem is, it would be really helpful if you could s... - 02:14 PM Bug report #19930: "Zoom to feature" does not work
- I see the same behavior in the latest nightly build (208571a). I've recorded a video of the behavior here in case I'...
- 01:51 PM Bug report #19930: "Zoom to feature" does not work
- I'll grab the current master and see if the problem reproduces with my actual data.
- 10:02 AM Bug report #19930: "Zoom to feature" does not work
- Nyall Dawson wrote:
> Maybe this is for virtual layers?
tried them and seems ok here, nut let me try again. - 10:00 AM Bug report #19930: "Zoom to feature" does not work
- Maybe this is for virtual layers?
- 09:55 AM Bug report #19930: "Zoom to feature" does not work
- Tested on master/linux and works as expected here (SL datasource).
- 08:51 AM Bug report #19930: "Zoom to feature" does not work
- I cannot reproduce on current master, I tried with a PG and a Spatialite layer without success, can you please share ...
- 04:56 PM Bug report #18719: Missing options in GPS Information Panel
- Actually, More information here http://osgeo-org.1560.x6.nabble.com/QGIS-Developer-QGIS-3-quot-GPS-Information-Panel-...
- 04:17 PM Bug report #18719: Missing options in GPS Information Panel
- It seems that on windows qgis is not compiled with QWT_POLAR which is necessary for the polar view
- 03:36 PM Bug report #18784: «Feature has too many attributes» warning with virtual field
- amazing, thank you!
- 02:17 PM Bug report #18784: «Feature has too many attributes» warning with virtual field
- Oops, sorry for asking such a stupid question!
- 09:06 AM Bug report #18784: «Feature has too many attributes» warning with virtual field
- No - there is no 3.2.4 release. 3.2.3 was the final in the 3.2 series.
- 08:11 AM Bug report #18784: «Feature has too many attributes» warning with virtual field
- Will this bugfix also be applied to version 3.2.4?
- 02:51 PM Bug report #19831 (In Progress): DB Manager does not read SRID automatically
- https://github.com/qgis/QGIS/pull/8022
- 02:51 PM Bug report #19831 (In Progress): DB Manager does not read SRID automatically
- https://github.com/qgis/QGIS/pull/8022
- 02:08 PM Bug report #19939 (Closed): mesh: missing arrows around the edge of the canvas
- As seen in the attached picture (mesh.jpg), mesh layer rendering of vector arrows will sometimes miss arrows along th...
- 02:08 PM Bug report #19315: QGIS 3.2 clean install misses many dependencies
- For the benefit of anyone suffering from the same symptoms. Check the ownership of /usr/lib I can not be sure that th...
- 01:18 PM Bug report #19315 (Closed): QGIS 3.2 clean install misses many dependencies
- Looks like an local issue to me.
- 01:18 PM Bug report #19315 (Closed): QGIS 3.2 clean install misses many dependencies
- Looks like an local issue to me.
- 01:18 PM Bug report #19315 (Closed): QGIS 3.2 clean install misses many dependencies
- Looks like an local issue to me.
- 02:06 PM Bug report #18802 (Closed): Mesh layer with unknown CRS
- fixed https://github.com/qgis/QGIS/pull/7980
- 02:06 PM Bug report #18802 (Closed): Mesh layer with unknown CRS
- fixed https://github.com/qgis/QGIS/pull/7980
- 02:06 PM Bug report #19590 (Closed): Not possible to set MDAL layer CRS
- fixed in https://github.com/qgis/QGIS/pull/7980
- 02:06 PM Bug report #19590 (Closed): Not possible to set MDAL layer CRS
- fixed in https://github.com/qgis/QGIS/pull/7980
- 05:51 AM Bug report #19590 (Feedback): Not possible to set MDAL layer CRS
- This is fixed now, right?
- 01:24 PM Bug report #18654 (Closed): QGIS 3.0.0 repeated crashing on opening
- 01:22 PM Bug report #18706 (Closed): QGIS 3 refuses to load on fresh OSGEO64 install on Windows 7 Pro
- 01:14 PM Bug report #19357 (Closed): QGIS 3.2 Launching crashed
- 12:04 PM Bug report #19937 (Open): Strange blurred squares in vector layers using "outer glow"
- I have a GPS track log of about 8,000km simplified to about 85,000 line segments. If I use the "outer glow" line eff...
- 11:34 AM Bug report #19463 (Feedback): crash rolling back edits
- Provide steps to reproduce.
- 11:23 AM Bug report #19762 (Feedback): QgsApplication.setMaxThreads not work appropriately
- How is that different from the quoted code?
- 11:10 AM Feature request #19875: Deleting multiple GPKG tables from Browser only deletes a single table
- btw, it's not trivial implementation and it would require API changes because currently all actions associated with t...
- 11:10 AM Feature request #19875: Deleting multiple GPKG tables from Browser only deletes a single table
- btw, it's not trivial implementation and it would require API changes because currently all actions associated with t...
- 09:12 AM Feature request #19875: Deleting multiple GPKG tables from Browser only deletes a single table
- This is actually a bug: when you select multiple tables from the browser only the layer where the right click happene...
- 09:12 AM Feature request #19875: Deleting multiple GPKG tables from Browser only deletes a single table
- This is actually a bug: when you select multiple tables from the browser only the layer where the right click happene...
- 09:12 AM Feature request #19875: Deleting multiple GPKG tables from Browser only deletes a single table
- This is actually a bug: when you select multiple tables from the browser only the layer where the right click happene...
- 09:12 AM Feature request #19875: Deleting multiple GPKG tables from Browser only deletes a single table
- This is actually a bug: when you select multiple tables from the browser only the layer where the right click happene...
- 09:12 AM Feature request #19875: Deleting multiple GPKG tables from Browser only deletes a single table
- This is actually a bug: when you select multiple tables from the browser only the layer where the right click happene...
- 09:12 AM Feature request #19875: Deleting multiple GPKG tables from Browser only deletes a single table
- This is actually a bug: when you select multiple tables from the browser only the layer where the right click happene...
- 10:44 AM Bug report #19330: Provider Feature Filter Query Builder - CHANGES ATTRIBUTE VALUES
- Hi,
Is anybody working on this issue?
Problem still exists.
- 10:13 AM Bug report #18252 (Closed): Shape digitize tools do not show rubberband fill color when drawing p...
- Applied in changeset commit:qgis|c0ff2f48f13b918db8b8cef27d889d753868f80a.
- 10:13 AM Bug report #18252 (Closed): Shape digitize tools do not show rubberband fill color when drawing p...
- Applied in changeset commit:qgis|c0ff2f48f13b918db8b8cef27d889d753868f80a.
- 10:08 AM Bug report #19933: python error in DB Manager while trying to preview a layer and empty preview
> I understand that it is kind of random but you should try to find the way to reproduce it or I don't see a chance...- 08:31 AM Bug report #19933 (Feedback): python error in DB Manager while trying to preview a layer and empt...
- Works for me on current linux/master.
I understand that it is kind of random but you should try to find the way to... - 10:01 AM Bug report #19280: Graphical modeller - element (inputs / algorithms) name changes are not reflec...
- I don't know how much of a problem this is, but it still persists in QGIS 3.3.0-Master (208571a).
When you specify "... - 03:54 AM Bug report #19280 (Feedback): Graphical modeller - element (inputs / algorithms) name changes are...
- Can you please test with 3.3 nightlies? I believe this to be fixed.
- 08:32 AM Bug report #17864 (Closed): Graphical modeler doesn`t preserve utf 8 encoding
- 05:56 AM Bug report #17864: Graphical modeler doesn`t preserve utf 8 encoding
- Thank you Nyall for the hint.
I found a solution that also works for QGIS 2.18. The problem was that utf 8 encoding ... - 03:57 AM Bug report #17864: Graphical modeler doesn`t preserve utf 8 encoding
- Please try with 3.3 nightlies and report if this is still an issue - the whole modeler backend has been rewritten and...
- 08:01 AM Bug report #18204: Failure to load PostGIS raster without bands
- In any event, the raster generated with ST_MakeEmptyRaster has no bands and will never be opened by QGIS.
Can we c... - 07:59 AM Bug report #18764 (Closed): Raster calculator (native and SAGA) not usable in Processing Modeller
- yep, both native and saga are working in the modeler. Thanks
- 03:56 AM Bug report #18764 (Feedback): Raster calculator (native and SAGA) not usable in Processing Modeller
- This is fixed in master, right?
- 05:51 AM Bug report #19750 (Closed): "To run another Processing algorithm" in Processing's ScriptTemplate....
- 05:21 AM Bug report #9843 (Closed): Refresh in browser should update available drive letters in windows
- Applied in changeset commit:qgis|af4a1df90d621794b63ae84d475513d96ed2d6fc.
- 05:21 AM Bug report #9843 (Closed): Refresh in browser should update available drive letters in windows
- Applied in changeset commit:qgis|af4a1df90d621794b63ae84d475513d96ed2d6fc.
- 05:21 AM Bug report #14481 (Closed): If already opened QGIS Browser (standalone and panel) doesn't show ne...
- Applied in changeset commit:qgis|af4a1df90d621794b63ae84d475513d96ed2d6fc.
- 05:21 AM Bug report #14481 (Closed): If already opened QGIS Browser (standalone and panel) doesn't show ne...
- Applied in changeset commit:qgis|af4a1df90d621794b63ae84d475513d96ed2d6fc.
- 04:00 AM Bug report #18095 (Closed): Grass algorithm outputs do not correctly work within models
- Fixed in 3.3
- 04:00 AM Bug report #18095 (Closed): Grass algorithm outputs do not correctly work within models
- Fixed in 3.3
- 03:56 AM Bug report #18939 (Closed): Graphic Modeler Crash on Exit After Saving
- Not reproducible in 3.x, and the whole modeler has been re-written
- 03:56 AM Bug report #18939 (Closed): Graphic Modeler Crash on Exit After Saving
- Not reproducible in 3.x, and the whole modeler has been re-written
- 03:55 AM Bug report #19209: No text boxes in Processing Modeller
- Is this still an issue? If so, please try with a new user profile and see if that fixes the issue.
- 03:53 AM Feature request #19608 (Closed): Avoid adding processing model output to layer list
- 03:52 AM Bug report #19306 (Closed): Lost processing model content
- Closed due to lack of feedback
- 03:52 AM Bug report #19306 (Closed): Lost processing model content
- Closed due to lack of feedback
- 03:50 AM Bug report #19925 (Closed): With nested models, outputs from child model do not appear in the dia...
- Fixed in master
- 03:50 AM Bug report #19925 (Closed): With nested models, outputs from child model do not appear in the dia...
- Fixed in master
- 03:13 AM Bug report #19307 (Closed): Processing OGR Dissolve having problems with blanks in filename
- Applied in changeset commit:qgis|a3af1f9f3a3e997614ffe8577be930a62c30fcc6.
- 03:13 AM Bug report #19307 (Closed): Processing OGR Dissolve having problems with blanks in filename
- Applied in changeset commit:qgis|a3af1f9f3a3e997614ffe8577be930a62c30fcc6.
- 03:13 AM Bug report #19900 (Closed): Compute min/max/sum/mean (stats) while Dissolving layer not working (...
- Applied in changeset commit:qgis|a3af1f9f3a3e997614ffe8577be930a62c30fcc6.
- 03:13 AM Bug report #19900 (Closed): Compute min/max/sum/mean (stats) while Dissolving layer not working (...
- Applied in changeset commit:qgis|a3af1f9f3a3e997614ffe8577be930a62c30fcc6.
- 02:13 AM Bug report #19162 (Closed): [Processing] GDAL translate sould not cast datatype by default
- Fixed in 3.4
- 02:13 AM Bug report #19162 (Closed): [Processing] GDAL translate sould not cast datatype by default
- Fixed in 3.4
- 02:11 AM Feature request #19794 (Closed): Add capability for specifying additional options with the gdal:c...
2018-09-24
- 12:48 AM Bug report #18784 (Closed): «Feature has too many attributes» warning with virtual field
- Applied in changeset commit:qgis|cc53af296c8b9b5cad3856ce16efd86b6617ed5d.
- 12:48 AM Bug report #18784 (Closed): «Feature has too many attributes» warning with virtual field
- Applied in changeset commit:qgis|cc53af296c8b9b5cad3856ce16efd86b6617ed5d.
- 04:16 PM Bug report #18784: «Feature has too many attributes» warning with virtual field
- I get also this problem when adding new features in a memory layer (in Python):
1) I create an empty new memory laye... - 02:42 AM Bug report #18784 (In Progress): «Feature has too many attributes» warning with virtual field
- 09:20 PM Bug report #15544 (Closed): Graduated symbolgy: feature count fails if classes created with an ex...
- Applied in changeset commit:qgis|b5867bff58b926a1c3169e9f2d92765790a786a8.
- 09:20 PM Bug report #15544 (Closed): Graduated symbolgy: feature count fails if classes created with an ex...
- Applied in changeset commit:qgis|b5867bff58b926a1c3169e9f2d92765790a786a8.
- 09:03 PM Bug report #19307: Processing OGR Dissolve having problems with blanks in filename
- Giovanni,
I've submitted a PR that should fix this bug and also #19900 in 3.3.0-master
PR https://github.com/qgis/Q... - 08:28 PM Bug report #18974: No geometry operation on geopackages layers
- yes and no :) the query still gives NULL values in the geom column, but the layer can be correctly loaded in QGIS (se...
- 11:59 AM Bug report #18974 (Feedback): No geometry operation on geopackages layers
- Does it works on 2.18?
This type of operation also works if the dataset is Spatialite. - 11:59 AM Bug report #18974 (Feedback): No geometry operation on geopackages layers
- Does it works on 2.18?
This type of operation also works if the dataset is Spatialite. - 08:20 PM Bug report #19921: SpatiaLite Execute SQL not working
- ok thanks for the feedback. Actually I'm missing what this algorithm can be used for :)
- 09:18 AM Bug report #19921 (Rejected): SpatiaLite Execute SQL not working
- This is expected behavior from this algorithm -- it executes SQL only, it does not load the result. We need an equiva...
- 09:18 AM Bug report #19921 (Rejected): SpatiaLite Execute SQL not working
- This is expected behavior from this algorithm -- it executes SQL only, it does not load the result. We need an equiva...
- 09:14 AM Bug report #19921 (In Progress): SpatiaLite Execute SQL not working
- 07:26 PM Bug report #19930: "Zoom to feature" does not work
- It looks like this only happens with a SQL layer. It works fine with a shapefile layer.
- 03:06 PM Bug report #19930 (Feedback): "Zoom to feature" does not work
- Is this only true for SQL layers (with filters applied?)?
- 01:58 PM Bug report #19930 (Closed): "Zoom to feature" does not work
- The "Zoom to Feature" action in the attribute table is not working as I would expect. If I:
- Create a SQL layer ... - 04:43 PM Bug report #18902 (In Progress): Snapping and tracing inconsistent behaviour
- 04:06 PM Bug report #19934 (Closed): QGIS 3.2 processing scripts not updated when saved / crash when tryin...
- When editing processing scripts in QGIS 3 with right click > Edit script... in the processing toolbox, save it and th...
- 03:55 PM Bug report #19933 (Closed): python error in DB Manager while trying to preview a layer and empty ...
- I'm not sure what is triggering this, but at times a preview of a layer won't work in db manager, and if the focus is...
- 03:52 PM Feature request #19932 (Closed): DB Manager: PostGIS tables, cannot add a new column with datatyp...
- Subject says it all.
- 03:05 PM Bug report #19931 (Rejected): The "iterate over this layer" button is missing for the "Extract se...
- The other "extract by ..." algorithms seem to have the green button to iterate over the layer; not that one.
Set as ... - 02:50 PM Bug report #18204: Failure to load PostGIS raster without bands
> The error you mention about the connection appears to be different and I cannot reproduce it.
something seems ...- 02:23 PM Bug report #18204 (Feedback): Failure to load PostGIS raster without bands
- I could not reproduce exactly the same issue as I get a different message from DB manager: "Cannot get GDAL raster ba...
- 02:39 PM Feature request #19814 (Feedback): QGIS3: "no spatial index" for package layers
- 02:37 PM Feature request #19814: QGIS3: "no spatial index" for package layers
- Tobias Wendorff wrote:
> *Please add a toggle to disable the creation of spatial indexes.* Sometimes, it's needed to... - 02:38 PM Bug report #17391: icon size preview is kept when not selected in Options menu
- QGIS 3.3.0-Master(4911d2e745) on Windows is still affected.
- 01:11 PM Bug report #19909 (Open): Vertex markers not displayed properly for MultiPolygon features
- Yes. Sorry, forgot to add that.
- 11:45 AM Bug report #19909 (Feedback): Vertex markers not displayed properly for MultiPolygon features
- Does it works as expected on 2.18?
- 12:22 PM Bug report #19919: QGIS 2.18 faster than QGIS 3.3 DEV in processing
- Nyall Dawson wrote:
> Yes. But I'd still love to see results for 3.2 with that feature disabled.
Other comments:
... - 11:58 AM Bug report #19919 (Closed): QGIS 2.18 faster than QGIS 3.3 DEV in processing
- Yes. But I'd still love to see results for 3.2 with that feature disabled.
- 11:58 AM Bug report #19919 (Closed): QGIS 2.18 faster than QGIS 3.3 DEV in processing
- Yes. But I'd still love to see results for 3.2 with that feature disabled.
- 11:39 AM Bug report #19919: QGIS 2.18 faster than QGIS 3.3 DEV in processing
- Closing?
- 10:55 AM Bug report #19919: QGIS 2.18 faster than QGIS 3.3 DEV in processing
- Faster than 2.18? (It should be!) I've got a pr coming in that further optimises this algorithm.
- 10:47 AM Bug report #19919: QGIS 2.18 faster than QGIS 3.3 DEV in processing
- Nyall Dawson wrote:
> What about disabling the geometry validation? (From processing options). Does that fix the reg... - 09:28 AM Bug report #19919: QGIS 2.18 faster than QGIS 3.3 DEV in processing
- What about disabling the geometry validation? (From processing options). Does that fix the regression?
- 12:11 PM Bug report #19904: Processing: v.net tools (GRASS) return empty outputs
- Nyall Dawson wrote:
> Hi Giovanni,
>
> Are you able to attach some layers which I can use to test this? I've hit ... - 11:44 AM Bug report #19922 (Feedback): screen freezes (qgis program crashes)
- Description is not clear, please add detailed steps to allow us try replicate the problem.
- 11:44 AM Bug report #19922 (Feedback): screen freezes (qgis program crashes)
- Description is not clear, please add detailed steps to allow us try replicate the problem.
- 11:44 AM Bug report #19922 (Feedback): screen freezes (qgis program crashes)
- Description is not clear, please add detailed steps to allow us try replicate the problem.
- 11:43 AM Bug report #19918: Fill Sink save file as .SDAT
- Hi Lene, why this was closed?
- 11:42 AM Bug report #19920: SAGA Channel network and drainage basins only 'out of order'
- Hi Lene, why this was closed?
- 11:40 AM Bug report #19260 (Closed): [Digitizing] The "Enable snapping on invisible features" option is al...
- 09:59 AM Bug report #19260: [Digitizing] The "Enable snapping on invisible features" option is always unch...
- should be closed
- 11:40 AM Bug report #19926 (Closed): Editing the expression for a SQL layer corrupts the SQL expression
- 04:25 AM Bug report #19926 (Closed): Editing the expression for a SQL layer corrupts the SQL expression
- I have created a layer from a SQL expression. The layer source looks like:
@
Source
dbname='lic.db' table="(SEL... - 10:52 AM Bug report #19774: Missing attributes in large table
- @Jukka QGIS doesn't mess with setting 2GB_LIMIT=YES. There is all evidence from the dataset that is was produced by E...
- 10:26 AM Bug report #19774: Missing attributes in large table
- Giovanni Manghi wrote:
> When using ogr2ogr to convert the sahepfile (to GPKG for example) it returns
>
> ERROR 1... - 10:27 AM Bug report #18499 (Closed): "Snapping Toolbar" missing from View > Toolbars
- 09:59 AM Bug report #18499: "Snapping Toolbar" missing from View > Toolbars
- should be closed
- 10:26 AM Bug report #19117 (Closed): New annotaions show in map views with Show Annotations disabled
- Applied in changeset commit:qgis|f9f683dbd01ec1ff273d7610b655e82841defb45.
- 10:26 AM Bug report #19117 (Closed): New annotaions show in map views with Show Annotations disabled
- Applied in changeset commit:qgis|f9f683dbd01ec1ff273d7610b655e82841defb45.
- 10:24 AM Bug report #19917: [symbology] Missing color ramp types in symbol selector dialog
- > That's true, but there ARE gradient ramps in cpt
That's the conclusion I came to when I saw https://github.com/q... - 09:31 AM Bug report #19917: [symbology] Missing color ramp types in symbol selector dialog
- That's true, but there ARE gradient ramps in cpt, and there's no easy way to filter just these out.
- 09:00 AM Feature request #19928: Add support for rule-based labeling in SLD styles
- Sorry, I meant .sld file of course
- 08:59 AM Feature request #19928 (Open): Add support for rule-based labeling in SLD styles
- 1). Create some labeling rule.
> Attribute = 'value'
2). Save style as .qgs file.
3). Check that file consists inf... - 07:55 AM Bug report #19927 (Open): DB Manager looses target while importing more than one SHP into PostgreSQL
- Hi,
I often need to import several SHP-files into my PostgreSQL DB.
In QGIS v2.18.4 the DB Manager kept the focu... - 07:31 AM Bug report #19902: Advanced Digitizing tool NOT aligned with measurement tool
- Loïc BARTOLETTI wrote:
> Measurement tool show only projected measures.
> I will add an option to show also cartesi... - 03:14 AM Bug report #18334 (Closed): German Translation
- Fixed in transifex (master)
- 03:14 AM Bug report #18334 (Closed): German Translation
- Fixed in transifex (master)
- 02:54 AM Bug report #19411 (Closed): QGIS Server layers (WMS) do not render above zoom level 20 in leaflet...
- 02:52 AM Bug report #2455 (Closed): Windows installer doesn't warn user if it can't create directories
- The install meanwhile requires admin privileges.
- 02:52 AM Bug report #2455 (Closed): Windows installer doesn't warn user if it can't create directories
- The install meanwhile requires admin privileges.
- 02:52 AM Bug report #2455 (Closed): Windows installer doesn't warn user if it can't create directories
- The install meanwhile requires admin privileges.
- 02:50 AM Bug report #9217 (Closed): (Windows) uinstall doesn't remove registry entries
- 02:49 AM Bug report #15530 (Closed): postinstall.log
- 2.14 is EOL
- 02:49 AM Bug report #15530 (Closed): postinstall.log
- 2.14 is EOL
- 02:47 AM Bug report #19650 (Closed): Silent install
- 02:08 AM Bug report #19787: MetaSearch: Use Title when new OWS connections are added to QGIS user profile
- @Stefan: in the Settings tab under 'Connection Naming' there are options to set the connection name based on the OWS ...
2018-09-23
- 01:58 AM Bug report #19117 (In Progress): New annotaions show in map views with Show Annotations disabled
- 01:46 AM Bug report #19292 (Closed): Text annotation boxes too small in print or pdf
- Duplicate of #18373
- 01:46 AM Bug report #19292 (Closed): Text annotation boxes too small in print or pdf
- Duplicate of #18373
- 01:44 AM Bug report #15544: Graduated symbolgy: feature count fails if classes created with an expression ...
- https://github.com/qgis/QGIS/pull/7992
- 01:29 AM Bug report #15544 (In Progress): Graduated symbolgy: feature count fails if classes created with ...
- 01:43 AM Bug report #19925 (Closed): With nested models, outputs from child model do not appear in the dia...
- Hi !
When working with nested models (an user model in another user model) in processing, outputs from child model... - 01:07 AM Feature request #16587 (Closed): Native XYZ provider doesn't support local files
- Applied in changeset commit:qgis|87aa9320415ba21e0766d4d132ce190a56538a0a.
- 01:07 AM Feature request #16587 (Closed): Native XYZ provider doesn't support local files
- Applied in changeset commit:qgis|87aa9320415ba21e0766d4d132ce190a56538a0a.
- 11:05 AM Feature request #16587 (In Progress): Native XYZ provider doesn't support local files
- This should be addressed in this PR:
https://github.com/qgis/QGIS/pull/7986
Thanks for Nyall's suggestion here:
... - 12:28 AM Bug report #19908: Results of intersects geotraitement tools are not the same between 2.18 and 3.2.3
- I've investigated and the cause of this issue is that the geometries in dalle_litto_3d are all invalid -- the polygon...
- 12:14 AM Feature request #7814 (Closed): QgsExpression: LIKE operator should respect escaped _ and %
- Fixed since ..?
- 12:14 AM Feature request #7814 (Closed): QgsExpression: LIKE operator should respect escaped _ and %
- Fixed since ..?
- 12:14 AM Feature request #7814 (Closed): QgsExpression: LIKE operator should respect escaped _ and %
- Fixed since ..?
- 10:40 PM Bug report #14757 (Closed): QGIS does not re-install completely
- 10:35 PM Bug report #15245 (Closed): Constant Error After Install
- 10:34 PM Bug report #15347 (Closed): 2.16 build failure in python SIP
- 10:31 PM Bug report #15503 (Closed): Uninstal Qgis
- 10:31 PM Bug report #16322 (Closed): make -j8 # error: @INCLUDE = /usr/src/qgis/build/master/qgsversion.in...
- 10:27 PM Bug report #17020 (Closed): QGIS 2.18 - Uninstall - Windows 64 bits
- 10:22 PM Bug report #10103 (Closed): QGIS issue with 64bit uninstaller dialog
- 10:20 PM Bug report #12003 (Closed): crssync sensitive to locale behavior while installing
- 10:18 PM Bug report #12889 (Closed): Defect #20028: Registry entry under HKLM\\software\\microsoft\\window...
- 10:13 PM Bug report #14355 (Closed): Problem uninstalling/replacing QGis 2 8 3
- 10:12 PM Bug report #3096 (Closed): Silent install is not possible when used to upgrade QGIS
- 09:59 PM Bug report #18260: qgis 3 crashes at start
- The backtrace suggests that this is related to the browser (widget). I suspect that there are third party file types...
- 09:55 PM Bug report #18938 (Closed): DEB package qgis-providers segfaults at installation on non-English l...
- Applied in changeset commit:qgis|7623ee8daf8b5649fc761d982859e52293e20a22.
- 09:55 PM Bug report #18938 (Closed): DEB package qgis-providers segfaults at installation on non-English l...
- Applied in changeset commit:qgis|7623ee8daf8b5649fc761d982859e52293e20a22.
- 04:37 PM Feature request #19924 (Open): Add "Annotation tool" entry in menu
- Why is there no "Annotation tool" entry (for Text/Form/HTML/SVG) in (default) menu, e.g. "Layer"?
That should be ... - 03:51 PM Bug report #19483 (Closed): Saving rasters in Rasterlite2 format is not possible
- Applied in changeset commit:qgis|d2a7668c1674816833b316c06f80064301c68cd3.
- 03:51 PM Bug report #19483 (Closed): Saving rasters in Rasterlite2 format is not possible
- Applied in changeset commit:qgis|d2a7668c1674816833b316c06f80064301c68cd3.
- 03:51 PM Bug report #19679 (Closed): Crash when saving a raster with pyramids
- Applied in changeset commit:qgis|0c0e30b48f8251900189a965a4a6d2526ca19a56.
- 03:51 PM Bug report #19679 (Closed): Crash when saving a raster with pyramids
- Applied in changeset commit:qgis|0c0e30b48f8251900189a965a4a6d2526ca19a56.
- 03:51 PM Bug report #19477 (Closed): Multipolygons layer is empty in the attribute table
- Applied in changeset commit:qgis|fabdc0476492fc1c47d364723d804f27e575ea5b.
- 03:51 PM Bug report #19477 (Closed): Multipolygons layer is empty in the attribute table
- Applied in changeset commit:qgis|fabdc0476492fc1c47d364723d804f27e575ea5b.
- 03:49 PM Bug report #19907 (Closed): qgis 3.2 crashes at start
- 03:48 PM Bug report #19899 (Closed): very unstable installation of QGIS 3.2.3 on Windows 7 Machine
- 03:45 PM Bug report #19696 (Closed): QGIS crashes upon launching
- 03:44 PM Bug report #19181 (Closed): Crash on Start
- 03:00 PM Bug report #18794 (Closed): QGIS 3.0.2 crash on startup
- 02:59 PM Bug report #18616 (Closed): Crash following install and QGIS 3.0.1 will not open
- 02:57 PM Bug report #18548 (Closed): QGIS 3.0.1 crash on startup
- 02:56 PM Bug report #19759 (Closed): crash in browser
- 11:24 AM Bug report #19780 (Closed): python_module_qgis__core build error
- 10:34 AM Bug report #19904: Processing: v.net tools (GRASS) return empty outputs
- Seems a more general issue with GRASS output generation (see another case in #19923)
- 10:33 AM Bug report #19923: GRASS output file creation failed (empty file)
- Seems a more general issue with GRASS output generation (see another case in #19904)
- 10:19 AM Bug report #19923 (Closed): GRASS output file creation failed (empty file)
- See the attachment for full log.
Lots of warning but GRASS v.generalize processing seems to be fine:
"v.generaliz... - 09:55 AM Bug report #18622: Mouse pointer displacement
- Forgot to mention, to restore original cursor:
QgsApplication.restoreOverrideCursor() - 09:36 AM Bug report #18622 (Feedback): Mouse pointer displacement
- Can you please make this test?
When digitizing, open the python console and type the following:... - 09:33 AM Bug report #19919: QGIS 2.18 faster than QGIS 3.3 DEV in processing
- Nyall Dawson wrote:
> Is this running a debug build of qgis 3 (eg the nightly builds)? You need to compare against a... - 04:09 AM Bug report #19920 (Closed): SAGA Channel network and drainage basins only 'out of order'
2018-09-22
- 01:07 AM Bug report #19917: [symbology] Missing color ramp types in symbol selector dialog
- I might not fully understand but how is that different from using catalog:cpt-city ramps (some look rather discrete)?
- 12:12 AM Bug report #19917: [symbology] Missing color ramp types in symbol selector dialog
- Only gradient style ramps can be used here. The discrete colour ramps are not available for gradient fills
- 06:42 AM Bug report #19917 (Open): [symbology] Missing color ramp types in symbol selector dialog
- Vector layer styling panel --> symbology --> categorized
Press the color ramp drop-down menu
In the All color Ramps... - 12:10 AM Bug report #19919 (Feedback): QGIS 2.18 faster than QGIS 3.3 DEV in processing
- Is this running a debug build of qgis 3 (eg the nightly builds)? You need to compare against a release build.
- 04:30 PM Bug report #19919 (Closed): QGIS 2.18 faster than QGIS 3.3 DEV in processing
- qgis 2.18.24 is more performing than the master version 3.3-0.79
I did various tests with the processing tools and... - 07:51 PM Bug report #19916 (Closed): Localization is broken in Linux
- Applied in changeset commit:qgis|9c5d397b4d4ce12cb81f05955760a18c213a8566.
- 07:51 PM Bug report #19916 (Closed): Localization is broken in Linux
- Applied in changeset commit:qgis|9c5d397b4d4ce12cb81f05955760a18c213a8566.
- 07:51 PM Bug report #19879 (Closed): It's not possible to override system locale
- Applied in changeset commit:qgis|9c5d397b4d4ce12cb81f05955760a18c213a8566.
- 07:51 PM Bug report #19879 (Closed): It's not possible to override system locale
- Applied in changeset commit:qgis|9c5d397b4d4ce12cb81f05955760a18c213a8566.
- 07:46 PM Bug report #19922 (Closed): screen freezes (qgis program crashes)
- h2. User Feedback
When I went to save as the screen freezes
h2. Report Details
*Crash ID*: 48e33e782e4705956... - 05:42 PM Bug report #18237: CSV export issues (QGIS 3.0)
- I can't reproduce with the provided steps on QGIS 3.3 and GDAL 2.4dev on Linux
- 05:19 PM Bug report #19921 (Rejected): SpatiaLite Execute SQL not working
- SpatiaLite Execute SQL returns `{}`.
Here the simple query example:... - 04:51 PM Bug report #19683: QGIS Crashed when loading vectors
- There is nothing actionable with the provided details. Closing. Please reopen with much more details on how to reprod...
- 04:35 PM Bug report #19483 (In Progress): Saving rasters in Rasterlite2 format is not possible
- Actually RasterLite2 only supports CreateCopy(), and not Create(). So it shouldn't be listed
- 04:35 PM Bug report #19483 (In Progress): Saving rasters in Rasterlite2 format is not possible
- Actually RasterLite2 only supports CreateCopy(), and not Create(). So it shouldn't be listed
- 04:34 PM Bug report #19920 (Closed): SAGA Channel network and drainage basins only 'out of order'
- I try to run Saga module Channel network and drainage basins.
In 3.2.3 it gives a result only on 2% on the lowest ra... - 04:10 PM Bug report #19918 (Closed): Fill Sink save file as .SDAT
- 03:38 PM Bug report #19918 (Closed): Fill Sink save file as .SDAT
- Trying to run SAGA FILL SINK and Save As - the file type is set to SDAT in 2.18 it is TIF
The proces runs - but neve... - 03:26 PM Bug report #18364 (Closed): Crash when symbolizing raster with single band pseudocolor and max=in...
- I can't reproduce a crash with latest master
- 03:26 PM Bug report #18364 (Closed): Crash when symbolizing raster with single band pseudocolor and max=in...
- I can't reproduce a crash with latest master
- 03:10 PM Bug report #19679 (In Progress): Crash when saving a raster with pyramids
- 03:09 PM Bug report #18804 (Feedback): Crashed on build raster pyramid.
- Unassigning: I was actually working on #19679
- 03:09 PM Bug report #18804 (Feedback): Crashed on build raster pyramid.
- Unassigning: I was actually working on #19679
- 03:06 PM Bug report #18804 (In Progress): Crashed on build raster pyramid.
- 11:15 AM Bug report #19701: "cell size" option in TIN interpolation tool is missing
- Totally agree. But actually the fix could/should be simple. We can think to reuse the same approach of the Kernel Den...
- 08:10 AM Bug report #19701: "cell size" option in TIN interpolation tool is missing
I confirm defining the cell size is much simpler and immediate.
- 06:01 AM Feature request #10529: Color ramp naming vrs Color ramp itself
- > Would be nice if the color ramp preview can be extended
Agreed. It would help more to preview the ramp. - 05:57 AM Bug report #18622: Mouse pointer displacement
- Oskar Karlin wrote:
>... Unfortunately it's not centered on the drawing pixel...
Confirmed, 3.x.x makes for diffi...
2018-09-21
- 01:54 AM Feature request #19858 (Closed): QgsProcessingParameterNumber needs support for "data defined" pa...
- 03:20 AM Feature request #19858 (In Progress): QgsProcessingParameterNumber needs support for "data define...
- Ok, fixed in https://github.com/qgis/QGIS/pull/7972
- 12:43 AM Bug report #19723 (Closed): Exporting as DGN with QgsVectorFileWriter.writeAsVectorFormat gives a...
- Applied in changeset commit:qgis|6b620193178a1f55e3c1113b46047f42a580b937.
- 12:43 AM Bug report #19723 (Closed): Exporting as DGN with QgsVectorFileWriter.writeAsVectorFormat gives a...
- Applied in changeset commit:qgis|6b620193178a1f55e3c1113b46047f42a580b937.
- 12:43 AM Bug report #19722 (Closed): Exporting as DGN with "Save As..." gives an error.
- Applied in changeset commit:qgis|6b620193178a1f55e3c1113b46047f42a580b937.
- 12:43 AM Bug report #19722 (Closed): Exporting as DGN with "Save As..." gives an error.
- Applied in changeset commit:qgis|6b620193178a1f55e3c1113b46047f42a580b937.
- 12:42 AM Bug report #19885 (Closed): Using the Browser panel layers are added by layerid
- Applied in changeset commit:qgis|ea2cc365db8c532a3aaf0528c50351adfcf1738d.
- 12:42 AM Bug report #19885 (Closed): Using the Browser panel layers are added by layerid
- Applied in changeset commit:qgis|ea2cc365db8c532a3aaf0528c50351adfcf1738d.
- 12:27 PM Bug report #19885 (Open): Using the Browser panel layers are added by layerid
- Confirmed. Taking care of this
- 12:27 PM Bug report #19885 (Open): Using the Browser panel layers are added by layerid
- Confirmed. Taking care of this
- 12:27 PM Bug report #19885 (Open): Using the Browser panel layers are added by layerid
- Confirmed. Taking care of this
- 11:00 PM Bug report #18308 (Closed): Invalid WFS-Transaction Update request
- 10:57 PM Feature request #19248: WFS 2.0 complex features not supported
- The schema at https://wfs.geonorge.no/skwms1/wfs.stedsnavn50?service=WFS&version=2.0.0&request=DescribeFeatureType&TY...
- 10:50 PM Bug report #19104 (Feedback): OPen GDB Directory (ArcGis)
- Can you attach/link the dataset that causes the issue ?
- 10:48 PM Bug report #18631 (Closed): QGIS 3: kml file save as crashed
- Couldn't reproduce crashes, but edition of KML file didn't work at all.
Fixed upstream in GDAL:
master:
... - 10:48 PM Bug report #18631 (Closed): QGIS 3: kml file save as crashed
- Couldn't reproduce crashes, but edition of KML file didn't work at all.
Fixed upstream in GDAL:
master:
... - 10:48 PM Bug report #18631 (Closed): QGIS 3: kml file save as crashed
- Couldn't reproduce crashes, but edition of KML file didn't work at all.
Fixed upstream in GDAL:
master:
... - 09:45 PM Bug report #19774: Missing attributes in large table
- Reported to GDAL as https://github.com/OSGeo/gdal/issues/937
- 09:25 PM Bug report #19785 (Closed): [processing] Scripts with QgsProcessingParameterRange can't be added ...
- Applied in changeset commit:qgis|1ec365445bd9868391b03e8a3c9ffb48d3653e17.
- 09:25 PM Bug report #19785 (Closed): [processing] Scripts with QgsProcessingParameterRange can't be added ...
- Applied in changeset commit:qgis|1ec365445bd9868391b03e8a3c9ffb48d3653e17.
- 08:21 AM Bug report #19785: [processing] Scripts with QgsProcessingParameterRange can't be added to Model
- Oops, one last thing -- while https://github.com/qgis/QGIS/pull/7972 fixes most of the issues here, I've noticed that...
- 08:19 AM Bug report #19785: [processing] Scripts with QgsProcessingParameterRange can't be added to Model
- https://github.com/qgis/QGIS/pull/7972 fixes this, by porting the range wrapper to the new api it correctly allows ra...
- 08:56 PM Bug report #3975: PDF exports on OSX always convert text to outlines
- Late to the party on this, but I was just trying to do this exact thing and all my text is converted to outlines, no ...
- 08:53 PM Bug report #19916: Localization is broken in Linux
- Jürgen, isn't it caused by that commit:d67958183eca9674bd367b4b7835e4b05339a043?
- 08:45 PM Bug report #19916 (Closed): Localization is broken in Linux
- Since about September 17-19 (last Monday-Wednesday) localization is completely gone from master.
Confirmed with:
1... - 08:46 PM Bug report #19879: It's not possible to override system locale
- See #19916
- 06:58 PM Bug report #19709: Exporting a GeoPackage to Shapefile wrongly changes the field types
- Closing as wontfix.
The fundamental problem is that GeoPackage uses binary encoding (int32, int64, float64) whereas ... - 06:42 PM Bug report #19829: Loading georeferenced PDF crashes QGIS
- Cannot reproduce on Linux with QGIS master (3.3) with "9135-1N ABERBALDIE.pdf". The display is slow due to on-the-fly...
- 04:58 PM Bug report #19914 (Closed): using the console and cloning a symbol from a graduated style layer c...
- you need to store a reference to the range object or the symbol will be garbage collected before you can call clone()...
- 04:58 PM Bug report #19914 (Closed): using the console and cloning a symbol from a graduated style layer c...
- you need to store a reference to the range object or the symbol will be garbage collected before you can call clone()...
- 04:58 PM Bug report #19914 (Closed): using the console and cloning a symbol from a graduated style layer c...
- you need to store a reference to the range object or the symbol will be garbage collected before you can call clone()...
- 03:43 PM Bug report #19914 (Closed): using the console and cloning a symbol from a graduated style layer c...
- h2. User Feedback
Working on a project with quite a few layers loaded. I selected a graduated styled layer and I am ... - 04:31 PM Feature request #19915 (Open): Show rubber band in print layout
- Now we can show annotations which is placed on the map canvas in the main QGIS window when we design map properties i...
- 03:11 PM Bug report #19902: Advanced Digitizing tool NOT aligned with measurement tool
- Measurement tool show only projected measures.
I will add an option to show also cartesian measures as in identifica... - 11:59 AM Bug report #19902: Advanced Digitizing tool NOT aligned with measurement tool
- when choosing "None / planemetric" in ellipsoid settings, it solves the problem. Keeping that setting as standard see...
- 11:56 AM Bug report #19902 (Closed): Advanced Digitizing tool NOT aligned with measurement tool
- Found out that the issues has something to do with #11713 and #10392. Hoping to add a good solution to this ticket soon
- 11:56 AM Bug report #19902 (Closed): Advanced Digitizing tool NOT aligned with measurement tool
- Found out that the issues has something to do with #11713 and #10392. Hoping to add a good solution to this ticket soon
- 03:06 PM Bug report #17853: Duplicate Feature and Duplicate Feature (redigizited) operate on multiple feat...
- Thanks for your feedback.
I'm still thinking about. Because on redigitized duplication it only takes one feature. ... - 02:30 PM Bug report #18974: No geometry operation on geopackages layers
- Confirmed on 3.3
- 02:21 PM Feature request #19913 (Open): Make Map composer grid parametrable throught the use of atlas laye...
- In atlas definition, It is currently possible to set sevral map parameters throught attributes of the layer used as a...
- 02:17 PM Bug report #19912 (Open): Crash on rendering atlas map
- h2. User Feedback
When oppening project created with 2.18.xx in version 3.2.3, i'm openning the composer which bas... - 02:08 PM Bug report #17806: [Digitizing] Selected vertices in the map canvas are not shown in the Node edi...
- Thanks, Denis
- 01:40 PM Bug report #17806: [Digitizing] Selected vertices in the map canvas are not shown in the Node edi...
- I will try to look at this during this bugfix period but it is not trivial.
I had a look last time and did not go fu... - 01:04 PM Bug report #19894 (Feedback): QGIS 3.2 for Mac - Pointer in "add feature" uncentered
- Duplicate of #18622?
- 12:33 PM Bug report #19911: The vertex editor is not synchronized with vertex movements in edit mode
- Confirmed here in 3.2 and master
- 11:23 AM Bug report #19911 (Closed): The vertex editor is not synchronized with vertex movements in edit mode
- With QGIS 2 the vertex editor was synchronized (highlighting of vertex coordinates) with the selection and modificati...
- 12:16 PM Feature request #19895 (Closed): Garbage-collection is not performed after deletion of vector lay...
- Applied in changeset commit:qgis|b51cb21d1aeecb2cc89bc8057ccc8d649306fe8d.
- 12:16 PM Feature request #19895 (Closed): Garbage-collection is not performed after deletion of vector lay...
- Applied in changeset commit:qgis|b51cb21d1aeecb2cc89bc8057ccc8d649306fe8d.
- 10:46 AM Feature request #19895 (In Progress): Garbage-collection is not performed after deletion of vecto...
- PR https://github.com/qgis/QGIS/pull/7976
- 10:46 AM Feature request #19895 (In Progress): Garbage-collection is not performed after deletion of vecto...
- PR https://github.com/qgis/QGIS/pull/7976
- 09:46 AM Feature request #19895: Garbage-collection is not performed after deletion of vector layer from g...
- Thank you Alessandro! I'm not so skilled to add such an options by myself (without the risk of breaking something).
... - 08:48 AM Feature request #19895: Garbage-collection is not performed after deletion of vector layer from g...
- Yes, you are right of course, as I mentioned in my first reply IIRC it was not implemented on purpose and the idea wa...
- 12:12 PM Bug report #19567: qgz files not load
- My current version 3.2.3
If I save qgZ-project with Cyrillic symbols in filename, this project will not open.
It se... - 12:04 PM Bug report #19908: Results of intersects geotraitement tools are not the same between 2.18 and 3.2.3
- Ok. Data into a geopackage attachement. Thanks
- 10:38 AM Bug report #19908 (Feedback): Results of intersects geotraitement tools are not the same between ...
- Please attach the sample data used.
- 09:59 AM Bug report #19908 (Closed): Results of intersects geotraitement tools are not the same between 2....
- The tool "Select by location" into "Processing Toolbox" responds a wrong result on the 3.2.3 version. See below the a...
- 12:04 PM Bug report #19910: Marker opacity is not working on a Marker Lines
- Tested in Windows 7 64-bits with same version have the same behavior.
In QGIS 3.2.0 have the same behavior. - 11:10 AM Bug report #19910 (Open): Marker opacity is not working on a Marker Lines
- When using a marker line, changing the marker's opacity has no consequences on the final symbol. In fact, if you set ...
- 11:15 AM Bug report #19117: New annotaions show in map views with Show Annotations disabled
- I confirm this issue on QGIS 3.3.2 as well
- 10:55 AM Bug report #19901 (Closed): Relation Reference Widget: Representation for NULL values is not resp...
- Applied in changeset commit:qgis|5378e37cf904c941e5f2ae425c3e5ce1cff35da1.
- 10:55 AM Bug report #19901 (Closed): Relation Reference Widget: Representation for NULL values is not resp...
- Applied in changeset commit:qgis|5378e37cf904c941e5f2ae425c3e5ce1cff35da1.
- 10:02 AM Bug report #19909 (Closed): Vertex markers not displayed properly for MultiPolygon features
- When editing a MultiPolygon Layer the vertex markers are not displayed correctly. I suspect this behavior gets more f...
- 09:58 AM Bug report #19907 (Closed): qgis 3.2 crashes at start
- I have always the same problem, now in version 3.2.3 (same as #18260 with 3.0)
h2. User Feedback
h2. Report... - 09:55 AM Bug report #19843 (Closed): Update SQL Layer converts query to table name
- Applied in changeset commit:qgis|a8bf1b8f05ac2d569fd58bdf9951e8a756344a5e.
- 09:55 AM Bug report #19843 (Closed): Update SQL Layer converts query to table name
- Applied in changeset commit:qgis|a8bf1b8f05ac2d569fd58bdf9951e8a756344a5e.
- 09:33 AM Bug report #19906 (Closed): GetMap request with line in the SLD does not output the line in the r...
- See https://github.com/qgis/QGIS/pull/7961
Tests in:... - 09:24 AM Feature request #19903: Relation reference widget : data is limited to the first 100 items, make ...
- Indeed.
So it's not a bug but some users will be confused as reported here :
https://github.com/qgis/QGIS/pull/5... - 02:37 AM Feature request #19903: Relation reference widget : data is limited to the first 100 items, make ...
- I think this is a feature not a bug - see the description of the pull request:
https://github.com/qgis/QGIS/pull/5... - 08:56 AM Bug report #19524: [macOS] Map canvas with wrong size on QGIS 3.2.1 start up
- QGis 3.2.3 installed this morning, same issue ;-((
- 07:22 AM Bug report #19859 (Closed): Style manager and Open styling panel use the same icon: confusing
- 06:46 AM Bug report #19904 (Feedback): Processing: v.net tools (GRASS) return empty outputs
- Hi Giovanni,
Are you able to attach some layers which I can use to test this? I've hit issues with this algorithm ... - 06:44 AM Bug report #19560 (Closed): Qgis crashes when QgsExtentGroupBox.setOriginalExtent() is called
- Yes - that kind of scripting is always going to be very fragile, and while it may work in certain versions is not par...
- 06:44 AM Bug report #19560 (Closed): Qgis crashes when QgsExtentGroupBox.setOriginalExtent() is called
- Yes - that kind of scripting is always going to be very fragile, and while it may work in certain versions is not par...
- 05:53 AM Bug report #19560: Qgis crashes when QgsExtentGroupBox.setOriginalExtent() is called
- I found out that the problem is not on the above code. The crash is most likely related to me hiding the extent group...
- 04:27 AM Feature request #19905 (Open): Copy/paste attribute table conditional formatting to other columns...
- Conditional formatting of attribute table columns is a powerful and underutilized feature of QGIS, offering spreadshe...
2018-09-20
- 01:18 AM Bug report #17853: Duplicate Feature and Duplicate Feature (redigizited) operate on multiple feat...
- In that case, maybe go the easy approach of renaming to "Duplicate Features"?
- 11:35 PM Bug report #19885 (Feedback): Using the Browser panel layers are added by layerid
- Douglas Alderman wrote:
> I think the problem was fixed in QGIS 3, but I used an old project from QGIS 2 as a base p... - 10:25 PM Bug report #19885: Using the Browser panel layers are added by layerid
- I think the problem was fixed in QGIS 3, but I used an old project from QGIS 2 as a base project that likely had the ...
- 10:12 PM Bug report #19885: Using the Browser panel layers are added by layerid
- I do not ever remember uploading GDB layers from the Browser Panel. I thought I had always used the Data Source Mana...
- 09:33 PM Bug report #19885 (Open): Using the Browser panel layers are added by layerid
- Andrea Giudiceandrea wrote:
> Using the *Browser panel*, the same layer is added by *layerid* like
> [...]
>
>... - 09:33 PM Bug report #19885 (Open): Using the Browser panel layers are added by layerid
- Andrea Giudiceandrea wrote:
> Using the *Browser panel*, the same layer is added by *layerid* like
> [...]
>
>... - 09:33 PM Bug report #19885 (Open): Using the Browser panel layers are added by layerid
- Andrea Giudiceandrea wrote:
> Using the *Browser panel*, the same layer is added by *layerid* like
> [...]
>
>... - 09:33 PM Bug report #19885 (Open): Using the Browser panel layers are added by layerid
- Andrea Giudiceandrea wrote:
> Using the *Browser panel*, the same layer is added by *layerid* like
> [...]
>
>... - 07:32 PM Bug report #19885: Using the Browser panel layers are added by layerid
- Douglas, did you add the layers using the Browser panel or using the Data Source Manager?
It seems that using the ... - 03:11 PM Bug report #19885: Using the Browser panel layers are added by layerid
- The project was sent via the email address above. To use the project as is, download the GDB to your desktop and cha...
- 01:06 PM Bug report #19885: Using the Browser panel layers are added by layerid
- Douglas Alderman wrote:
> The dropbox link has been sent.
>
> Please note, I create groups in the 'Layers' pane... - 09:52 PM Bug report #19904 (Closed): Processing: v.net tools (GRASS) return empty outputs
- The tools do run, they produce an output but this is always empty.
This set of tools works ok on 2.18. - 09:35 PM Bug report #19897 (Closed): Raster Properties Crash - Cannot access raster file properties after ...
- 09:34 PM Bug report #19897: Raster Properties Crash - Cannot access raster file properties after adjusting...
- Bizarre, but I just did a software update (I think the osx july or september update), and it's not crashing anymore. ...
- 12:41 PM Bug report #19897: Raster Properties Crash - Cannot access raster file properties after adjusting...
- Cannot confirm on 3.2.3 on Linux.
- 09:35 PM Bug report #19899 (Open): very unstable installation of QGIS 3.2.3 on Windows 7 Machine
- 05:58 PM Bug report #19899: very unstable installation of QGIS 3.2.3 on Windows 7 Machine
- that is what I thought would work as well and tried those steps at least twice with no luck. That is I followed the s...
- 12:39 PM Bug report #19899 (Feedback): very unstable installation of QGIS 3.2.3 on Windows 7 Machine
- Try a regsitry cleanup for all QGIS entries, also on QGIS 3 use a new/clean profile.
- 12:39 PM Bug report #19899 (Feedback): very unstable installation of QGIS 3.2.3 on Windows 7 Machine
- Try a regsitry cleanup for all QGIS entries, also on QGIS 3 use a new/clean profile.
- 09:31 PM Bug report #17773 (Feedback): No Retina / HiDPI support in 2.99 on osx
- 09:03 PM Bug report #17773: No Retina / HiDPI support in 2.99 on osx
- Yes Denis, the same thing. I don't have linux to test here, but I saw some Windows interface posted online and it is ...
- 05:51 PM Bug report #17773: No Retina / HiDPI support in 2.99 on osx
- I had a quick look today nothing clear yet.
But...I compared result with rendering on linux and this is quite simila... - 09:27 PM Bug report #19856 (Closed): crash when viewing 3d citygml
- 03:25 PM Bug report #19856: crash when viewing 3d citygml
- ya i tried it on 3.3.2 on windows and it worked. So I guess its fixed.
- 12:51 PM Bug report #19856: crash when viewing 3d citygml
- no crash here on 3.2.3 on Linux-
- 08:05 PM Bug report #19900: Compute min/max/sum/mean (stats) while Dissolving layer not working (GDAL tool)
- Andrea Giudiceandrea wrote:
> PR https://github.com/qgis/QGIS/pull/7964 submitted for QGIS 3.3.0-master
>
> You c... - 02:50 PM Bug report #19900: Compute min/max/sum/mean (stats) while Dissolving layer not working (GDAL tool)
- I'm not allowed to update the bug status.
- 12:57 PM Bug report #19900 (In Progress): Compute min/max/sum/mean (stats) while Dissolving layer not work...
- Please update status and "PR/patch supplied" if you are working on a bug, this spares some clicks to other developers...
- 12:57 PM Bug report #19900 (In Progress): Compute min/max/sum/mean (stats) while Dissolving layer not work...
- Please update status and "PR/patch supplied" if you are working on a bug, this spares some clicks to other developers...
- 11:06 AM Bug report #19900: Compute min/max/sum/mean (stats) while Dissolving layer not working (GDAL tool)
- PR https://github.com/qgis/QGIS/pull/7964 submitted for QGIS 3.3.0-master
You can fix your Dissolve algorithm pyth... - 05:42 AM Bug report #19900 (Closed): Compute min/max/sum/mean (stats) while Dissolving layer not working (...
- The Dissolve and calculate the Statistical Values of a numerical field operations, performed by the GDAL tool, res...
- 05:26 PM Feature request #19832 (Closed): Delete layers/files rather than remove
- Right-click on a shapefile from the browser and choose "Delete ..." on a shapefile works for me in current master (an...
- 05:26 PM Feature request #19832 (Closed): Delete layers/files rather than remove
- Right-click on a shapefile from the browser and choose "Delete ..." on a shapefile works for me in current master (an...
- 05:05 PM Feature request #19895: Garbage-collection is not performed after deletion of vector layer from g...
- It seems that the VACUUM is only executed (in deleteGeoPackageRasterLayer) after a *RASTER layers* is deleted. I will...
- 03:45 PM Feature request #19895: Garbage-collection is not performed after deletion of vector layer from g...
- mmm looks like I wrote that code :) So, if the VACUUM is already executed I don't really know what to do here.
- 03:13 PM Feature request #19895: Garbage-collection is not performed after deletion of vector layer from g...
- It could be OK for me to add "Run vacuum" or "Compact geopackage" or something similar in the Browser panel for geopa...
- 01:01 PM Feature request #19895 (Feedback): Garbage-collection is not performed after deletion of vector l...
- I might be wrong but IIRC this was intentional, because a VACUUM can take a very long time on large layers, I think t...
- 01:01 PM Feature request #19895 (Feedback): Garbage-collection is not performed after deletion of vector l...
- I might be wrong but IIRC this was intentional, because a VACUUM can take a very long time on large layers, I think t...
- 04:31 PM Bug report #19901 (In Progress): Relation Reference Widget: Representation for NULL values is not...
- PR https://github.com/qgis/QGIS/pull/7969
- 04:31 PM Bug report #19901 (In Progress): Relation Reference Widget: Representation for NULL values is not...
- PR https://github.com/qgis/QGIS/pull/7969
- 01:08 PM Bug report #19901: Relation Reference Widget: Representation for NULL values is not respected
- Yes.
I changed the null value representation to several other values (my preferred setting is an empty string by the... - 12:52 PM Bug report #19901 (Feedback): Relation Reference Widget: Representation for NULL values is not re...
- does this also happen if you restart QGIS after changing the null value representation?
- 11:30 AM Bug report #19901 (Closed): Relation Reference Widget: Representation for NULL values is not resp...
- Drop-down list of Relation reference widget:
Whatever "Representation for NULL values" is configured in "Options -... - 04:02 PM Bug report #19260: [Digitizing] The "Enable snapping on invisible features" option is always unch...
- This will be fixed in https://github.com/qgis/QGIS/pull/7968
Also, Harrissou, I noticed that a restart is required... - 03:55 PM Feature request #19903 (Open): Relation reference widget : data is limited to the first 100 items...
- The combobox of relation reference widget displays the first 100 items.
However the autocompletion is working great.... - 03:30 PM Bug report #19842 (Closed): DB Manager does not load layer after a query
- Fresh compiled and seems working now. Thanks for checking
- 03:19 PM Bug report #19902 (Closed): Advanced Digitizing tool NOT aligned with measurement tool
- When drawing an exact 300 x 300 meters polygon with advanced digitizing tool and then do a measurement, with the meas...
- 03:11 PM Bug report #19879: It's not possible to override system locale
- On linux I'm seeing an opposite thing: my locale is Lithuanian, but QGIS always shows English UI.
I've tried asking ... - 03:07 PM Bug report #19882 (Feedback): Crash when deleted a map object with an overview map selected in pr...
- 02:06 PM Bug report #19882: Crash when deleted a map object with an overview map selected in print composer
- I cannot reproduce on current master/linux
- 02:45 PM Bug report #19843: Update SQL Layer converts query to table name
- I guess this is the same #18244
Thanks for fixing it! - 12:46 PM Bug report #19843 (In Progress): Update SQL Layer converts query to table name
- PR https://github.com/qgis/QGIS/pull/7966
- 12:46 PM Bug report #19843 (In Progress): Update SQL Layer converts query to table name
- PR https://github.com/qgis/QGIS/pull/7966
- 02:03 PM Bug report #19747: Warning: libpng warning: iCCP: known incorrect sRGB profile
- Indeed...
I found the two files, but `mogrify` and `pngcrush` on them does not fix the warnings (they are no longe... - 01:12 PM Bug report #16128 (Feedback): Processing toolbox: r.reclass failing on Windows
- matteo ghetta wrote:
> Issue still valid on Windows systems.
I just tried on QGIS master and 2.18.24 on Windows 1... - 10:14 AM Bug report #16128 (Reopened): Processing toolbox: r.reclass failing on Windows
- Issue still valid on Windows systems.
- 10:14 AM Bug report #16128 (Reopened): Processing toolbox: r.reclass failing on Windows
- Issue still valid on Windows systems.
- 10:14 AM Bug report #16128 (Reopened): Processing toolbox: r.reclass failing on Windows
- Issue still valid on Windows systems.
- 10:14 AM Bug report #16128 (Reopened): Processing toolbox: r.reclass failing on Windows
- Issue still valid on Windows systems.
- 10:14 AM Bug report #16128 (Reopened): Processing toolbox: r.reclass failing on Windows
- Issue still valid on Windows systems.
- 10:14 AM Bug report #16128 (Reopened): Processing toolbox: r.reclass failing on Windows
- Issue still valid on Windows systems.
- 01:05 PM Bug report #19873 (Feedback): crash in layer properties
- 01:05 PM Bug report #19873: crash in layer properties
- Can you share a project and data to reproduce this issue?
- 12:10 PM Bug report #19795: QGIS Server 3 / WMS: the SLD parameter support has been removed
- Pull request with SLD import fix + test at https://github.com/qgis/QGIS/pull/7961
The server now outputs correctly f... - 12:07 PM Bug report #19617 (Closed): Check validity algorithm returns empty reason in attribute table
- 11:23 AM Bug report #18405 (Closed): CRS selector does not close
- can't replicate anymore after OS and QGIS upgrades
- 10:26 AM Bug report #17967: Browser: deleting raster in GeoPackage doesn't work
- Thank you!
- 10:02 AM Bug report #17967 (Closed): Browser: deleting raster in GeoPackage doesn't work
- Applied in changeset commit:qgis|e62c4eb941c5b2e290675f8cab75758857c2a502.
- 10:02 AM Bug report #17967 (Closed): Browser: deleting raster in GeoPackage doesn't work
- Applied in changeset commit:qgis|e62c4eb941c5b2e290675f8cab75758857c2a502.
- 09:18 AM Bug report #17967 (In Progress): Browser: deleting raster in GeoPackage doesn't work
- PR https://github.com/qgis/QGIS/pull/7963
- 09:18 AM Bug report #17967 (In Progress): Browser: deleting raster in GeoPackage doesn't work
- PR https://github.com/qgis/QGIS/pull/7963
- 10:02 AM Bug report #19893 (Closed): It's not possible to delete raster layers in geopackages on Windows
- Applied in changeset commit:qgis|e62c4eb941c5b2e290675f8cab75758857c2a502.
- 10:02 AM Bug report #19893 (Closed): It's not possible to delete raster layers in geopackages on Windows
- Applied in changeset commit:qgis|e62c4eb941c5b2e290675f8cab75758857c2a502.
- 09:18 AM Bug report #19893 (In Progress): It's not possible to delete raster layers in geopackages on Windows
- PR https://github.com/qgis/QGIS/pull/7963
- 09:18 AM Bug report #19893 (In Progress): It's not possible to delete raster layers in geopackages on Windows
- PR https://github.com/qgis/QGIS/pull/7963
- 07:45 AM Bug report #19893: It's not possible to delete raster layers in geopackages on Windows
- See also #17967
- 03:40 AM Bug report #18915 (Closed): pyQGIS - new_point.transform(tr) Exception: unknown
- I mark it as fixed as the exception is the foreseen effect.
- 03:40 AM Bug report #18915 (Closed): pyQGIS - new_point.transform(tr) Exception: unknown
- I mark it as fixed as the exception is the foreseen effect.
- 03:27 AM Bug report #18915 (Feedback): pyQGIS - new_point.transform(tr) Exception: unknown
- Just tried this code
@cfrom=QgsCoordinateReferenceSystem.fromEpsgId(4326)
cto=QgsCoordinateReferenceSystem.fromEp...
2018-09-19
- 01:14 AM Bug report #19898: VIGRA library missing in SAGA libs in QGIS3.2 on Mac OS X 10.12 (Sierra)
- Also missing is libimagery_opencv.dylib
- 10:12 PM Bug report #19898 (Open): VIGRA library missing in SAGA libs in QGIS3.2 on Mac OS X 10.12 (Sierra)
- The SAGA libs in /Applications/QGIS3_3_2_2-1.app/Contents/MacOS/lib/saga/ do not include VIGRA support, e.g., libimag...
- 11:00 PM Bug report #19891 (Feedback): crash while georeferencing
- 3.0 is EOL. Try with the latest release please.
- 11:00 PM Bug report #19891 (Feedback): crash while georeferencing
- 3.0 is EOL. Try with the latest release please.
- 11:00 PM Bug report #19891 (Feedback): crash while georeferencing
- 3.0 is EOL. Try with the latest release please.
- 11:00 PM Bug report #19891 (Feedback): crash while georeferencing
- 3.0 is EOL. Try with the latest release please.
- 08:31 PM Bug report #19891 (Closed): crash while georeferencing
- Hi, tickets must be filed in English, thanks for understanding. With regards.
- 08:31 PM Bug report #19891 (Closed): crash while georeferencing
- Hi, tickets must be filed in English, thanks for understanding. With regards.
- 03:30 PM Bug report #19891 (Closed): crash while georeferencing
- crash while georeferencing
Crash ID: c6af712116046a4bd5265d9d305b79937c515c76
Stack Trace
geos::geom::En... - 10:57 PM Bug report #19899 (Closed): very unstable installation of QGIS 3.2.3 on Windows 7 Machine
- I have a version installed on a colleague's computer (Windows 7, 64 bit) where I can trigger a crash with almost any ...
- 10:22 PM Bug report #19856: crash when viewing 3d citygml
- it is random data, you can use the PCS svy21 epsg 3414, I tried this data on qgis 3.3.2 on another computer, and it d...
- 10:15 PM Bug report #19856: crash when viewing 3d citygml
- Giovanni Manghi wrote:
> any link for downloading this gml?
is that real data or is just random stuff? what is ... - 10:21 PM Bug report #19897: Raster Properties Crash - Cannot access raster file properties after adjusting...
- Giovanni Manghi wrote:
> yes please: giovanni dot manghi at gmail dot com
sent via wetransfer - 10:08 PM Bug report #19897 (Feedback): Raster Properties Crash - Cannot access raster file properties afte...
- yes please: giovanni dot manghi at gmail dot com
- 10:08 PM Bug report #19897 (Feedback): Raster Properties Crash - Cannot access raster file properties afte...
- yes please: giovanni dot manghi at gmail dot com
- 09:29 PM Bug report #19897 (Closed): Raster Properties Crash - Cannot access raster file properties after ...
- The raster file in question is too large to attach to this post, but can send via wetransfer etc.. if needed. Let me ...
- 10:17 PM Bug report #19885: Using the Browser panel layers are added by layerid
- Douglas Alderman wrote:
> The dropbox link has been sent.
>
> Please note, I create groups in the 'Layers' pane... - 09:16 PM Bug report #19885: Using the Browser panel layers are added by layerid
- The dropbox link has been sent.
Please note, I create groups in the 'Layers' panel of QGIS such as "App A GDB", ... - 08:33 PM Bug report #19885: Using the Browser panel layers are added by layerid
- Douglas Alderman wrote:
> I can supply the GDB, but the file is too big to send it through this website. Do you hav... - 02:11 PM Bug report #19885: Using the Browser panel layers are added by layerid
- I can supply the GDB, but the file is too big to send it through this website. Do you have an email address where I ...
- 08:32 PM Bug report #18784: «Feature has too many attributes» warning with virtual field
- If confirmed this would be a severe regression.
- 03:56 PM Bug report #18784: «Feature has too many attributes» warning with virtual field
- This "feature has too many attributes" error message not only pops up on layers with virtual field types for area cal...
- 08:21 PM Bug report #19896 (Closed): Composer margin expression does not work
- Hi
I downloaded QGIS 3.2.3 and I tried to change the composer(Atlas) > map layer > controlled by atlas > margin ar... - 07:39 PM Feature request #19895 (Closed): Garbage-collection is not performed after deletion of vector lay...
- With QGIS 3.3.0-master (d99d506e75), deleting a vector layer from a geopackage, through the "Browser" panel or the "D...
- 07:18 PM Bug report #19894 (Closed): QGIS 3.2 for Mac - Pointer in "add feature" uncentered
- I don't know if this issue has been previously raised, and it's certainly a minor, but annoying, one. When one tries ...
- 07:04 PM Bug report #19893 (Closed): It's not possible to delete raster layers in geopackages on Windows
- It seems not possible to delete raster layers stored in geopackages on Windows from the "Browser" panel with QGIS 3.3...
- 06:39 PM Feature request #19892 (Closed): Append the layer name to the algorithm dialog title when in edit...
- Let's take a project in which you have more than one layer in edit mode
Select one
Enable the in-place editing mode... - 06:14 PM Bug report #19859: Style manager and Open styling panel use the same icon: confusing
- @nirvn, trying to catch your attention on this...
- 03:36 PM Bug report #18921: Python Console Display of text
- Wyatt Freeman wrote:
> Greetings,
>
> Is there a known fix for this issue? I am experiencing it too. QGIS 3 on... - 03:29 PM Bug report #19890 (Closed): Crashes in 3D view while changing the view angle
- h2. User Feedback
When I go to the 3D view and set the configure options in there. It runs fine untill I change th... - 02:44 PM Bug report #19877: Export style categories. Can't save to a databases (postgres)
- no worries for the "noise", there was a few issues after the model integration.
- 02:31 PM Bug report #19877 (Closed): Export style categories. Can't save to a databases (postgres)
- 02:10 PM Bug report #19877: Export style categories. Can't save to a databases (postgres)
- MMM... for me, it works again. Sorry for the noise but I'll try to go deeper.
There is also another issue opened ... - 01:19 PM Bug report #19180 (Closed): Treating UUID like text
- Applied in changeset commit:qgis|e3f63d8811506791ec197b6356cb7e9c4059fe03.
- 01:19 PM Bug report #19180 (Closed): Treating UUID like text
- Applied in changeset commit:qgis|e3f63d8811506791ec197b6356cb7e9c4059fe03.
- 10:45 AM Bug report #19180: Treating UUID like text
- This bug is still present in 3.2.3, on all OS. It also break the ability to cut a linestring. Since it want to create...
- 11:43 AM Bug report #19802 (Closed): DB Manager saved SQL statements are saved empty
- Applied in changeset commit:qgis|a74b6262df6e07473d1c02568b9cce5eb2b41fdd.
- 11:43 AM Bug report #19802 (Closed): DB Manager saved SQL statements are saved empty
- Applied in changeset commit:qgis|a74b6262df6e07473d1c02568b9cce5eb2b41fdd.
- 09:11 AM Bug report #19871 (Closed): Crash on close
- 08:19 AM Bug report #19871: Crash on close
- It actually looks like Nyall hit the nail on the head! Disabling the QGIS Cloud plugin made QGIS quit nicely, while r...
- 08:31 AM Feature request #19889 (Open): Enable Snapping in Coordinate Capture
- Would be nice if we could snap when capturing coordinates
- 08:29 AM Bug report #19888 (Open): Coordinate Capture does not use datum transformation
- if a datum transformation is defined (with a transformation grid file) to transform from the map CRS to the coordinat...
- 08:28 AM Bug report #19887: print / display PostGIS Raster in QGIS map composer
- I test it under Windows 10 with Version 3.2.2 and Leap 15 with 3.2.3.
- 08:21 AM Bug report #19887 (Open): print / display PostGIS Raster in QGIS map composer
- No raster are shown in map composer, if the source of the raster is a postgis database. Printing to tiff in the compo...
2018-09-18
- 01:00 AM Bug report #19844 (Closed): Flaw in qgsround() in some circumstances
- Applied in changeset commit:qgis|f9015f38a4283ff652d3253fbf062d5368497525.
- 01:00 AM Bug report #19844 (Closed): Flaw in qgsround() in some circumstances
- Applied in changeset commit:qgis|f9015f38a4283ff652d3253fbf062d5368497525.
- 08:22 AM Bug report #19844 (In Progress): Flaw in qgsround() in some circumstances
- 09:03 PM Bug report #19857 (Closed): Processing models containing other processing models (aka nested mode...
- Applied in changeset commit:qgis|cdd72e51e5c177093a9060b450599ef5efe7a9fd.
- 09:03 PM Bug report #19857 (Closed): Processing models containing other processing models (aka nested mode...
- Applied in changeset commit:qgis|cdd72e51e5c177093a9060b450599ef5efe7a9fd.
- 04:05 AM Bug report #19857 (In Progress): Processing models containing other processing models (aka nested...
- 02:22 AM Bug report #19857 (Reopened): Processing models containing other processing models (aka nested mo...
- Ok here are the steps to reproduce :
1. Create a processing model
2. Save it with name "test" group "group-1".
3... - 08:58 PM Bug report #19871: Crash on close
- Looks like an issue with an installed plugin, not qgis itself
- 08:06 PM Bug report #19871 (Feedback): Crash on close
- Can you please if it happens also on master? also try with a new/clean profile.
- 08:06 PM Bug report #19871 (Feedback): Crash on close
- Can you please if it happens also on master? also try with a new/clean profile.
- 08:57 PM Bug report #19886 (Closed): QGIS application dialog can't be resized with the keyboard
- I'm running on Ubuntu 18.04, I'm very often using super + [left, bottom, right, up] to tile my windows from left, rig...
- 08:07 PM Bug report #19885 (Feedback): Using the Browser panel layers are added by layerid
- Can you share the data or provide a freely available dataset where is possible to see the same issue?
- 08:07 PM Bug report #19885 (Feedback): Using the Browser panel layers are added by layerid
- Can you share the data or provide a freely available dataset where is possible to see the same issue?
- 06:12 PM Bug report #19885 (Closed): Using the Browser panel layers are added by layerid
- new description:
#19885-11
old description:
This is an old issue I reported in June 2018 that I was inform... - 08:05 PM Bug report #19783 (Open): < WFSLayers > not cleaned in project file when layer is removed
- 07:57 PM Bug report #19872 (Open): QGIS crashed after georeferencing
- 10:49 AM Bug report #19872: QGIS crashed after georeferencing
- Nyall Dawson wrote:
> Can you share the png and gcp file? (and a screenshot of transformation parameters used?)
H... - 10:49 AM Bug report #19872: QGIS crashed after georeferencing
- Nyall Dawson wrote:
> Can you share the png and gcp file? (and a screenshot of transformation parameters used?)
H... - 05:01 AM Bug report #19872 (Feedback): QGIS crashed after georeferencing
- Can you share the png and gcp file? (and a screenshot of transformation parameters used?)
- 07:56 PM Bug report #19877: Export style categories. Can't save to a databases (postgres)
- it works also here.
- 07:56 PM Bug report #19877: Export style categories. Can't save to a databases (postgres)
- it works also here.
- 01:46 PM Bug report #19877 (Feedback): Export style categories. Can't save to a databases (postgres)
- I cannot reproduce: I can save a style on a PG layer using DB with or without default option ticked. In both case, th...
- 11:08 AM Bug report #19877 (Closed): Export style categories. Can't save to a databases (postgres)
- You can save a style in a database using "save as default", but no using save style.
Works well for geopackage - 06:29 PM Bug report #19802 (In Progress): DB Manager saved SQL statements are saved empty
- PR https://github.com/qgis/QGIS/pull/7951
- 06:29 PM Bug report #19802 (In Progress): DB Manager saved SQL statements are saved empty
- PR https://github.com/qgis/QGIS/pull/7951
- 06:10 PM Bug report #19884 (Open): When using atlas and a data override symbol style with the assistant, s...
- I have a project with a soil analysis layer whose dots are colored and size variable depending on the concentration o...
- 06:07 PM Feature request #19883 (Open): Add Polygon feature: double (left click) to end the creation
- Hi
I always seem to forget to end my polygon creation by right clicking, it just makes sense to be a double left c... - 04:40 PM Bug report #19617 (In Progress): Check validity algorithm returns empty reason in attribute table
- PR https://github.com/qgis/QGIS/pull/7946
- 04:23 PM Bug report #19882 (Closed): Crash when deleted a map object with an overview map selected in prin...
- h2. User Feedback
Using the print composer, deleted a map object with an overview map selected.
Map object was ou... - 03:53 PM Bug report #18102 (Closed): Can only input integer value in the vertex editor
- Applied in changeset commit:qgis|fc6617251d8b253ca0b36dd5ae5dfd4415618529.
- 03:53 PM Bug report #18102 (Closed): Can only input integer value in the vertex editor
- Applied in changeset commit:qgis|fc6617251d8b253ca0b36dd5ae5dfd4415618529.
- 03:36 PM Bug report #17978 (Closed): Windows installer still uses the old logo
- Applied in changeset commit:qgis|7c838419895d7b6720e0f507e3d9081e27756b0c.
- 03:36 PM Bug report #17978 (Closed): Windows installer still uses the old logo
- Applied in changeset commit:qgis|7c838419895d7b6720e0f507e3d9081e27756b0c.
- 03:29 PM Bug report #18583 (Closed): Widget "Range": Representation for NULL value is NOT always displayed...
- Applied in changeset commit:qgis|d179635b921f09b22d5456605894e79fee80d6e6.
- 12:57 PM Bug report #18583 (In Progress): Widget "Range": Representation for NULL value is NOT always disp...
- PR https://github.com/qgis/QGIS/pull/7943
- 12:57 PM Bug report #18583 (In Progress): Widget "Range": Representation for NULL value is NOT always disp...
- PR https://github.com/qgis/QGIS/pull/7943
- 03:24 PM Bug report #16942: WMS/WFS layers do not show in the OWS group of the QGIS browser
- Honestly I've never found a use case for that OWS node. But apparently there was one, IIRC some years ago Marco Hugen...
- 03:18 PM Bug report #18344 (Closed): QGIS 3.0 Crashes using 'Identify Feature Tool ' on a layer with a joi...
- Works for me in current master
- 03:18 PM Bug report #18344 (Closed): QGIS 3.0 Crashes using 'Identify Feature Tool ' on a layer with a joi...
- Works for me in current master
- 03:03 PM Bug report #19881 (Open): Impossible to choose several fields at the same time to drag and drop i...
- In versions prior to 3.0, it was possible to choose several fields at the same time to drag and drop them into the de...
- 02:53 PM Bug report #19880 (Closed): groups in containers (in forms) do not appear
- groups in containers (in forms) are not displayed
see attached illustration - 02:05 PM Bug report #18477: QGIS 3 "unable to save auxiliary storage"
- I just testet with QGIS 3.2.3 under Windows 10. Saving as qgz still fails because of auxiliary storage. Saving as qgs...
- 01:40 PM Bug report #19876 (Closed): Export style categories. Checkboxes are inconsistent
- fixed
- 01:40 PM Bug report #19876 (Closed): Export style categories. Checkboxes are inconsistent
- fixed
- 09:26 AM Bug report #19876 (Closed): Export style categories. Checkboxes are inconsistent
- Look at the video
- 01:40 PM Bug report #19869 (Closed): Import/export style categories doesn't works
- Applied in changeset commit:qgis|5b7e60ac458ffb50996e0d15118a626c7441c2f4.
- 01:40 PM Bug report #19869 (Closed): Import/export style categories doesn't works
- Applied in changeset commit:qgis|5b7e60ac458ffb50996e0d15118a626c7441c2f4.
- 01:34 PM Bug report #19772: QGIS crash when adding feature to Memory Vector Layer
- Nyall Dawson wrote:
> > Note: this only happens when I parse large geojson file. In total it consists 140033 feature... - 08:36 AM Bug report #19772: QGIS crash when adding feature to Memory Vector Layer
- > Note: this only happens when I parse large geojson file. In total it consists 140033 features with large MultiPolyg...
- 12:43 PM Bug report #19744 (Closed): QGIS 3.3.0-master (b55ab2e6d4) crashes upon closing
- 11:24 AM Bug report #19744: QGIS 3.3.0-master (b55ab2e6d4) crashes upon closing
- Confirmed. Doesn't crash upon closing!
- 11:21 AM Bug report #19744: QGIS 3.3.0-master (b55ab2e6d4) crashes upon closing
- The bug is now fixed for me.
QGIS 3.3.0-master (d99d506e75) doesn't crash anymore upon closing on my system. - 12:23 PM Bug report #19118: Crash when clicking browse button in attachment edit widget
- Still an issue.
Sometimes clicking the button does not cause a crash but adding an attachment does. - 12:20 PM Feature request #19858: QgsProcessingParameterNumber needs support for "data defined" parameter v...
- I see, I got confused, as from the UI, it looks like the expression based input in the modeler is equivalent to the d...
- 05:12 AM Feature request #19858: QgsProcessingParameterNumber needs support for "data defined" parameter v...
- This isn't technically a bug, rather it's a feature request.
When you enter an expression for a number parameter i... - 05:12 AM Feature request #19858: QgsProcessingParameterNumber needs support for "data defined" parameter v...
- This isn't technically a bug, rather it's a feature request.
When you enter an expression for a number parameter i... - 11:50 AM Bug report #19879 (Closed): It's not possible to override system locale
- In QGIS 3.3.0-master it seems impossible to change the user interface language.
My system locale is Italian (Windo... - 11:48 AM Feature request #19790: Handle Bad Layers - DISABLE instead of DELETE
- Thanks for information and keeping on track.
May be, there could be some ideas from the maintainer of the "changeDat... - 11:33 AM Feature request #19790: Handle Bad Layers - DISABLE instead of DELETE
- FYI - if this remains unfixed for the 3.6 cycle, North Road are planning a crowd funding effort to implement this cha...
- 11:28 AM Feature request #19790: Handle Bad Layers - DISABLE instead of DELETE
- Correlated or same as nearly fife years old #8718 https://issues.qgis.org/issues/8718
+1 Much needed - 11:48 AM Bug report #19838: Cannot select correct features in Virtual Layer
- Andrea Giudiceandrea wrote:
> Did you try with QGIS 3.3.0-master?
It seems to work on QGIS 3.2.0 at least, can't ... - 11:39 AM Bug report #19838: Cannot select correct features in Virtual Layer
- Harrissou Santanna wrote:
> Can you try the query with naming the fields you want to add to the virtual layer ? cf h... - 11:45 AM Bug report #6996: Line pattern fill is not rendered to vector in pdf export
- M D wrote:
> Hi, I do experience this problem with QGIS 3.0.2-Girona. I'm trying to export roads from OpenStreetMap ... - 11:34 AM Bug report #19878 (Closed): Update nircmd to latest (final?) version
- OSGeo4W issue.
- 11:34 AM Bug report #19878 (Closed): Update nircmd to latest (final?) version
- OSGeo4W issue.
- 11:34 AM Bug report #19878 (Closed): Update nircmd to latest (final?) version
- OSGeo4W issue.
- 11:32 AM Bug report #19878 (Closed): Update nircmd to latest (final?) version
- The nircmd version included in the bin folder is v2.75 from 2013. Maybe it could be replaced by the latest (possibly ...
- 10:37 AM Bug report #19795: QGIS Server 3 / WMS: the SLD parameter support has been removed
- Hi René,
Somehow I didn't notice your reply.
Couldn't find any tests or any open issue regarding this.
The serve... - 09:43 AM Bug report #19680 (Closed): Styles saved in a Spatialite DB are then not available to be used
- Applied in changeset commit:qgis|b1c7734a9b67304bc5d31b8a634393ea7e98378b.
- 09:43 AM Bug report #19680 (Closed): Styles saved in a Spatialite DB are then not available to be used
- Applied in changeset commit:qgis|b1c7734a9b67304bc5d31b8a634393ea7e98378b.
- 09:21 AM Feature request #19379: precision option in vector tools select/join by location
- This option needs to be totally re-thought. The setting was misleading in that it was often misinterpreted as "the ma...
- 08:59 AM Feature request #19875 (Closed): Deleting multiple GPKG tables from Browser only deletes a single...
- It would be really nice to be able to delete several GeoPackage tables simultaneously in the browser using the follow...
- 08:41 AM Feature request #17904: In the layer tree, Clicking an item from a rule-based symbolized layer sh...
- This has never been normal behaviour - I believe the earlier user manual was referring to the rule based tree, not th...
- 08:39 AM Bug report #19395 (Closed): "Multipart to singleparts" function in the Vector -> Geometry is inco...
- This is not an issue in 3.2.3
- 08:39 AM Bug report #19395 (Closed): "Multipart to singleparts" function in the Vector -> Geometry is inco...
- This is not an issue in 3.2.3
- 08:34 AM Bug report #14448 (Feedback): Offset curve tools duplicate lines
- Is this still an issue in 3.2.3? I can't reproduce.
- 08:34 AM Bug report #16505 (Feedback): Network drive disappear on windows 7
- Insufficient detail to reproduce/fix.
Is this still an issue? - 08:31 AM Bug report #18405 (Feedback): CRS selector does not close
- There's not enough detail here to reproduce/fix. Can you still trigger this error?
- 08:22 AM Bug report #18499: "Snapping Toolbar" missing from View > Toolbars
- Will be fixed in https://github.com/qgis/QGIS/pull/7940
- 08:16 AM Bug report #19560 (Feedback): Qgis crashes when QgsExtentGroupBox.setOriginalExtent() is called
- I can't reproduce. Can you share a complete self-contained code sample?
- 06:56 AM Bug report #19855 (Closed): Error using QGIS 3.2.2 Warp (Reproject) tool with custom coordinate s...
- Applied in changeset commit:qgis|e005d6e2b9b84ecaf14a2290b58d7bc927ea3d08.
- 06:56 AM Bug report #19855 (Closed): Error using QGIS 3.2.2 Warp (Reproject) tool with custom coordinate s...
- Applied in changeset commit:qgis|e005d6e2b9b84ecaf14a2290b58d7bc927ea3d08.
- 04:59 AM Bug report #19855 (In Progress): Error using QGIS 3.2.2 Warp (Reproject) tool with custom coordin...
- 03:48 AM Bug report #19855: Error using QGIS 3.2.2 Warp (Reproject) tool with custom coordinate system
- It's still a valid bug -- we just need to strip out newline characters from the def when running gdal commands
- 06:53 AM Bug report #19863 (Closed): attribute table: the element count after adding geometry does not work
- Applied in changeset commit:qgis|9503ffa33bbe945769802276e1594738bbe992ca.
- 06:53 AM Bug report #19863 (Closed): attribute table: the element count after adding geometry does not work
- Applied in changeset commit:qgis|9503ffa33bbe945769802276e1594738bbe992ca.
- 05:20 AM Bug report #19863 (In Progress): attribute table: the element count after adding geometry does no...
- 03:43 AM Bug report #17140 (Closed): DB Manager icons are not the same as the ones used in QGIS Browser
- This was fixed (in 3.2?)
- 03:43 AM Bug report #17140 (Closed): DB Manager icons are not the same as the ones used in QGIS Browser
- This was fixed (in 3.2?)
- 03:41 AM Bug report #14481 (In Progress): If already opened QGIS Browser (standalone and panel) doesn't sh...
2018-09-17
- 01:51 AM Bug report #19855: Error using QGIS 3.2.2 Warp (Reproject) tool with custom coordinate system
- Mario Reyes wrote:
> Andre Joost wrote:
> > I just tried this in QGIS 3.2.2 form OSGEO4W on Windows 7 and it works ... - 01:44 AM Bug report #19855: Error using QGIS 3.2.2 Warp (Reproject) tool with custom coordinate system
- Andre Joost wrote:
> I just tried this in QGIS 3.2.2 form OSGEO4W on Windows 7 and it works for me. The output is:
... - 09:24 AM Bug report #19855: Error using QGIS 3.2.2 Warp (Reproject) tool with custom coordinate system
- I just tried this in QGIS 3.2.2 form OSGEO4W on Windows 7 and it works for me. The output is:...
- 01:10 AM Bug report #19874 (Open): Layout Page Setup and Page Properties bugs
- I have found bugs inside Layout manager, didn't found them reported.
1. I have a proposal: add a button on toolbar... - 12:47 AM Bug report #19873 (Closed): crash in layer properties
- h2. User Feedback
It crashes when I try to work on the symbology in the Layer Properties
h2. Report Details
... - 10:41 PM Bug report #19872 (Closed): QGIS crashed after georeferencing
- h2. User Feedback
Was georeferencing a .png file. Seems to go fine, untill I scrolled the main window at which poi... - 09:31 PM Bug report #8591 (Closed): else condition for rules
- 09:27 PM Bug report #19871 (Closed): Crash on close
- h2. User Feedback
QGIS 3.2.0 and 3.2.3 (to which I just upgraded) have started crashing on exit almost every time,... - 07:48 PM Bug report #16380 (Feedback): qgis.core.QgsGeometry has odd behaviour on pyqgis
- 04:06 PM Bug report #16380: qgis.core.QgsGeometry has odd behaviour on pyqgis
- Can you retry with newest version of QGIS 3?
Just trying:
test = QgsGeometry.fromMultiPolylineXY([[QgsPointXY(0, ... - 07:45 PM Bug report #19867 (Feedback): QGIS crashes on close
- I think this has been solved in qgis master, please give it a try.
- 07:45 PM Bug report #19867 (Feedback): QGIS crashes on close
- I think this has been solved in qgis master, please give it a try.
- 02:08 PM Bug report #19867 (Closed): QGIS crashes on close
- h2. User Feedback
Start QGIS -> Open any Project
Project -> Import/Export -> Export Map to Image... -> Draw on ca... - 07:42 PM Bug report #19428 (Feedback): QGis freezes when copy pasting features between layers with incompa...
- 04:50 PM Bug report #19428: QGis freezes when copy pasting features between layers with incompatible geome...
- I can't reproduce it on master. Can you retry or post a reproductible example?
- 07:18 PM Bug report #19860 (Closed): Unable to copy paste style from a layer to another one
- 04:51 AM Bug report #19860 (Closed): Unable to copy paste style from a layer to another one
- Right-click on a layer
Style, copy style, all style categories
right-click on another layer
Style, paste style, al... - 05:43 PM Bug report #19868 (Closed): copy/paste style doesn't works
- Applied in changeset commit:qgis|0296c272de7f449e6d0e6a3dd46af3909a428311.
- 05:43 PM Bug report #19868 (Closed): copy/paste style doesn't works
- Applied in changeset commit:qgis|0296c272de7f449e6d0e6a3dd46af3909a428311.
- 02:37 PM Bug report #19868 (Closed): copy/paste style doesn't works
- Since https://github.com/qgis/QGIS/pull/7863 copy/paste style doesn't works.
Tested with "All style" or a category s... - 05:43 PM Bug report #19870 (Closed): crash when right clicking on a layer
- Applied in changeset commit:qgis|3e8e6ba9cd152ff50bdb277d1690bf053eb945ba.
- 05:43 PM Bug report #19870 (Closed): crash when right clicking on a layer
- Applied in changeset commit:qgis|3e8e6ba9cd152ff50bdb277d1690bf053eb945ba.
- 03:23 PM Bug report #19870 (In Progress): crash when right clicking on a layer
- See: https://github.com/qgis/QGIS/pull/7927
- 03:23 PM Bug report #19870 (In Progress): crash when right clicking on a layer
- See: https://github.com/qgis/QGIS/pull/7927
- 03:05 PM Bug report #19870 (Closed): crash when right clicking on a layer
- Fatal: ASSERT failure in QList<T>::at: "index out of range", file /usr/local/include/qt5/QtCore/qlist.h, line 541
... - 05:01 PM Bug report #18182: Check Validity fails for polygon with intersecting point
- Confirmed on master
- 04:29 PM Bug report #18102: Can only input integer value in the vertex editor
- PR https://github.com/qgis/QGIS/pull/7929
- 03:41 PM Bug report #18102 (In Progress): Can only input integer value in the vertex editor
- 03:40 PM Bug report #18102: Can only input integer value in the vertex editor
- Fixed, but I'd like to get a decent precision: do you know if is there a setting for precision? How many decimal plac...
- 03:12 PM Bug report #18102: Can only input integer value in the vertex editor
- Tested on windows 10 and FreeBSD 12
- 03:02 PM Bug report #18102: Can only input integer value in the vertex editor
- Thanks for checking, I'll have a look. What is your operating system?
- 02:57 PM Bug report #18102: Can only input integer value in the vertex editor
- Tested on Windows, it's works.
But For example i have "1234,456". editing the node show me "1234.456" if I change to... - 03:42 PM Feature request #16252: SDO_DIMNAME values QGIS Oracle Data Provider
- We recently ran into the same problem, we even tend to use complete custom names for the dimensions, because Oracle i...
- 03:29 PM Bug report #19783: < WFSLayers > not cleaned in project file when layer is removed
- Hi,
Excuse me for my answer delay, I didn't have QGIS 3.2.
Now, it's installed, and I tried to remove one layer.
... - 03:10 PM Bug report #18583 (Reopened): Widget "Range": Representation for NULL value is NOT always display...
- The described bug persists (master 3.3.0-71 and nightly 3.2.3-1).
And not only for attributes of type integer, but a... - 03:10 PM Bug report #18583 (Reopened): Widget "Range": Representation for NULL value is NOT always display...
- The described bug persists (master 3.3.0-71 and nightly 3.2.3-1).
And not only for attributes of type integer, but a... - 03:10 PM Bug report #18583 (Reopened): Widget "Range": Representation for NULL value is NOT always display...
- The described bug persists (master 3.3.0-71 and nightly 3.2.3-1).
And not only for attributes of type integer, but a... - 03:10 PM Bug report #18583 (Reopened): Widget "Range": Representation for NULL value is NOT always display...
- The described bug persists (master 3.3.0-71 and nightly 3.2.3-1).
And not only for attributes of type integer, but a... - 02:39 PM Bug report #19869 (Closed): Import/export style categories doesn't works
- Testing https://github.com/qgis/QGIS/pull/7863 export all categories not only the one selected.
- 02:30 PM Bug report #19857 (Closed): Processing models containing other processing models (aka nested mode...
- Hmm testing again, I can't reproduce with the steps described above...
It seemed triggered by saving two models wi... - 09:12 AM Bug report #19857: Processing models containing other processing models (aka nested models) canno...
- This works on 2.18, so regression.
- 09:12 AM Bug report #19857: Processing models containing other processing models (aka nested models) canno...
- This works on 2.18, so regression.
- 02:25 AM Bug report #19857 (Closed): Processing models containing other processing models (aka nested mode...
- Hi !
When adding a processing model as an algorithm inside another processing model, the parent algorithm cannot b... - 02:11 PM Bug report #19865 (Closed): 'Digitizing tool' chrash report
- Not a qgis issue - please file with plugins author
- 11:53 AM Bug report #19865 (Closed): 'Digitizing tool' chrash report
- h2. User Feedback
I tried to install the plugin 'digitizing tools'. I've tried downloading it manually from my bro... - 02:02 PM Bug report #19866 (Closed): "Convert map to raster" algorithm does not export with transparent ba...
- In the "convert map to raster" alg, i'd have thought it would export the map with the background color set in project...
- 01:07 PM Bug report #19680: Styles saved in a Spatialite DB are then not available to be used
- All fixed in https://github.com/qgis/QGIS/pull/7926
- 12:42 PM Bug report #19680 (In Progress): Styles saved in a Spatialite DB are then not available to be used
- 12:42 PM Bug report #19680: Styles saved in a Spatialite DB are then not available to be used
- There are actually two bug or three bugs here, one unreported is fixed with:
https://github.com/qgis/QGIS/pull/7925
... - 11:45 AM Feature request #19864 (Open): Data source Manager Inconsistency between the browser and left column
- There is a strange inconsistency between what is available in the left column /vertical tab and what is available in ...
- 11:14 AM Bug report #19863 (Closed): attribute table: the element count after adding geometry does not work
- adding elements to a vector, the attribute table does not update the total of the elements correctly. When the attrib...
- 11:09 AM Bug report #19509: Slow opening of large GPX file on Windows
- Giovanni Manghi wrote:
> it is slow (but acceptable to me) on linux, but is ogr that is slow and I don't think this ... - 10:20 AM Bug report #19708: Processing: Join attributes by location produces duplicated fid
- After further testing, this also applies when the geometries are not perfectly overlapping (use intersect instead of ...
- 10:10 AM Bug report #19862 (Open): window size of child-connect-form is not saved
- I want to connect a child-record. The dialog-window that opens has on the left side a list off existing records. The ...
- 09:53 AM Bug report #19792 (Closed): eVis crashes 2.18 LTR & V3 if layer has any 'virtual fields'
- Applied in changeset commit:qgis|39e1f8934fff24b68ce9df74494795878dc2691a.
- 09:53 AM Bug report #19792 (Closed): eVis crashes 2.18 LTR & V3 if layer has any 'virtual fields'
- Applied in changeset commit:qgis|39e1f8934fff24b68ce9df74494795878dc2691a.
- 09:11 AM Bug report #19856 (Feedback): crash when viewing 3d citygml
- any link for downloading this gml?
- 09:11 AM Bug report #19856 (Feedback): crash when viewing 3d citygml
- any link for downloading this gml?
- 09:11 AM Bug report #19856 (Feedback): crash when viewing 3d citygml
- any link for downloading this gml?
- 02:03 AM Bug report #19856 (Closed): crash when viewing 3d citygml
- I imported citygml into qgis. However, when I enable 3d view my qgis crashes.
h2. User Feedback
h2. Report ... - 09:11 AM Feature request #18428 (Open): Editing of a filtered OGR vector layer
> Feel free to open a feature request, but I doubt it will be implemented.
let's keep it open as feature request...- 09:11 AM Feature request #18428 (Open): Editing of a filtered OGR vector layer
> Feel free to open a feature request, but I doubt it will be implemented.
let's keep it open as feature request...- 09:11 AM Feature request #18428 (Open): Editing of a filtered OGR vector layer
> Feel free to open a feature request, but I doubt it will be implemented.
let's keep it open as feature request...- 09:09 AM Bug report #19760: Raster calculator crashes QGIS 3
- Alessandro Pasotti wrote:
> I might be wrong but from the stacktrace it looks like a memory allocation error in memc... - 08:39 AM Bug report #19861 (Closed): Browser: Impossible to delete GeoPackage table if the path has accents
- It is currently impossible to delete GeoPackage tables using QGIS browser if the path of the GeoPackage contains acce...
- 07:42 AM Bug report #19827 (Closed): GetFeatureInfo on "value relation" widget with array field (multiple ...
- Applied in changeset commit:qgis|fe71b4958861d07818b371ac3cc7c7e5e93c2589.
- 07:42 AM Bug report #19827 (Closed): GetFeatureInfo on "value relation" widget with array field (multiple ...
- Applied in changeset commit:qgis|fe71b4958861d07818b371ac3cc7c7e5e93c2589.
- 05:59 AM Bug report #19618: QGIS Crashed on clearing recent project
- a similar crash.
System- Xenial
QGIS Version: QGIS - 3.3.0-Master 'Master' (d7fb5f9)
These are the actions to ... - 05:08 AM Bug report #19700: No output from grass toolbox function
- Is this fixed now?
- 04:47 AM Bug report #19859 (Closed): Style manager and Open styling panel use the same icon: confusing
- While the icon was only decorative for the style manager dialog, there was no issue.
But now, we have the same icon ... - 04:06 AM Feature request #19858 (Closed): QgsProcessingParameterNumber needs support for "data defined" pa...
- Hi,
QgsProcessingParameterNumber doesn't seem to evaluate fields in processing models.
*Steps to reproduce*
... - 03:39 AM Bug report #19727 (Closed): [Print layout] Clicking the link in the message after a successful ex...
- Applied in changeset commit:qgis|a0dceb1d835a482ad5ad76723ec61d90bb6578f4.
- 03:39 AM Bug report #19727 (Closed): [Print layout] Clicking the link in the message after a successful ex...
- Applied in changeset commit:qgis|a0dceb1d835a482ad5ad76723ec61d90bb6578f4.
- 02:34 AM Bug report #19482 (Closed): gdal_calc not found
- Applied in changeset commit:qgis|239e93deeba4c73b18cfbace263b9f1577cbeeb3.
- 02:34 AM Bug report #19482 (Closed): gdal_calc not found
- Applied in changeset commit:qgis|239e93deeba4c73b18cfbace263b9f1577cbeeb3.
- 02:34 AM Bug report #19853 (Closed): Untranslated strings in QGIS
- Applied in changeset commit:qgis|d67958183eca9674bd367b4b7835e4b05339a043.
- 02:34 AM Bug report #19853 (Closed): Untranslated strings in QGIS
- Applied in changeset commit:qgis|d67958183eca9674bd367b4b7835e4b05339a043.
- 02:03 AM Bug report #19471 (In Progress): Crash when start print layout
2018-09-16
- 01:59 AM Bug report #19792 (In Progress): eVis crashes 2.18 LTR & V3 if layer has any 'virtual fields'
- 01:42 AM Bug report #19817 (Closed): [Processing] The [optional] tag is not displayed for string parameters
- Applied in changeset commit:qgis|8790c4c99e0213fb7eed842b3467c8ad34450f18.
- 01:42 AM Bug report #19817 (Closed): [Processing] The [optional] tag is not displayed for string parameters
- Applied in changeset commit:qgis|8790c4c99e0213fb7eed842b3467c8ad34450f18.
- 01:00 AM Bug report #19817 (In Progress): [Processing] The [optional] tag is not displayed for string para...
- https://github.com/qgis/QGIS/pull/7918
- 01:40 AM Bug report #19744 (In Progress): QGIS 3.3.0-master (b55ab2e6d4) crashes upon closing
- https://github.com/qgis/QGIS/pull/7919
- 01:38 AM Bug report #19852 (Closed): Pattern fill is always rasterized
- Duplicate of #6996
- 01:38 AM Bug report #19852 (Closed): Pattern fill is always rasterized
- Duplicate of #6996
- 01:24 AM Bug report #19855: Error using QGIS 3.2.2 Warp (Reproject) tool with custom coordinate system
- Nyall Dawson wrote:
> Can you confirm that the issue here is the newline characters in the definition of the custom ... - 01:02 AM Bug report #19855 (Feedback): Error using QGIS 3.2.2 Warp (Reproject) tool with custom coordinate...
- Can you confirm that the issue here is the newline characters in the definition of the custom projection? I.e. if you...
- 12:38 AM Bug report #19855 (Closed): Error using QGIS 3.2.2 Warp (Reproject) tool with custom coordinate s...
- I'm using the QGIS Warp (Reproject) tool to reproject a raster from WGS84 to a Lambert Conformal Conic custom project...
- 10:01 PM Bug report #19854 (Feedback): Print Layout
- Please post specific, reproducible steps and a demo project showing this issue.
- 12:51 PM Bug report #19854 (Closed): Print Layout
- The print layout for version 3 performs significantly slower than in version 2.18. I have encountered the same proble...
- 05:59 PM Bug report #19795 (In Progress): QGIS Server 3 / WMS: the SLD parameter support has been removed
- 04:45 PM Bug report #18415 (Feedback): Crash when removing a attribute column
- I believe this was fixed in 3.2 can you please test the latest nightlies and confirm?
- 04:44 PM Feature request #18428 (Closed): Editing of a filtered OGR vector layer
- Due to the way different providers are implemented in QGIS, this is not going to happen unless we proceed with a deep...
- 04:44 PM Feature request #18428 (Closed): Editing of a filtered OGR vector layer
- Due to the way different providers are implemented in QGIS, this is not going to happen unless we proceed with a deep...
- 04:44 PM Feature request #18428 (Closed): Editing of a filtered OGR vector layer
- Due to the way different providers are implemented in QGIS, this is not going to happen unless we proceed with a deep...
- 04:39 PM Bug report #18465 (Feedback): 'Load' button in Layer Properties > Style > Min/max settings has di...
- I belive this was fixed long ago, can you please test latest nightlies and confirm?
- 04:37 PM Bug report #18509 (Feedback): XYZ-Layer "Network time out"
- Without a publicly available endpoint that we can actually test it will be very difficult to help.
Did you check f... - 04:33 PM Bug report #19827 (In Progress): GetFeatureInfo on "value relation" widget with array field (mult...
- https://github.com/qgis/QGIS/pull/7914
- 04:33 PM Bug report #19827 (In Progress): GetFeatureInfo on "value relation" widget with array field (mult...
- https://github.com/qgis/QGIS/pull/7914
- 03:01 PM Bug report #19760: Raster calculator crashes QGIS 3
- I might be wrong but from the stacktrace it looks like a memory allocation error in memcpy, are you sure you are not ...
- 09:00 AM Bug report #19853 (Closed): Untranslated strings in QGIS
- Some strings in QGIS is not being translated in the GUI, even if they are translated in Transifex.
Vector styles, ...
2018-09-15
- 04:33 PM Bug report #19842 (Feedback): DB Manager does not load layer after a query
- I just tested on 3.2 and seems working fine here.
- 03:46 PM Bug report #19639 (Feedback): CSV: "Detect field types" doesn't update the sample view
> *second.csv* reads all fields as text when field detection is disabled; this is fine. But when it's enabled, fiel...- 03:44 PM Bug report #19850: topology process?
- Please add a screnshot of the tool is causing the crash for you (and also attach a sample of your data).
- 03:43 PM Bug report #19851 (Closed): crash report
- duplicate of #19850
- 03:43 PM Bug report #19851 (Closed): crash report
- duplicate of #19850
- 03:29 PM Bug report #19846: crash when saving projects
- Timothy Abel wrote:
> I don't run any 3rd party plugins, just the default selections. The only other thing that show... - 03:29 PM Bug report #19846: crash when saving projects
- Timothy Abel wrote:
> I don't run any 3rd party plugins, just the default selections. The only other thing that show... - 02:48 PM Bug report #19846: crash when saving projects
- I don't run any 3rd party plugins, just the default selections. The only other thing that shows up under the plugins ...
- 11:02 AM Bug report #19494 (Closed): Named outputs from raster algorithms fail when used as inputs in proc...
- Fixed in commit:2a19a1d655f480742d555f4a009912a0b4b765fd.
- 11:02 AM Bug report #19494 (Closed): Named outputs from raster algorithms fail when used as inputs in proc...
- Fixed in commit:2a19a1d655f480742d555f4a009912a0b4b765fd.
- 10:03 AM Bug report #19852 (Closed): Pattern fill is always rasterized
- There is some bug which cause that point or line pattern fill for polygon is always rasterized in exported map. The s...
- 06:56 AM Bug report #19825 (Closed): MultipleLayers python widget stays empty when type is TypeMapLayer
- Applied in changeset commit:qgis|953ea96bfb671f4fa4bfc5536a9415b522470927.
- 06:56 AM Bug report #19825 (Closed): MultipleLayers python widget stays empty when type is TypeMapLayer
- Applied in changeset commit:qgis|953ea96bfb671f4fa4bfc5536a9415b522470927.
- 06:53 AM Bug report #19824 (Closed): Modifications to project models are not saved
- Applied in changeset commit:qgis|340631f85057193e0cdf045c25f164ebc73eaddc.
- 06:53 AM Bug report #19824 (Closed): Modifications to project models are not saved
- Applied in changeset commit:qgis|340631f85057193e0cdf045c25f164ebc73eaddc.
2018-09-14
- 01:09 AM Bug report #18301: Processing tools don't ask for input layer when choosing directly a multi laye...
- This is still a problem. It seems like you can't select a layer...
- 01:00 AM Bug report #19639 (Open): CSV: "Detect field types" doesn't update the sample view
- Whoops, forgot to open it again.
- 12:59 AM Bug report #19639: CSV: "Detect field types" doesn't update the sample view
- Yay, it really works for CSVT now, but normal CSV files still get bad results.
*first.csvt* ... - 12:07 AM Bug report #19834 (Closed): Seg Fault on Startup
- Possibly a bad 3rd party plugin. Please reopen if necessary.
- 12:07 AM Bug report #19834 (Closed): Seg Fault on Startup
- Possibly a bad 3rd party plugin. Please reopen if necessary.
- 11:37 PM Bug report #19834: Seg Fault on Startup
- % cd ~/Library/Application\ Support
% mv QGIS QGIS.old
/Applications/QGIS3.app/Contents/MacOS/QGIS
It opened p... - 06:37 PM Bug report #19834 (Feedback): Seg Fault on Startup
- Please try cleaning (removing) any trace of the configurations/profiles folder.
- 06:37 PM Bug report #19834 (Feedback): Seg Fault on Startup
- Please try cleaning (removing) any trace of the configurations/profiles folder.
- 06:37 PM Bug report #19834 (Feedback): Seg Fault on Startup
- Please try cleaning (removing) any trace of the configurations/profiles folder.
- 12:06 AM Bug report #19846: crash when saving projects
- Timothy Abel wrote:
> Not sure what you mean by new/clean profile?
In QGIS3 you can create multiple profiles (for... - 11:34 PM Bug report #19846: crash when saving projects
- Not sure what you mean by new/clean profile?
- 10:56 PM Bug report #19846: crash when saving projects
- Timothy Abel wrote:
> QGIS crashes whenever it tries to open a browser window to search for a file, i.e. when I want... - 09:44 PM Bug report #19846: crash when saving projects
- QGIS crashes whenever it tries to open a browser window to search for a file, i.e. when I want to "save (a file) as",...
- 07:26 PM Bug report #19846 (Feedback): crash when saving projects
- "browser"? do you mean the QGIS (data sources) browser? else?
- 07:26 PM Bug report #19846 (Feedback): crash when saving projects
- "browser"? do you mean the QGIS (data sources) browser? else?
- 11:05 PM Bug report #19851 (Closed): crash report
- h2. User Feedback
it does not depend on the data used, we carry out a process of digitization of cartographic laye... - 10:39 PM Bug report #19850: topology process?
- Fernando Garay wrote:
> Crash problem when start topology process
this does not help understand what you are doin... - 10:37 PM Bug report #19850: topology process?
- Crash problem when start topology process
- 10:37 PM Bug report #19850: topology process?
- Fernando Garay wrote:
> crash qgis
Crash problen when start topology procces. - 10:26 PM Bug report #19850 (Feedback): topology process?
- Please add detailed steps on how replicate the issue.
Also try again on new/clean profile. - 10:19 PM Bug report #19850 (Closed): topology process?
- h2. User Feedback
topology process?
h2. Report Details
*Crash ID*: d18c4994fb87486d9a0c28aa8cda8636b1928dea
... - 10:17 PM Bug report #19803: QGIS Crashes when tensorflow is imported from internal python console
- Dear Giovanni,
I am trying to import keras (with tensorflow backend) in QGIS 3.2.2, and I am getting this error:
... - 10:11 PM Feature request #8743: Field calculator: allow "Formula" to receive a value from a "Number" param...
- Stefan Newluck wrote:
> > this definitely works here on qgis/master.
>
> Could you provide an answer (ideally wit... - 09:39 PM Feature request #8743: Field calculator: allow "Formula" to receive a value from a "Number" param...
- > this definitely works here on qgis/master.
Could you provide an answer (ideally with screenshots) to the gisSE a... - 08:36 PM Bug report #19801: WFS not working at all
> Yes fair enough. I will have to try map server with the postgis backend. In the meantime I've started moving al...- 08:03 PM Bug report #19801: WFS not working at all
- Giovanni Manghi wrote:
> Willem Buitendyk wrote:
> > I've made some progress. An old EPSG code was causing some is... - 07:06 PM Bug report #19314: 3.2 crashes on startup on a Mac
- Joao Paulouro wrote:
> I remember this issue, and while its fixed now I thought I would share the solution that work... - 06:33 PM Bug report #19314: 3.2 crashes on startup on a Mac
- I remember this issue, and while its fixed now I thought I would share the solution that worked for me. Particularly ...
- 06:36 PM Feature request #19784 (Feedback): make the "Delete Ring" Tool work also by clicking on the ring ...
- Harrissou Santanna wrote:
> This means that on thin rings you need to enlarge the rings and then delete them. Which... - 06:28 PM Feature request #19784: make the "Delete Ring" Tool work also by clicking on the ring boundaries
- > However I think other users could/do agree with me, there is a stackexchange ticket saying that the ring tool isn't...
- 02:32 PM Feature request #19784 (Open): make the "Delete Ring" Tool work also by clicking on the ring boun...
- Giovanni Manghi wrote:
> > Thanks for clarifying, though my bug still exists. My bug is about not being able to del... - 06:31 PM Bug report #19843 (Feedback): Update SQL Layer converts query to table name
- Does it work as expected on 2.18?
- 06:11 PM Feature request #19849 (Feedback): Convex hull by Field, not anymore?
- What about the "Minimum bounding geometry" algorithm suggested in the help panel of the "Convex Hull" algorithm?
- 05:12 PM Feature request #19849 (Feedback): Convex hull by Field, not anymore?
- Friends. I was looking for the "by Field" option in the convex hull (QGIS 3.x), but I can not find it. Is it me and m...
- 02:44 PM Feature request #19064 (Closed): Identify feature - selecting an existing polygon
- https://github.com/qgis/QGIS/pull/7892
- 02:44 PM Feature request #19064 (Closed): Identify feature - selecting an existing polygon
- https://github.com/qgis/QGIS/pull/7892
- 02:44 PM Feature request #19064 (Closed): Identify feature - selecting an existing polygon
- https://github.com/qgis/QGIS/pull/7892
- 02:03 PM Bug report #19591: Mesh layer transparency
- Giovanni Manghi wrote:
> fixed?
yes https://github.com/qgis/QGIS/pull/7725 - 12:25 PM Bug report #19838 (Feedback): Cannot select correct features in Virtual Layer
- Can you try the query with naming the fields you want to add to the virtual layer ? cf https://docs.qgis.org/testing/...
- 12:08 PM Feature request #17926 (Closed): Append raster layer to an existing Geopackage with a checkbox an...
- Applied in changeset commit:qgis|60fa8eae073891bc2e2f1cb86ae10b71434cb11c.
- 12:08 PM Feature request #17926 (Closed): Append raster layer to an existing Geopackage with a checkbox an...
- Applied in changeset commit:qgis|60fa8eae073891bc2e2f1cb86ae10b71434cb11c.
- 11:25 AM Bug report #19517: Serious problem with rasters statistics calculated by QGIS with estimated option
- This seems a really tricky issue and not trivial to solve.
But maybe in the meanwhile, it could be better to chang... - 11:14 AM Feature request #19848 (Open): Shared borders as result of processing-intersect-tool (like in Arc...
- In ArcGis (from Basic-License on) you have the opportunity to select a "line"-output (ArcToolBox-Analysis-Overlay-Int...
- 07:17 AM Bug report #19847 (Closed): QGIS Crashes using Profile tool extension
- Not a qgis issue - this needs reporting at the plugin's bug tracker
- 02:19 AM Bug report #19847 (Closed): QGIS Crashes using Profile tool extension
- h2. User Feedback
QGIS crashes using point vector layer with elevation option in Profile tool extension.
h2. ... - 04:12 AM Bug report #19830 (Closed): build fail on fedora 28 using buildrpm.sh
- Fixed in https://github.com/qgis/QGIS/pull/7893
2018-09-13
- 01:17 AM Bug report #19846 (Closed): crash when saving projects
- h2. User Feedback
QGIS is crashing every time a browser window is opened: when I try to add a new raster layer and... - 11:00 PM Bug report #19840 (Closed): Digitizing Tools Plugin
- Not a qgis bug - please file with the plugin author
- 03:23 PM Bug report #19840 (Closed): Digitizing Tools Plugin
- Hi,
I installed the Digitizing Tools plugin on QGIS 3.2.2 windows version, and when I try to activate the plugin t... - 11:00 PM Bug report #19841 (Closed): Crash ID: 61c1820e0cefe96304e9b7baf1fec7e961c166f5
- This is fixed in 3.2
- 03:33 PM Bug report #19841 (Closed): Crash ID: 61c1820e0cefe96304e9b7baf1fec7e961c166f5
- Below is a copy of the Crash Report Details:
Stack Trace
QgsField::QgsField :
QgsFields::field :
QgsAttribu... - 09:32 PM Bug report #19845 (Open): Projection Issue with 3D Points
- Good Afternoon,
I encountered a bug in QGIS 3.2 where the relative altitude clamping option for a 3D poinnt does n... - 09:03 PM Bug report #19838: Cannot select correct features in Virtual Layer
- Did you try with QGIS 3.3.0-master?
- 06:52 PM Bug report #19838: Cannot select correct features in Virtual Layer
- Same issue in Spatialite Views #14232
- 02:55 PM Bug report #19838: Cannot select correct features in Virtual Layer
- A related question had been asked on GIS Stack Exchange: https://gis.stackexchange.com/questions/261615/selection-fea...
- 12:48 PM Bug report #19838 (Closed): Cannot select correct features in Virtual Layer
- I created a virtual layer which contains a copy of features from another layer (be it point, line or polygon) using t...
- 08:22 PM Bug report #19844 (Closed): Flaw in qgsround() in some circumstances
- qgsround() is defined in qgis.h (since 3.0) as
inline double qgsRound( double number, double places )
{
... - 07:09 PM Bug report #17773: No Retina / HiDPI support in 2.99 on osx
- Hi Denis,
I noticed you updated the category. Do you have any news about this non-retina situation? - 05:53 PM Bug report #19843 (Closed): Update SQL Layer converts query to table name
- When using the query builder, queries get converted to a table name when updating the query (right-clic on the layer ...
- 04:42 PM Bug report #19700: No output from grass toolbox function
- probably lack of
if ( val.canConvert<QgsProcessingOutputLayerDefinition>() )
{
// input is a QgsProcessi... - 04:31 PM Bug report #19700: No output from grass toolbox function
- I'm facing that some algorithm can't parse QgasProcessingOutputLayerDefinition and return the corresponding input ras...
- 04:07 PM Bug report #19842 (Closed): DB Manager does not load layer after a query
- Loading a layer as result of a query, like:...
- 03:29 PM Bug report #19839 (Closed): print composer: unable to change page settings
- 03:17 PM Bug report #19839 (Closed): print composer: unable to change page settings
- Hi
i was working on a print composition. Default page setting is A4 landscape. I changed it into A4 portrait, but no... - 01:52 PM Bug report #3975: PDF exports on OSX always convert text to outlines
- This VERY long running bug is still unsolved, The bug report reads like a soap opera, every time there seems to be so...
- 01:17 PM Bug report #19837 (Closed): Unable to create shapefile layer
- 11:05 AM Bug report #19837: Unable to create shapefile layer
- Thanks Nyall, that's all it was. Many thanks for the speedy reply
- 10:47 AM Bug report #19837: Unable to create shapefile layer
- Check the location you're saving to - it's probably a location without write permission
- 10:36 AM Bug report #19837 (Closed): Unable to create shapefile layer
- Hi
Did a clean install of QGIS 3 (latest version) with no issues on both desktop and laptop. I'm the only person w... - 01:16 PM Bug report #19833 (Open): Stack trace when viewing a versioned table in DB Manager
- 07:38 AM Bug report #19833: Stack trace when viewing a versioned table in DB Manager
- seems not
- 12:49 PM Feature request #17349 (Closed): Sort out the trusted/untrusted plugins/authors stuff
- I guess we can assume it's sorted out.
- 12:49 PM Feature request #17349 (Closed): Sort out the trusted/untrusted plugins/authors stuff
- I guess we can assume it's sorted out.
- 08:23 AM Bug report #17853: Duplicate Feature and Duplicate Feature (redigizited) operate on multiple feat...
- David Signer wrote:
> This is concerning not only the duplicate actions but any action listed in the feature action ... - 03:21 AM Bug report #18363: Missing dependencies in Kubuntu 16.04 and KDE Neon
- Ok I found the solution for *qgis 2.8.x* and *2.18.x*. The problem was *python-qscintilla2* version 2.9.2+dfsg-3build...
- 02:52 AM Bug report #18363: Missing dependencies in Kubuntu 16.04 and KDE Neon
- I tried to install qgis versions *2.8.6*, *2.18.16* and *3.2.2* on Linux Mint 18.3 (KDE flavour) which is also based ...
2018-09-12
- 01:04 AM Bug report #19835: QgsProcessingParameterMultipleLayers widget does not keep layer order
- (looks similar to #19836 but is not related)
- 11:37 PM Bug report #19835 (Open): QgsProcessingParameterMultipleLayers widget does not keep layer order
- Hi !
The QgsProcessingParameterMultipleLayers does not keep layer ordering when it is reopened.
This is very an... - 01:03 AM Bug report #19836 (Closed): QgsProcessingParameterMultipleLayers unreliable order in processing m...
- (note : this looks similar to #19835 but is not related)
The order of layers with QgsProcessingParameterMultipleLa... - 10:37 PM Bug report #19834 (Closed): Seg Fault on Startup
- QGIS segfaults on Startup
Looks like QtWidgets`QAction::setText() may be the issue.
Run in LLDB (Backtrace Belo... - 09:40 PM Bug report #19820 (Closed): python error in terrain analysis relief
- Applied in changeset commit:qgis|6935027ead9e1bd3741e1c265ce5b5b77882a21b.
- 09:40 PM Bug report #19820 (Closed): python error in terrain analysis relief
- Applied in changeset commit:qgis|6935027ead9e1bd3741e1c265ce5b5b77882a21b.
- 07:43 PM Feature request #15090: Make the GDAL/OGR console call editable
- Jonathan Ball wrote:
> By removing the ability to edit the GDAL command, this is a retrograde step because many of t... - 06:33 PM Feature request #15090: Make the GDAL/OGR console call editable
- By removing the ability to edit the GDAL command, this is a retrograde step because many of the defaults that are set...
- 07:36 PM Bug report #19833 (Feedback): Stack trace when viewing a versioned table in DB Manager
- Does it works as expected on 2.18?
- 05:39 PM Bug report #19833 (Closed): Stack trace when viewing a versioned table in DB Manager
- Creating an empty table then versioning it (Table -> Change logging) results in an error when clicking on the informa...
- 06:21 PM Bug report #19229: Reference layer is not optional in raster calculator
- Giovanni Manghi wrote:
> > Does it work to you?
>
> actually I think (after having used it again after #19553) th... - 04:08 PM Bug report #19229 (Open): Reference layer is not optional in raster calculator
> Does it work to you?
actually I think (after having used it again after #19553) that how the calculator works ...- 03:24 PM Bug report #19229: Reference layer is not optional in raster calculator
- Harrissou Santanna wrote:
> Actually the reference layer on one hand and the (cell size + extent) on the other are k... - 02:35 PM Bug report #19229 (Feedback): Reference layer is not optional in raster calculator
- Actually the reference layer on one hand and the (cell size + extent) on the other are kind of mutually exclusive opt...
- 05:12 PM Feature request #19832 (Reopened): Delete layers/files rather than remove
- There are some stackexchange questions about this with some code.
Rather than right clicking and removing layers, ... - 05:10 PM Bug report #19831: DB Manager does not read SRID automatically
- Forget to say that in QGIS 3 it is mandatory to click on "Update option" button, while in QGIS 2 not.
- 05:06 PM Bug report #19831 (Closed): DB Manager does not read SRID automatically
- DB Manager does not read SRID automatically from selected shapefile, default value is always 4326. In QGIS 2.18 works...
- 05:06 PM Feature request #19784: make the "Delete Ring" Tool work also by clicking on the ring boundaries
> Thanks for clarifying, though my bug still exists. My bug is about not being able to delete thin rings/0/small a...- 04:56 PM Feature request #19784: make the "Delete Ring" Tool work also by clicking on the ring boundaries
- Giovanni Manghi wrote:
> Tom T wrote:
> > Giovanni Manghi wrote:
> > > > Have you had any success deleting the thi... - 04:33 PM Feature request #19784: make the "Delete Ring" Tool work also by clicking on the ring boundaries
- Tom T wrote:
> Giovanni Manghi wrote:
> > > Have you had any success deleting the thin rings using the Delete Ring ... - 04:20 PM Bug report #19829: Loading georeferenced PDF crashes QGIS
- Patrick Harvey wrote:
> https://maps.six.nsw.gov.au/etopo.html
>
> I was trying the canberra topi but none of the... - 11:01 AM Bug report #19829: Loading georeferenced PDF crashes QGIS
- https://maps.six.nsw.gov.au/etopo.html
I was trying the canberra topi but none of them load - 10:18 AM Bug report #19829 (Feedback): Loading georeferenced PDF crashes QGIS
- Can you attach/link it?
- 10:18 AM Bug report #19829 (Feedback): Loading georeferenced PDF crashes QGIS
- Can you attach/link it?
- 10:18 AM Bug report #19829 (Feedback): Loading georeferenced PDF crashes QGIS
- Can you attach/link it?
- 10:18 AM Bug report #19829 (Feedback): Loading georeferenced PDF crashes QGIS
- Can you attach/link it?
- 10:18 AM Bug report #19829 (Feedback): Loading georeferenced PDF crashes QGIS
- Can you attach/link it?
- 10:16 AM Bug report #19829 (Closed): Loading georeferenced PDF crashes QGIS
- Hi See below for crash details.
I was trying to open a georeferenced PDF at the time
h2. User Feedback
... - 04:19 PM Feature request #19804 (Feedback): Change Legend Right to Left Reading in QGIS
- 09:33 AM Feature request #19804: Change Legend Right to Left Reading in QGIS
- Do you have a direct link to SE?
- 04:16 PM Bug report #19793 (Open): MSSQL: Poor initial QGIS 3.2.2 starting performance when getting data f...
- Some more additional information about the environment settings:
Following database details parameter are checked... - 04:08 PM Bug report #19591: Mesh layer transparency
- fixed?
- 09:36 AM Bug report #19591 (Closed): Mesh layer transparency
- 02:10 PM Bug report #18477 (Feedback): QGIS 3 "unable to save auxiliary storage"
- I just tested under ubuntu 16.04 and Windows 10 with QGIS 3.2.2. I couldn't reproduce. Can someone share a project an...
- 09:20 AM Bug report #18477: QGIS 3 "unable to save auxiliary storage"
- I observed same behaviour on Windows and with QGIS3.2 only happend when trying to save to .qgz but not to .qgis (same...
- 01:55 PM Bug report #19830 (Closed): build fail on fedora 28 using buildrpm.sh
- With the recent update of fedora 28, qgis master fails to build using buildrpm.sh
The log says:
RPM build errors:... - 01:16 PM Bug report #19817: [Processing] The [optional] tag is not displayed for string parameters
- Found many other examples. Flags it as a regression.
- 01:16 PM Bug report #19817: [Processing] The [optional] tag is not displayed for string parameters
- Found many other examples. Flags it as a regression.
- 01:16 PM Bug report #19817: [Processing] The [optional] tag is not displayed for string parameters
- Found many other examples. Flags it as a regression.
- 12:27 PM Bug report #19817: [Processing] The [optional] tag is not displayed for string parameters
- I think this is a more general issue as some string parameters we described as "Optional in the docs":https://docs.qg...
- 01:03 PM Bug report #18988 (Open): QGIS Server rendering different from Desktop rendering
- Present also on 3.3 Master.
The label using this expression is not rendered by the server:... - 12:39 PM Bug report #19805: QGIS 3: Link to the user manual not working when running Danish version of QGI...
- I have checked with the new nightly build and it works perfect.
Thanks for fixing this! - 11:08 AM Bug report #19567: qgz files not load
- I think this deserves to be fixed in the bugfix run. I affect this to Paul. Please notify here if someone objects or ...
- 09:21 AM Bug report #19828 (Open): GetFeatureInfo bug while solving "relation reference" widget "display e...
- Test already in:...
- 09:12 AM Feature request #19790: Handle Bad Layers - DISABLE instead of DELETE
- +1 Much needed
- 08:41 AM Bug report #19388: Consistent crash with join layer
- Just to add, in this same project, I now have an additional join layer and on adding a third am now getting a consist...
- 08:17 AM Bug report #19827 (Closed): GetFeatureInfo on "value relation" widget with array field (multiple ...
- Test already in:...
- 07:45 AM Bug report #19826 (Closed): GetFeatureInfo with FILTER doesn't work for gpkg - Test added
- Test already in:...
- 07:31 AM Bug report #19034: QGIS-Server generates empty PDF when printing from QWC2
- QWC2 and QGIS Server printing work just fine (at least for me) so if you could attach a test project that would be go...
- 07:25 AM Bug report #15553 (Closed): QGIS Server OPACITIES parameter works only when STYLES parameter is d...
- This works in QGIS 3 + 3.4 LTR is coming out so I'm closing it!
- 03:57 AM Bug report #19807 (Closed): Fix saving graphical model in project
- Ah - I missed the "save in project" part here.
Duplicate of #19824 - 03:57 AM Bug report #19807 (Closed): Fix saving graphical model in project
- Ah - I missed the "save in project" part here.
Duplicate of #19824
2018-09-11
- 01:52 AM Bug report #19824: Modifications to project models are not saved
- See https://github.com/qgis/QGIS/pull/7865
- 12:05 AM Bug report #19824 (Closed): Modifications to project models are not saved
- Hi !
Modifications to project models are not saved.
*Steps to reproduce :*
1. Create a model
2. Save it to ... - 01:14 AM Bug report #19825: MultipleLayers python widget stays empty when type is TypeMapLayer
- See https://github.com/qgis/QGIS/pull/7864
(seems I can't add the patch supplied flag ?) - 01:10 AM Bug report #19825 (Closed): MultipleLayers python widget stays empty when type is TypeMapLayer
- Hi,
There's a small bug with the python wrapper of the widget for QgsProcessingParameterMultipleLayers that is use... - 08:57 PM Bug report #19823: crash after topology check
- Also try with no 3rd party plugins or even better on new/clean profile.
- 08:57 PM Bug report #19823 (Feedback): crash after topology check
- Can you replicate 100% of times while doing the same operations? Please add step by step instructions on how replicat...
- 08:57 PM Bug report #19823 (Feedback): crash after topology check
- Can you replicate 100% of times while doing the same operations? Please add step by step instructions on how replicat...
- 08:56 PM Bug report #19823 (Closed): crash after topology check
- h2. User Feedback
I mad some topology check and editing of postgis tables. QGIS crashed after closing.
h2. Repo... - 05:25 PM Feature request #19769: Add a variable returning the current map theme
- Connects to #19674
- 05:21 PM Bug report #19674: Method theme() of QgsMapCanvas not in sync?
- Connects to #19769
It is weird that @qgc.QgsProject.instance().mapThemeCollection()@ can provide the list of map t... - 05:20 PM Feature request #19784: make the "Delete Ring" Tool work also by clicking on the ring boundaries
- Giovanni Manghi wrote:
> > Have you had any success deleting the thin rings using the Delete Ring Button for this ER... - 04:08 PM Feature request #19784 (Feedback): make the "Delete Ring" Tool work also by clicking on the ring ...
> Have you had any success deleting the thin rings using the Delete Ring Button for this ERSI shape file: modified ...- 03:55 PM Feature request #19784 (Open): make the "Delete Ring" Tool work also by clicking on the ring boun...
- Giovanni Manghi wrote:
> Tom T wrote:
> > Ok, though there are normally more than 1 thin ring at one time. I think... - 01:59 PM Feature request #19784 (Feedback): make the "Delete Ring" Tool work also by clicking on the ring ...
- Tom T wrote:
> Ok, though there are normally more than 1 thin ring at one time. I think it is impractical to zoom i... - 04:53 PM Bug report #19796: [osgeo4w] Package: Unknown package opencl.bat exit code 1
- > Are you using OSGeo4W's setup (%OSGEO4W_ROOT%\bin\setup.bat) or one downloaded long ago? The "current" one should r...
- 04:03 PM Bug report #19796: [osgeo4w] Package: Unknown package opencl.bat exit code 1
- Harrissou Santanna wrote:
> > I'm afraid in french ;)
>
> Nothing unguessable. I attached the log file.
Are yo... - 03:16 PM Bug report #19796: [osgeo4w] Package: Unknown package opencl.bat exit code 1
- > I'm afraid in french ;)
Nothing unguessable. I attached the log file. - 03:13 PM Bug report #19796: [osgeo4w] Package: Unknown package opencl.bat exit code 1
- Jürgen Fischer wrote:
> Harrissou Santanna wrote:
> > btw, no QGIS from yesterday_
finished just now. - 03:10 PM Bug report #19796: [osgeo4w] Package: Unknown package opencl.bat exit code 1
- Harrissou Santanna wrote:
> Updated to the latest osgeo4w, including the new version of msvcrt (_btw, no QGIS from y... - 02:59 PM Bug report #19796: [osgeo4w] Package: Unknown package opencl.bat exit code 1
- Updated to the latest osgeo4w, including the new version of msvcrt (_btw, no QGIS from yesterday_) but still get the ...
- 01:50 PM Bug report #19796 (Closed): [osgeo4w] Package: Unknown package opencl.bat exit code 1
- msvcrt-1.0.3-1 should shed more light on why the opencl.dll update is failing for you.
- 01:50 PM Bug report #19796 (Closed): [osgeo4w] Package: Unknown package opencl.bat exit code 1
- msvcrt-1.0.3-1 should shed more light on why the opencl.dll update is failing for you.
- 04:37 PM Bug report #19819 (Feedback): QGIS crashes when I close the application
- Remove ALL 3rd party plugins, create a clean new profile, restart QGIS, try again. Thanks!
- 04:37 PM Bug report #19819 (Feedback): QGIS crashes when I close the application
- Remove ALL 3rd party plugins, create a clean new profile, restart QGIS, try again. Thanks!
- 10:45 AM Bug report #19819 (Closed): QGIS crashes when I close the application
- h2. User Feedback
h2. Report Details
*Crash ID*: 2158b01f96452b8cf079fabd6f476862ce1a56f9
*Stack Trace... - 04:25 PM Feature request #19822 (Open): Panning/move on QGIS using WASD/keyboard buttons
- Can we pan using WASD/other keyboard buttons, like in Google Earth?
W - Up
A - Left
S - Down
D - Right
This wo... - 04:19 PM Bug report #19820: python error in terrain analysis relief
- Confirmed on master/linux (and regression).
- 04:19 PM Bug report #19820: python error in terrain analysis relief
- Confirmed on master/linux (and regression).
- 04:19 PM Bug report #19820: python error in terrain analysis relief
- Confirmed on master/linux (and regression).
- 02:43 PM Bug report #19820 (Closed): python error in terrain analysis relief
When I try to launch the relief algorithm (raster terrain analysis)
QGIS crashes with a python error message (see ...- 04:05 PM Bug report #19821: Ctrl-f (filter tool) doesn't show embedded forms from 1:n relations anymore
- Tested on Linux and Windows. Problem appears on both platforms.
- 04:05 PM Bug report #19821 (Closed): Ctrl-f (filter tool) doesn't show embedded forms from 1:n relations a...
- In QGIS 3.0.x, embedded forms (1:n relations) are displayed when filtering/selecting features with ctrl-f. They have ...
- 03:23 PM Bug report #19797: Bug in executing clip with polygon from another layer for Digitizing Toolbar
- Great for the quick fix! Sorry for my misuse of this platform. Digitizing tools is such a standard toolbar that I had...
- 02:31 PM Bug report #19639: CSV: "Detect field types" doesn't update the sample view
- Tobias Wendorff wrote:
> Giovanni Manghi wrote:
> > I just loaded the attached CSV in QGIS (using the 'add vector l... - 02:11 PM Bug report #19639 (Feedback): CSV: "Detect field types" doesn't update the sample view
- Tobias Wendorff wrote:
> Giovanni Manghi wrote:
> > I just loaded the attached CSV in QGIS (using the 'add vector l... - 02:08 PM Bug report #19801: WFS not working at all
- Willem Buitendyk wrote:
> I've made some progress. An old EPSG code was causing some issues so I changed it from 40... - 02:04 PM Bug report #19801: WFS not working at all
- The canvas size issue on macOS is known and was already filed in a different ticket.
- 01:56 PM Bug report #19807 (Open): Fix saving graphical model in project
- 11:38 AM Bug report #19807: Fix saving graphical model in project
- I tried to reproduce with a fresh install of QGIS dev. It still doesn't work as expected.
For the first version of... - 01:53 PM Bug report #19808: [Processing] Description not in line with "input layer" parameter capabilities
- Harrissou Santanna wrote:
> I meant conflict between description and input: I don't think anyone will expect it work... - 01:38 PM Feature request #19733: make GPKG the default output format for GRASS tools
> Yes, probably 4 lines above in https://github.com/qgis/QGIS/blob/master/python/plugins/processing/algs/grass7/Gra...- 01:36 PM Bug report #19813: Create grid algorithm is broken
- Harrissou Santanna wrote:
> Same thing for "random points in extent" as well as "Regular points"
the commit by Ny... - 02:26 AM Bug report #19813 (Closed): Create grid algorithm is broken
- Applied in changeset commit:qgis|ac3b37ffe0a4b295830d813ca5aafa2be71fb3f8.
- 02:26 AM Bug report #19813 (Closed): Create grid algorithm is broken
- Applied in changeset commit:qgis|ac3b37ffe0a4b295830d813ca5aafa2be71fb3f8.
- 01:23 PM Bug report #19744: QGIS 3.3.0-master (b55ab2e6d4) crashes upon closing
- h2. User Feedback
osgeo4w latest master
new (clean without any import) profile
hitting strg-q few seconds after ... - 12:18 PM Bug report #19817: [Processing] The [optional] tag is not displayed for string parameters
- From what I can see, the "optional" argument seems already set for the parameter. See:
https://github.com/qgis/QGIS/... - 06:40 AM Bug report #19817: [Processing] The [optional] tag is not displayed for string parameters
- Agreed! Will you make a PR?
- 02:31 AM Bug report #19817 (Closed): [Processing] The [optional] tag is not displayed for string parameters
- When filling the "Join attributes by field value" algorithm dialog, you can ignore the "Join field prefix", in which ...
- 11:45 AM Bug report #19795: QGIS Server 3 / WMS: the SLD parameter support has been removed
- Hi Tudor Bărăscu,
Is there an open issue for your comment ?
Is there some tests in QGIS about SLD support ? - 11:44 AM Bug report #19795: QGIS Server 3 / WMS: the SLD parameter support has been removed
- PR supplied: https://github.com/qgis/QGIS/pull/7859
- 11:41 AM Bug report #19795: QGIS Server 3 / WMS: the SLD parameter support has been removed
- Also, the stroke width functions don't function for points and linestrings (only for polygon) although the request g...
- 11:17 AM Bug report #19818 (Closed): I was uninstalling Semi-Automatic Classification Plugin and then QGIS...
- Problems caused by 3rd party plugins must be reported to plugins authors.
- 11:17 AM Bug report #19818 (Closed): I was uninstalling Semi-Automatic Classification Plugin and then QGIS...
- Problems caused by 3rd party plugins must be reported to plugins authors.
- 10:28 AM Bug report #19818 (Closed): I was uninstalling Semi-Automatic Classification Plugin and then QGIS...
- h2. User Feedback
h2. Report Details
*Crash ID*: 7bf07ec3f6f2fb08473c46aad03c4777940a948d
*Stack Trace... - 06:41 AM Bug report #19816: Parameter label "Expression" is not meaningful
- Looks like it's evaluated and used as either the "number of points" or "density of points".
This is unfortunate --...
2018-09-10
- 01:49 AM Bug report #19816 (Open): Parameter label "Expression" is not meaningful
- The "Random points inside polygons" algorithm provides a parameter named "Expression" which imho does not help to kno...
- 01:40 AM Bug report #19813: Create grid algorithm is broken
- Same thing for "random points in extent" as well as "Regular points"
- 06:54 PM Bug report #19813 (Closed): Create grid algorithm is broken
- In the Processing toolbox, if I click the "create grid" algorithm I get the attached screenshot
- 01:32 AM Bug report #19807 (Feedback): Fix saving graphical model in project
- Hm, I can't reproduce this, using the exact same steps!
What inputs/algorithms do you put in your simple model? - 03:45 PM Bug report #19807 (Closed): Fix saving graphical model in project
- I can save graphical models only for the first time. When I update the model and try to save it again (pressing the g...
- 01:10 AM Feature request #19815 (Open): Default primary key identification posts
- I often use a lot of dynamic views with variable data. As such, when I go to add a postgis table through data source...
- 12:56 AM Bug report #19801: WFS not working at all
- I've made some progress. An old EPSG code was causing some issues so I changed it from 4030 to 4326. WFS 1.1 works ...
- 06:03 PM Bug report #19801: WFS not working at all
- Unfortunately I can't as our WFS server is private data. I will try to find some other large public WFS datasets to ...
- 10:45 AM Bug report #19801 (Feedback): WFS not working at all
- Can you share the service URL? Thanks.
- 10:45 AM Bug report #19801 (Feedback): WFS not working at all
- Can you share the service URL? Thanks.
- 03:47 AM Bug report #19801: WFS not working at all
- WFS Error: "Did you forget "AUTHORITY:NUMBER"?" was related to a bad EPSG on geoserver.
However, WFS still loads ... - 03:01 AM Bug report #19801 (Open): WFS not working at all
- Upgraded to 3.2.2 on Mac. WFS is completely non-responsive using WFS 1.1 or WFS 2.0. Error coming back is:
Serve... - 10:35 PM Bug report #19805 (Closed): QGIS 3: Link to the user manual not working when running Danish versi...
- 10:35 PM Bug report #19805: QGIS 3: Link to the user manual not working when running Danish version of QGI...
Yes, only LTR is translated, so requests going to master for translations should just go to english.
We do this by...- 12:21 PM Bug report #19805: QGIS 3: Link to the user manual not working when running Danish version of QGI...
- Afaict, works fine when using French language: the redirection to English is done. Richard might know better.
- 11:57 AM Bug report #19805: QGIS 3: Link to the user manual not working when running Danish version of QGI...
- This issue was automatically assigned to the QGIS Translation Team. I'm not sure this is the correct assignee.
- 11:56 AM Bug report #19805 (Closed): QGIS 3: Link to the user manual not working when running Danish versi...
- When running QGIS 3.2 (and QGIS 3.3) with Danish translation, the link to the user manual is to a danish version of t...
- 10:16 PM Feature request #19733: make GPKG the default output format for GRASS tools
- Giovanni Manghi wrote:
> Markus Neteler wrote:
...
> > However, I agree to your suggestion that GPKG needs to be ... - 10:52 AM Feature request #19733: make GPKG the default output format for GRASS tools
- Markus Neteler wrote:
> Giovanni Manghi wrote:
> > Markus Neteler wrote:
> > > Could you please indicate where the... - 09:48 PM Bug report #19812 (Closed): Unable to select object with only one layer loaded
- Already fixed in master/3.2
- 09:48 PM Bug report #19812 (Closed): Unable to select object with only one layer loaded
- Already fixed in master/3.2
- 06:31 PM Bug report #19812 (Closed): Unable to select object with only one layer loaded
- When there is only one layer in the TOC "Select feature by area" tool doesn't work and retun this error: "No active v...
- 09:31 PM Bug report #19808: [Processing] Description not in line with "input layer" parameter capabilities
- I meant conflict between description and input: I don't think anyone will expect it works with point given the follow...
- 08:29 PM Bug report #19808: [Processing] Description not in line with "input layer" parameter capabilities
- Harrissou Santanna wrote:
> The Dissolve algorithm also allows point layers in input
dissolving points is ok as d... - 04:26 PM Bug report #19808: [Processing] Description not in line with "input layer" parameter capabilities
- The Dissolve algorithm also allows point layers in input
- 04:14 PM Bug report #19808 (Closed): [Processing] Description not in line with "input layer" parameter cap...
- Some algorithms are described as accepting line or polygon features but the input layer drop-down still lists point l...
- 08:30 PM Bug report #19392 (Closed): Problem to open protocol Links GeoJSON
- Closing the older one as the newer has more details.
- 08:30 PM Bug report #19392 (Closed): Problem to open protocol Links GeoJSON
- Closing the older one as the newer has more details.
- 07:13 PM Bug report #19392: Problem to open protocol Links GeoJSON
- Guessing this is a duplicate of https://issues.qgis.org/issues/17947
- 08:03 PM Feature request #19810 (Open): QGIS3: Coordinate Reference System Selector "apply to all"
- Wow, that's unexpected... it shouldn't be a main setting, it should be a project setting. But it would be WAY better ...
- 07:36 PM Feature request #19810 (Feedback): QGIS3: Coordinate Reference System Selector "apply to all"
- settings > options > CRS = CRS for new layers layers being loaded with unknown CRS
- 05:20 PM Feature request #19810 (Open): QGIS3: Coordinate Reference System Selector "apply to all"
- I've just opened a ZIP file with 400 small shapefiles in it. PRJ was missing, so the CRS was unkown. The result were ...
- 07:45 PM Bug report #19639 (Open): CSV: "Detect field types" doesn't update the sample view
- Giovanni Manghi wrote:
> I just loaded the attached CSV in QGIS (using the 'add vector layer' dialog) and the first ... - 07:30 PM Feature request #19814: QGIS3: "no spatial index" for package layers
- time +saver+... hell
- 07:10 PM Feature request #19814 (Closed): QGIS3: "no spatial index" for package layers
- *Please add a toggle to disable the creation of spatial indexes.* Sometimes, it's needed to quickly export data into ...
- 07:01 PM Bug report #19799: QGIS 2.18.22 crashs with openSUSE Leap 42.3 when loading projected raster file
- When I load any projected raster (GeoTIFF, NetCDF) QGIS crashs immediately.
I believe, that any QGIS-Version with th... - 06:40 PM Bug report #19700: No output from grass toolbox function
- in my case the grass base command is (for some reason not clear to me) set to None. E.g.
Grass7Utils.command = No... - 06:15 PM Bug report #19700: No output from grass toolbox function
- Luigi Pirelli wrote:
> For example the attached model use two r.null from the same raster input.
>
> some times ... - 05:30 PM Bug report #19700: No output from grass toolbox function
- For example the attached model use two r.null from the same raster input.
some times the result is correct (rarel... - 05:02 PM Bug report #19700: No output from grass toolbox function
- Giovanni Manghi wrote:
> Is this limited to v.extrude or is the same for any GRASS tool?
I'm facing unreliable ex... - 06:26 PM Bug report #19811: QGIS3: 3 bugs in ArcGIS Feature Server when using Data Source Manager
- Additional bugs (please add them to the first post, Redmine system doesn't allow editing first posts...)
4. Filter... - 06:21 PM Bug report #19811: QGIS3: 3 bugs in ArcGIS Feature Server when using Data Source Manager
- For example, try it on this server. It delivers Features and Imagery on the same URL (it accepts queries):...
- 06:19 PM Bug report #19811 (Open): QGIS3: 3 bugs in ArcGIS Feature Server when using Data Source Manager
- I've found three bugs when loading data from ArcGIS Feature Server.
1. When adding a filter using "Build query", t... - 05:41 PM Bug report #17947: Add GeoJSON from a https URL on Windows fails due to a SSL certificate problem
- I wanted to checkin here to see if there's any update to this issue or advice on how we might be able to overcome thi...
- 05:20 PM Bug report #18558 (Closed): QGIS crash with SQL Server layer
- 04:45 PM Bug report #18558: QGIS crash with SQL Server layer
- I installed 3.2.2 and it looks like it is resolved. Good job to whoever fixed that.
Antony - 05:04 PM Bug report #19706: The tool "Dissolve" doesnt weork properly in new version of QGIS (3.2.2)
- could be related the same issue as in #19700 ?
- 04:33 PM Bug report #19809 (Open): [Processing]Union and symmetrical difference algorithms should not allo...
- Because these algorithms put data from the input layers in a single one, it could be nice to inform at the beginning ...
- 03:23 PM Bug report #19797: Bug in executing clip with polygon from another layer for Digitizing Toolbar
- Problem fixed in new release 1.2.0 of the plugin
- 09:57 AM Bug report #19797: Bug in executing clip with polygon from another layer for Digitizing Toolbar
- @Harrisou: thanks informing me
@KL Higgins: I will try to fix this problem today. However as a rule of thumb you s... - 02:02 PM Bug report #6898 (Closed): QGIS mapserver forces http when requesting SLD=https
- Applied in changeset commit:qgis|a5dd6eb877fd1208fc10897625eb3d94768ea297.
- 02:02 PM Bug report #6898 (Closed): QGIS mapserver forces http when requesting SLD=https
- Applied in changeset commit:qgis|a5dd6eb877fd1208fc10897625eb3d94768ea297.
- 01:06 PM Bug report #19380: Layer properties metadata language error
- This dropdown contains a list of ISO 3166 (1) and ISO 639 (2) which is a list of languages.
1: https://github.com/... - 11:52 AM Feature request #19784 (Open): make the "Delete Ring" Tool work also by clicking on the ring boun...
- Ok, though there are normally more than 1 thin ring at one time. I think it is impractical to zoom in on each ring i...
- 11:52 AM Feature request #19784 (Open): make the "Delete Ring" Tool work also by clicking on the ring boun...
- Ok, though there are normally more than 1 thin ring at one time. I think it is impractical to zoom in on each ring i...
- 11:52 AM Feature request #19784 (Open): make the "Delete Ring" Tool work also by clicking on the ring boun...
- Ok, though there are normally more than 1 thin ring at one time. I think it is impractical to zoom in on each ring i...
- 11:27 AM Bug report #19796 (Open): [osgeo4w] Package: Unknown package opencl.bat exit code 1
- Here's the setup.log.full from this morning. Thanks.
- 11:27 AM Bug report #19796 (Open): [osgeo4w] Package: Unknown package opencl.bat exit code 1
- Here's the setup.log.full from this morning. Thanks.
- 11:13 AM Feature request #8743: Field calculator: allow "Formula" to receive a value from a "Number" param...
> https://gis.stackexchange.com/questions/295323/vector-fields-as-input-variable-in-field-calculator
this defini...- 10:55 AM Bug report #19802: DB Manager saved SQL statements are saved empty
- Confirmed on master/linux.
- 10:55 AM Bug report #19802: DB Manager saved SQL statements are saved empty
- Confirmed on master/linux.
- 10:55 AM Bug report #19802: DB Manager saved SQL statements are saved empty
- Confirmed on master/linux.
- 08:39 AM Bug report #19802: DB Manager saved SQL statements are saved empty
- I tried now and it can be important that the statements are cleared while closing QGIS or during saving project.
- 08:30 AM Bug report #19802 (Closed): DB Manager saved SQL statements are saved empty
- When I saved SQL statement in DB Manager using Save button it appeared as 'saved' but when I chose to load it from th...
- 10:26 AM Feature request #19804 (Feedback): Change Legend Right to Left Reading in QGIS
- Please follow this request on gis.stackexchange
- 10:22 AM Bug report #19803: QGIS Crashes when tensorflow is imported from internal python console
- h2. User Feedback
I tried to import tensorflow from internal python console.
h2. Report Details
*Crash ID*: ... - 10:16 AM Bug report #19803 (Closed): QGIS Crashes when tensorflow is imported from internal python console
- h2. User Feedback
h2. Report Details
*Crash ID*: 7c63bed250bb7286e1288b59ca10b7818787e5d3
*Stack Trace...
2018-09-09
- 01:12 AM Bug report #19800 (Closed): Undesired text box next to map canvas cursor
- You've turned on the "map tips" option -- look in the toolbars for the tips action and unselect it. (For user assista...
- 10:05 PM Bug report #19800 (Closed): Undesired text box next to map canvas cursor
- A small white text box recently appeared next to my cursor. I don't know what action caused it to appear, and I can't...
- 07:12 PM Bug report #19799 (Closed): QGIS 2.18.22 crashs with openSUSE Leap 42.3 when loading projected ra...
- When I load any projected raster (GeoTIFF, NetCDF) QGIS crashs immediately.
Also the long term supported version 2.1... - 05:32 PM Feature request #8743: Field calculator: allow "Formula" to receive a value from a "Number" param...
- There are at least three other issues with the Field Calculator not accepting other input. This is not fixed.
http... - 04:29 PM Bug report #15658: map tips does not show images correctly anymore... on Linux
- The most portable way to use this (assuming you have the images in the same folder as the project) currently (tested ...
- 11:53 AM Feature request #19733: make GPKG the default output format for GRASS tools
- Giovanni Manghi wrote:
> Markus Neteler wrote:
> > Could you please indicate where the SHP format is hardcoded so t...
2018-09-08
- 03:15 PM Bug report #19793: MSSQL: Poor initial QGIS 3.2.2 starting performance when getting data from a M...
- Yes, of course … below see the datasource tag of the layer in my test.qgs:
<datasource>dbname='its_gis' host=its_... - 12:15 PM Feature request #19794: Add capability for specifying additional options with the gdal:contour pr...
- OK - I've submitted the request. Hope I did it right (first timer!)
- 11:22 AM Feature request #19794: Add capability for specifying additional options with the gdal:contour pr...
- Geoff Kimbell wrote:
> Thanks Giovanni - patch file attached. Not sure if this is the best way of adding this functi... - 11:24 AM Bug report #19796 (Feedback): [osgeo4w] Package: Unknown package opencl.bat exit code 1
- Harrissou Santanna wrote:
> Jürgen Fischer wrote:
> > Anything in setup.log(.full)?
> It means? How do I get the i... - 09:51 AM Bug report #19786 (Closed): Error while saving batch algorithm to JSON file
- Applied in changeset commit:qgis|1c5250b147edc1b4ad845884c0f4249ec5a99b43.
- 09:51 AM Bug report #19786 (Closed): Error while saving batch algorithm to JSON file
- Applied in changeset commit:qgis|1c5250b147edc1b4ad845884c0f4249ec5a99b43.
- 09:51 AM Bug report #19779 (Closed): "Sample raster values" alg not usable from graphical modeler
- Applied in changeset commit:qgis|1c5250b147edc1b4ad845884c0f4249ec5a99b43.
- 09:51 AM Bug report #19779 (Closed): "Sample raster values" alg not usable from graphical modeler
- Applied in changeset commit:qgis|1c5250b147edc1b4ad845884c0f4249ec5a99b43.
- 09:17 AM Bug report #18463: Impossible to change value when a range double spinbox is used and allow null ...
- Still present and really annoying (particularly for users that don't check the attribute forms tab)
- 07:20 AM Bug report #19797 (Rejected): Bug in executing clip with polygon from another layer for Digitizin...
- This belongs on https://github.com/bstroebl/DigitizingTools/issues -- we have enough issues on this tracker without ...
- 07:20 AM Bug report #19797 (Rejected): Bug in executing clip with polygon from another layer for Digitizin...
- This belongs on https://github.com/bstroebl/DigitizingTools/issues -- we have enough issues on this tracker without ...
- 06:37 AM Bug report #19798 (Closed): voronoi.py swallows exceptions
- Applied in changeset commit:qgis|0cc9501df70503e40bb00dc97970436541d65551.
- 06:37 AM Bug report #19798 (Closed): voronoi.py swallows exceptions
- Applied in changeset commit:qgis|0cc9501df70503e40bb00dc97970436541d65551.
- 05:49 AM Bug report #19798: voronoi.py swallows exceptions
- pull request: https://github.com/qgis/QGIS/pull/7832
- 05:46 AM Bug report #19798 (Closed): voronoi.py swallows exceptions
- On line 362 of voronoi.py, there is the line `except Exception as err:` which is used to swallow all exceptions thro...
2018-09-07
- 11:40 PM Bug report #19785: [processing] Scripts with QgsProcessingParameterRange can't be added to Model
- Sorry, I wasn't implying that you should do the port (that's my responsibility). I was instead just conveying that it...
- 02:01 PM Bug report #19785: [processing] Scripts with QgsProcessingParameterRange can't be added to Model
- prposed PR https://github.com/qgis/QGIS/pull/7825
- 10:28 AM Bug report #19785: [processing] Scripts with QgsProcessingParameterRange can't be added to Model
- Nyall Dawson wrote:
> It seems range parameters have never been supported in models (I gather they aren't widely use... - 09:46 AM Bug report #19785: [processing] Scripts with QgsProcessingParameterRange can't be added to Model
- lesson learned... never be core developer in a project that involve you as user... or plan 100% more project time ;)
- 09:44 AM Bug report #19785: [processing] Scripts with QgsProcessingParameterRange can't be added to Model
- Nyall Dawson wrote:
> It seems range parameters have never been supported in models (I gather they aren't widely use... - 02:10 AM Bug report #19785: [processing] Scripts with QgsProcessingParameterRange can't be added to Model
- It seems range parameters have never been supported in models (I gather they aren't widely used yet).
I'd be tempt... - 10:59 PM Bug report #19797: Bug in executing clip with polygon from another layer for Digitizing Toolbar
- > This seems to be a bug with the Digitizing tools plugin, in which case it should be reported in the plugin repo.
O... - 10:53 PM Bug report #19797 (Feedback): Bug in executing clip with polygon from another layer for Digitizin...
- This seems to be a bug with the Digitizing tools plugin, in which case it should be reported in the plugin repo.
- 07:47 PM Bug report #19797 (Rejected): Bug in executing clip with polygon from another layer for Digitizin...
- As reported on stackexchange, I have run into issues with the clip with polygon from another layer tool with the Digi...
- 10:44 PM Bug report #19796: [osgeo4w] Package: Unknown package opencl.bat exit code 1
- Jürgen Fischer wrote:
> Anything in setup.log(.full)?
It means? How do I get the info?
> 32 or 64bit?
64bit
- 09:03 PM Bug report #19796: [osgeo4w] Package: Unknown package opencl.bat exit code 1
- Anything in setup.log(.full)? 32 or 64bit?
- 04:50 PM Bug report #19796 (Closed): [osgeo4w] Package: Unknown package opencl.bat exit code 1
- Each time I update the nightlies, at the end of the process I get the following message
> Package: Unknown package
... - 09:07 PM Bug report #19793 (Feedback): MSSQL: Poor initial QGIS 3.2.2 starting performance when getting da...
- did you enable @use estimated metadata@ on the connection?
- 06:17 PM Bug report #19793 (Open): MSSQL: Poor initial QGIS 3.2.2 starting performance when getting data f...
- 03:34 PM Bug report #19793: MSSQL: Poor initial QGIS 3.2.2 starting performance when getting data from a M...
- I did a quick QGIS 2.18.9 installation and test it against the given data.
Short summary, at very first time to load... - 01:11 PM Bug report #19793 (Feedback): MSSQL: Poor initial QGIS 3.2.2 starting performance when getting da...
- 01:11 PM Bug report #19793: MSSQL: Poor initial QGIS 3.2.2 starting performance when getting data from a M...
- Was/is the case also on 2.18?
- 01:11 PM Bug report #19793: MSSQL: Poor initial QGIS 3.2.2 starting performance when getting data from a M...
- Was/is the case also on 2.18?
- 12:02 PM Bug report #19793 (Open): MSSQL: Poor initial QGIS 3.2.2 starting performance when getting data f...
- Description:
============
Opening a .QGS which has a layer from a MS SQL Server view, takes drastically more startu... - 08:20 PM Feature request #19794: Add capability for specifying additional options with the gdal:contour pr...
- Thanks Giovanni - patch file attached. Not sure if this is the best way of adding this functionality though...
Che... - 02:47 PM Feature request #19794: Add capability for specifying additional options with the gdal:contour pr...
- Feel free to submit a patch.
- 02:10 PM Feature request #19794 (Closed): Add capability for specifying additional options with the gdal:c...
- Would it be possible to add the OPTIONS parameter to the list available with gdal:contour in QGIS 3?
For example, it... - 03:16 PM Bug report #19795 (Closed): QGIS Server 3 / WMS: the SLD parameter support has been removed
- With the suppression of the class QgsHttpTransaction, the support of SLD parameter has been removed.
Here is the c... - 03:13 PM Bug report #6898: QGIS mapserver forces http when requesting SLD=https
- PR supplied https://github.com/qgis/QGIS/pull/7827
- 03:13 PM Bug report #6898: QGIS mapserver forces http when requesting SLD=https
- PR supplied https://github.com/qgis/QGIS/pull/7827
- 03:13 PM Bug report #6898: QGIS mapserver forces http when requesting SLD=https
- PR supplied https://github.com/qgis/QGIS/pull/7827
- 03:13 PM Bug report #6898: QGIS mapserver forces http when requesting SLD=https
- PR supplied https://github.com/qgis/QGIS/pull/7827
- 02:25 PM Bug report #19772: QGIS crash when adding feature to Memory Vector Layer
h2. User Feedback
I have tried to reproduce this in later version 3.2.2, and it occurs more frequently. Im doing...- 11:46 AM Feature request #19519: Add buttons [Stop] / [Only LineStrings] / [Only polygons] / {All} to dial...
- Ok. Let's you show me.
Then I open many files and they all have 1 coord sys.
May be add button [For ALL] or somethi... - 11:46 AM Feature request #19519: Add buttons [Stop] / [Only LineStrings] / [Only polygons] / {All} to dial...
- Ok. Let's you show me.
Then I open many files and they all have 1 coord sys.
May be add button [For ALL] or somethi... - 11:46 AM Feature request #19519: Add buttons [Stop] / [Only LineStrings] / [Only polygons] / {All} to dial...
- Ok. Let's you show me.
Then I open many files and they all have 1 coord sys.
May be add button [For ALL] or somethi... - 08:37 AM Bug report #19792 (Closed): eVis crashes 2.18 LTR & V3 if layer has any 'virtual fields'
- h2. User Feedback
Whether it is QGIS LTR 2.18.23 or QGIS 3.2.1, if you use eVis with shapefiles linked to a photo ...
2018-09-06
- 11:51 PM Bug report #19791 (Open): 3d map in layout shows blank screen
- Steps:
1. add a 3dmap in a layout,
2. set the scensettings to the 3dmap
3. in the 3d map the message "Load" appear... - 09:08 PM Bug report #19788: DB Manager: Renaming a PostGIS geometry column causes it to lose its geometry ...
- Confirmed, does not happens if renaming the column via SQL.
- 09:08 PM Bug report #19788: DB Manager: Renaming a PostGIS geometry column causes it to lose its geometry ...
- Confirmed, does not happens if renaming the column via SQL.
- 06:07 PM Bug report #19788 (Open): DB Manager: Renaming a PostGIS geometry column causes it to lose its ge...
- Using the Field Properties dialog box in DB Manager to rename a geometry column in a PostGIS table causes the column ...
- 09:05 PM Bug report #19789: while panning and moving QGIS just crashed...
- Please also try removing any 3rd party plugin and/or using a clean profile.
- 09:05 PM Bug report #19789 (Feedback): while panning and moving QGIS just crashed...
- Does it happens 100% of times? only with a specific project/data? any project/data?
- 09:05 PM Bug report #19789 (Feedback): while panning and moving QGIS just crashed...
- Does it happens 100% of times? only with a specific project/data? any project/data?
- 09:05 PM Bug report #19789 (Feedback): while panning and moving QGIS just crashed...
- Does it happens 100% of times? only with a specific project/data? any project/data?
- 09:05 PM Bug report #19789 (Feedback): while panning and moving QGIS just crashed...
- Does it happens 100% of times? only with a specific project/data? any project/data?
- 07:03 PM Bug report #19789 (Closed): while panning and moving QGIS just crashed...
- h2. User Feedback
h2. Report Details
*Crash ID*: 4721b46b39ccb4d62925fe6d6c96f9aa1869bdf9
*Stack Trace... - 08:02 PM Feature request #19790 (Closed): Handle Bad Layers - DISABLE instead of DELETE
- This is a request for a change to the "Handle Bad Layers" dialog. This should be a change to the QGIS core.
The sc... - 06:40 PM Bug report #19031 (Closed): MacOS High Sierra, QGIS 2.18, can't connect to Official Plugin Reposi...
- 05:42 PM Bug report #19031: MacOS High Sierra, QGIS 2.18, can't connect to Official Plugin Repository
- No longer experiencing this issue. Connection is working.
- 03:51 PM Bug report #19785: [processing] Scripts with QgsProcessingParameterRange can't be added to Model
- Luigi Pirelli wrote:
> can be related to this control?
> https://github.com/qgis/QGIS/blob/master/python/plugins/pr... - 02:13 PM Bug report #19785: [processing] Scripts with QgsProcessingParameterRange can't be added to Model
- can be related to this control?
https://github.com/qgis/QGIS/blob/master/python/plugins/processing/gui/wrappers.py#L... - 01:36 PM Bug report #19785 (Closed): [processing] Scripts with QgsProcessingParameterRange can't be added ...
- Any processing script having defined a QgsProcessingParameterRange,
rise exception adding the script to the modeler.... - 03:03 PM Feature request #19784 (Feedback): make the "Delete Ring" Tool work also by clicking on the ring ...
> Sorry, Corrected file attached, annoyed as I should have spotted that.
> Shp files generated from QGIS 2.18.22
...- 01:08 PM Feature request #19784: make the "Delete Ring" Tool work also by clicking on the ring boundaries
- Giovanni Manghi wrote:
> Tom T wrote:
> > Giovanni Manghi wrote:
> > > Please attach sample data.
> > > Does work... - 12:09 PM Feature request #19784: make the "Delete Ring" Tool work also by clicking on the ring boundaries
- Tom T wrote:
> Giovanni Manghi wrote:
> > Please attach sample data.
> > Does works as expected on 2.18?
>
> Do... - 11:53 AM Feature request #19784 (Open): make the "Delete Ring" Tool work also by clicking on the ring boun...
- 11:48 AM Feature request #19784: make the "Delete Ring" Tool work also by clicking on the ring boundaries
- Giovanni Manghi wrote:
> Please attach sample data.
> Does works as expected on 2.18?
Does not work as expected ... - 11:30 AM Feature request #19784 (Feedback): make the "Delete Ring" Tool work also by clicking on the ring ...
- Please attach sample data.
Does works as expected on 2.18? - 11:30 AM Feature request #19784 (Feedback): make the "Delete Ring" Tool work also by clicking on the ring ...
- Please attach sample data.
Does works as expected on 2.18? - 11:25 AM Feature request #19784 (Open): make the "Delete Ring" Tool work also by clicking on the ring boun...
- Windows 10 Home
x64
h2. Summary:
Delete Ring Tool not deleting thin rings if area of ring very small, thin rings... - 02:42 PM Bug report #19787 (Closed): MetaSearch: Use Title when new OWS connections are added to QGIS user...
- Currently, MetaSearch names all added OWS connections e.g. "WMS from MetaSearch".
Would be useful / more convenient ... - 02:20 PM Bug report #19314: 3.2 crashes on startup on a Mac
- Thanks! It now works for me!
I deleted everything in the folder _~/Users/MyName/Library/Application Support/QGIS/Q... - 11:44 AM Bug report #19314: 3.2 crashes on startup on a Mac
> I'm not an expert and i've only recently shifted across from Widows and ESRI. Any tips on how to rectify this? QG...- 07:34 AM Bug report #19314: 3.2 crashes on startup on a Mac
- I had 3.2.1 on macOS and it was fine until i installed the quickmapservices plugin. It displayed an error, so i reins...
- 02:04 PM Bug report #19786 (Closed): Error while saving batch algorithm to JSON file
- I've found an issue while trying to save a batch Export to PostgreSQL to json file.
2018-09-06T13:59:22 WARNIN... - 01:06 PM Bug report #19774: Missing attributes in large table
- When using ogr2ogr to convert the sahepfile (to GPKG for example) it returns
ERROR 1: fread(1754) failed on DBF fi... - 12:38 PM Bug report #19774: Missing attributes in large table
- belg4mit - wrote:
> Here are the requested screenshots.
>
> My hunch is that is has something to do with the 2GB ... - 12:42 PM Bug report #19782 (Closed): Map Window Scaling
- #19778
- 12:42 PM Bug report #19782 (Closed): Map Window Scaling
- #19778
- 10:32 AM Bug report #19782 (Closed): Map Window Scaling
- Hello! I recently downloaded and installed QGIS for Mac V3.2.2. Unfortunately the map window does not scale to the fu...
- 12:31 PM Bug report #19771 (Feedback): QGIS slow commit on large tables
- Giovanni Manghi wrote:
> Giovanni Manghi wrote:
> > > PS: I can't attach data as it needs a huge layer to see a ver... - 12:07 PM Bug report #19771 (Open): QGIS slow commit on large tables
- Giovanni Manghi wrote:
> > PS: I can't attach data as it needs a huge layer to see a very big difference in commit t... - 12:07 PM Bug report #19771 (Open): QGIS slow commit on large tables
- Giovanni Manghi wrote:
> > PS: I can't attach data as it needs a huge layer to see a very big difference in commit t... - 12:07 PM Bug report #19771 (Open): QGIS slow commit on large tables
- Giovanni Manghi wrote:
> > PS: I can't attach data as it needs a huge layer to see a very big difference in commit t... - 12:07 PM Bug report #19771 (Open): QGIS slow commit on large tables
- Giovanni Manghi wrote:
> > PS: I can't attach data as it needs a huge layer to see a very big difference in commit t... - 12:02 PM Bug report #19771: QGIS slow commit on large tables
> PS: I can't attach data as it needs a huge layer to see a very big difference in commit time between qgis 2.18 an...- 08:04 AM Bug report #19771: QGIS slow commit on large tables
- To reproduce the issue, you have to:
open a big vector layer (in my example 500 000 rows) in Qgis 2.18 and Qgi... - 12:04 PM Bug report #16441: R detection fails, preventing QGIS.bat from launching desktop app
> I'm not sure what else you might have meant by clean system.
another PC that had never had qgis installed? a d...- 12:00 PM Bug report #19775: Error on calculation $area
> However, there remains an anomaly : We use custom dialogs for editing the POSTGIS layer and the area is calculate...- 11:59 AM Bug report #19776 (Closed): Copy and Move Feature Error on Geopackage
- 09:05 AM Bug report #19776: Copy and Move Feature Error on Geopackage
- See also #19130
- 11:23 AM Bug report #19546 (Feedback): QGIS 3 slow on macOS at high resolutions
- 11:23 AM Bug report #18720 (Closed): QGIS 3.0.1 crashes on Mac
- 11:16 AM Bug report #19783 (Feedback): < WFSLayers > not cleaned in project file when layer is removed
- Does it happens on 3.2.*?
- 11:15 AM Bug report #19783 (Open): < WFSLayers > not cleaned in project file when layer is removed
- The information < WFSLayers > still remains in the qgs file after layer deletion, like <layer_coordinate_transform_in...
- 09:43 AM Bug report #19781 (Closed): autoSaverPlugin
- Plugin issues should be files in the plugin's bugtracker.
- 09:43 AM Bug report #19781 (Closed): autoSaverPlugin
- Plugin issues should be files in the plugin's bugtracker.
- 09:22 AM Bug report #19781 (Closed): autoSaverPlugin
- I was adjusting the colors in the layer properties,
in this moment the autoSaver plugin makes a backup copy
(i used... - 08:17 AM Bug report #19780: python_module_qgis__core build error
- h3. I build the project by sip 4.19.3, sip was downloaded by OSGeo4W64
And the build path doesn't have any space - 07:55 AM Bug report #19780 (Closed): python_module_qgis__core build error
- h2. qgis source code version:3.2
os version: Windows 10 Enterprise
build tool: visual studio 2015
h3. *The erro... - 05:45 AM Bug report #19779 (Closed): "Sample raster values" alg not usable from graphical modeler
- Hi !
The QGIS "Sample raster values" algorithm works well normally, but throws an exception upon clicking "Ok" aft... - 03:18 AM Bug report #19778 (Open): macOS: QGIS 3.2.2 canvas do not scale when resizing program window
- The map do not scale with window when resizing
2018-09-05
- 09:57 PM Bug report #19775: Error on calculation $area
- Thanks for your reply, Sorry for this false ticket.
If I understand the $area (based on ellipsoid) have a better p... - 07:01 PM Bug report #19775 (Feedback): Error on calculation $area
- Sorry I did not view the attached data but are you aware that, as stated in their help panel, the $area returns the e...
- 05:00 PM Bug report #19775: Error on calculation $area
- Here an example more detailed :
* Column "superf_30" calculated with $area / Layer EPSG:32630 / Project EPSG:32630 (... - 04:37 PM Bug report #19775 (Closed): Error on calculation $area
- Hi,
I work on QGIS 3.2.2.
I have a project in EPSG:32630 with a POSTGIS layer in EPSG:32630. No problem with the $... - 09:42 PM Bug report #16441: R detection fails, preventing QGIS.bat from launching desktop app
- Giovanni Manghi wrote:
> > I'm not going to wipe my system to try installing a newer QGIS.
>
> I didn't suggeste... - 04:13 PM Bug report #16441 (Closed): R detection fails, preventing QGIS.bat from launching desktop app
- 04:11 PM Bug report #16441: R detection fails, preventing QGIS.bat from launching desktop app
- This is a OSGeo4W issue ("package rbatch":https://trac.osgeo.org/osgeo4w/wiki/pkg-rbatch)
- 04:06 PM Bug report #16441 (Feedback): R detection fails, preventing QGIS.bat from launching desktop app
> I'm not going to wipe my system to try installing a newer QGIS.
I didn't suggested that. On the other hand on...- 04:06 PM Bug report #16441 (Feedback): R detection fails, preventing QGIS.bat from launching desktop app
> I'm not going to wipe my system to try installing a newer QGIS.
I didn't suggested that. On the other hand on...- 03:26 PM Bug report #16441 (Reopened): R detection fails, preventing QGIS.bat from launching desktop app
- This seems like a premature close.
I'm not going to wipe my system to try installing a newer QGIS. Nor do I want t... - 03:26 PM Bug report #16441 (Reopened): R detection fails, preventing QGIS.bat from launching desktop app
- This seems like a premature close.
I'm not going to wipe my system to try installing a newer QGIS. Nor do I want t... - 03:26 PM Bug report #16441 (Reopened): R detection fails, preventing QGIS.bat from launching desktop app
- This seems like a premature close.
I'm not going to wipe my system to try installing a newer QGIS. Nor do I want t... - 03:26 PM Bug report #16441 (Reopened): R detection fails, preventing QGIS.bat from launching desktop app
- This seems like a premature close.
I'm not going to wipe my system to try installing a newer QGIS. Nor do I want t... - 09:21 AM Bug report #16441 (Closed): R detection fails, preventing QGIS.bat from launching desktop app
- belg4mit - wrote:
> This bug is back/remains.
>
> I've tried to install 3.2.2 on my machine (Windows 10) twice, o... - 09:21 AM Bug report #16441 (Closed): R detection fails, preventing QGIS.bat from launching desktop app
- belg4mit - wrote:
> This bug is back/remains.
>
> I've tried to install 3.2.2 on my machine (Windows 10) twice, o... - 09:02 PM Bug report #19777 (Open): Exit "Select color" dialog do not close with escape key
- Pressing the escape key in the Select Color dialog no longer crashes QGIS as it did in 2.18, but it also does not exi...
- 08:34 PM Bug report #19314: 3.2 crashes on startup on a Mac
- Denis Rouzaud wrote:
> reading on stack overflow the issue comes from quick map services plugin.
I should have me... - 06:48 PM Bug report #19314: 3.2 crashes on startup on a Mac
- reading on stack overflow the issue comes from quick map services plugin.
- 07:54 PM Bug report #19546: QGIS 3 slow on macOS at high resolutions
- I may try it on virtual machine but I don't know how to install QGIS on Windows with QT 5.10 or 5.11. Official instal...
- 06:44 PM Bug report #19546: QGIS 3 slow on macOS at high resolutions
- can anyone confirm that this is really mac specific?
is anyone working on windows with resolution screen?
(will ask... - 07:13 PM Bug report #18720: QGIS 3.0.1 crashes on Mac
- Denis Rouzaud wrote:
> there is a tutorial to install QGIS3 with MacPorts
> https://www.3liz.com/blog/rldhont/index... - 06:53 PM Bug report #18720 (Feedback): QGIS 3.0.1 crashes on Mac
- there is a tutorial to install QGIS3 with MacPorts
https://www.3liz.com/blog/rldhont/index.php?post/2017/06/01/How-t... - 06:53 PM Bug report #18720 (Feedback): QGIS 3.0.1 crashes on Mac
- there is a tutorial to install QGIS3 with MacPorts
https://www.3liz.com/blog/rldhont/index.php?post/2017/06/01/How-t... - 07:06 PM Bug report #19776 (Closed): Copy and Move Feature Error on Geopackage
- When I use the Copy and Move Feature tool on a geopackage it does not create new fid numbers for the copied features....
- 07:04 PM Feature request #13777: include Python pip in macosx installer
- Not really uptodate on the subject, but pip is available for win and linux IIRC.
- 07:01 PM Feature request #13777 (Feedback): include Python pip in macosx installer
- is this still up to date?
I think the discussion went away from pip, no? - 07:01 PM Feature request #13777 (Feedback): include Python pip in macosx installer
- is this still up to date?
I think the discussion went away from pip, no? - 07:02 PM Bug report #14682 (Feedback): Unable to run Python code, pressing Browse causes error (MAcOS El C...
- still experiencing the issue?
I don't think this is a mac specific issue. - 07:02 PM Bug report #14682 (Feedback): Unable to run Python code, pressing Browse causes error (MAcOS El C...
- still experiencing the issue?
I don't think this is a mac specific issue. - 06:56 PM Bug report #18452 (Feedback): Snapping options missing on Mac
- I am not experiencing the issue using Homebrew.
That would lead to a packaging issue, but this is quite strange.
... - 06:56 PM Bug report #18452 (Feedback): Snapping options missing on Mac
- I am not experiencing the issue using Homebrew.
That would lead to a packaging issue, but this is quite strange.
... - 06:50 PM Bug report #19031 (Feedback): MacOS High Sierra, QGIS 2.18, can't connect to Official Plugin Repo...
- I suspect this was a server issue.
Do you still experience the issue? - 06:24 PM Bug report #19774: Missing attributes in large table
- Here are the requested screenshots.
My hunch is that is has something to do with the 2GB file size of the DBF. - 06:24 PM Bug report #19774: Missing attributes in large table
- Here are the requested screenshots.
My hunch is that is has something to do with the 2GB file size of the DBF. - 06:24 PM Bug report #19774: Missing attributes in large table
- Here are the requested screenshots.
My hunch is that is has something to do with the 2GB file size of the DBF. - 03:53 PM Bug report #19774 (Feedback): Missing attributes in large table
- Can you make an example of how a record/feature looks like and how it should look like?
I loaded now in QGIS master/... - 03:42 PM Bug report #19774 (Closed): Missing attributes in large table
- I have a shapefile with a table that slightly exceeds two gigabytes. When I open the file in QGIS (2.18 and 3.2) many...
- 04:04 PM Bug report #17888 (Feedback): missing symbol names in WMS legend (QGIS server)
- is it still true in 2.18 and QGIS 3 ?
- 04:02 PM Bug report #10887 (Closed): Qgis return empty QgsComposition from standalone application
- Closing - QGIS version outdated and next LTR will be QGIS 3 soon. Please reopen if still concerned
- 03:30 PM Bug report #19773 (Open): Incomplete install of 3.2 on Windows - Missing shortcuts
- I've tried to install 3.2.2 on my machine (Windows 10) twice, once with the giant installer file, and once with the n...
- 03:23 PM Bug report #19201 (Rejected): Authentification in QGIS doesn't ask master password - security breach
- 02:28 PM Bug report #19772 (Feedback): QGIS crash when adding feature to Memory Vector Layer
- In the meantime please update to the latest version available, and check if is less crashy.
- 02:28 PM Bug report #19772 (Feedback): QGIS crash when adding feature to Memory Vector Layer
- In the meantime please update to the latest version available, and check if is less crashy.
- 02:28 PM Bug report #19772 (Feedback): QGIS crash when adding feature to Memory Vector Layer
- In the meantime please update to the latest version available, and check if is less crashy.
- 02:26 PM Bug report #19772 (Closed): QGIS crash when adding feature to Memory Vector Layer
- h2. User Feedback
input files contains 140033 Features of Polygon geometry.
Crash sometime happens, difficult t... - 01:50 PM Bug report #19616 (Closed): Default Canvas Size is small and unchangeable
- 10:24 AM Bug report #19771 (Feedback): QGIS slow commit on large tables
- Some more details would be helpful.
Can you please attach a project and data and step-by-step procedure to reproduce... - 09:41 AM Bug report #19771 (Closed): QGIS slow commit on large tables
- Hello,
I've a script that update attribute table.
With QGis 3.2.2 the commit operation (saving memory updates to di... - 09:41 AM Feature request #14680: Use OpenCL/CUDA for data processing
- OpenCL support is now in QGIS core and a few processing algorithms can use it.
- 09:41 AM Feature request #14680: Use OpenCL/CUDA for data processing
- OpenCL support is now in QGIS core and a few processing algorithms can use it.
- 09:14 AM Feature request #19733: make GPKG the default output format for GRASS tools
- Markus Neteler wrote:
> Could you please indicate where the SHP format is hardcoded so that I can potentially provid...
2018-09-04
- 12:27 AM Bug report #16441 (Reopened): R detection fails, preventing QGIS.bat from launching desktop app
- This bug is back/remains.
I've tried to install 3.2.2 on my machine (Windows 10) twice, once with the giant instal... - 12:27 AM Bug report #16441 (Reopened): R detection fails, preventing QGIS.bat from launching desktop app
- This bug is back/remains.
I've tried to install 3.2.2 on my machine (Windows 10) twice, once with the giant instal... - 11:39 PM Feature request #19733: make GPKG the default output format for GRASS tools
- Could you please indicate where the SHP format is hardcoded so that I can potentially provide a GPKG patch? I didn't ...
- 07:10 PM Bug report #19770 (Open): Path length limit on file open dialog box
- When opening multiple raster layers
The last filename and a few that followed it were truncated
e.g.
"/mnt/share/m... - 06:45 PM Feature request #19769 (Open): Add a variable returning the current map theme
- Use case:
I have a print layout with a map item and a legend.
Depending on the current map theme, i'd like to hide... - 06:17 PM Bug report #19744: QGIS 3.3.0-master (b55ab2e6d4) crashes upon closing
- Always crashing on my system upon closing also with 3.3.0-58 (828061b709).
QGIS 2.18.23-1 and 3.2.2-1 do not crash o... - 06:12 PM Bug report #19302 (Closed): [processing] Modeler and Raster Calculator fail to calc
- Applied in changeset commit:qgis|580ecafa3265d508d8f44efb08c3d04f43e0510d.
- 06:12 PM Bug report #19302 (Closed): [processing] Modeler and Raster Calculator fail to calc
- Applied in changeset commit:qgis|580ecafa3265d508d8f44efb08c3d04f43e0510d.
- 05:40 PM Bug report #19727 (Open): [Print layout] Clicking the link in the message after a successful expo...
- Good suggestion.
I Made some quick tests and it happens that spacing is not a problem but special characters (such a... - 05:38 PM Bug report #19524: [macOS] Map canvas with wrong size on QGIS 3.2.1 start up
- Same here, Qgis 3.2.1 and 3.2.2 OSX 10.11.6 ; and, also, more crashes with xyz layers than withs Qgis 3.0 or 2.x
- 04:36 PM Bug report #19731 (Open): Python error at qgis startup after changing profile folder
- 01:22 PM Bug report #19731: Python error at qgis startup after changing profile folder
- Giovanni Manghi wrote:
> Did it worked as expected on 2.18?
Yes, the only absolute pathes i can find in QGIS2.ini... - 04:25 PM Feature request #10737: Easier loading of qlr files
- Sylvain M. wrote:
> I confirm the interest of having a button to add QLR directly into QGis.
> I add a problem that... - 04:09 PM Bug report #18244: DB Manager: "Update SQL layer" error
- Samuel Wechsler wrote:
> I can confirm the error observed by Arni Geirsson. This only appeared with QGIS3 it was pro... - 03:24 PM Bug report #18244: DB Manager: "Update SQL layer" error
- I can confirm the error observed by Arni Geirsson. This only appeared with QGIS3 it was properly working in QGIS2.18....
- 04:07 PM Feature request #10731: html formatted text boxes do not create links in pdf outputs
- Alain FERRATON wrote:
> it seems that the bug still exists in QGIS 3.3 master which uses Qt 5.9.2
unfortunately I... - 03:51 PM Feature request #10731: html formatted text boxes do not create links in pdf outputs
- it seems that the bug still exists in QGIS 3.3 master which uses Qt 5.9.2
- 03:04 PM Bug report #19766 (Closed): Project file extension (QGS) in uppercase is not recognized
- Applied in changeset commit:qgis|9d36c4c28e86eb2c40d4a6bad679235a572366a7.
- 03:04 PM Bug report #19766 (Closed): Project file extension (QGS) in uppercase is not recognized
- Applied in changeset commit:qgis|9d36c4c28e86eb2c40d4a6bad679235a572366a7.
- 10:11 AM Bug report #19766 (Closed): Project file extension (QGS) in uppercase is not recognized
- QGIS allows to save a project with an extension in uppercase (QGS).
But the project is not recognized by the browser... - 02:42 PM Feature request #19768 (Open): [Expression] Make translatable the help of the custom function tem...
- After I've been advised "here":https://github.com/qgis/QGIS/pull/7703 to reiterate the question "here":http://osgeo-o...
- 02:33 PM Feature request #19767: Missing parameter in batch processing of 'Select by location' and missing...
- Mie Winstrup wrote - I made a mistake with the pictures - this is an updated issue:
> When using the 'Select by Loca... - 02:30 PM Feature request #19767 (Open): Missing parameter in batch processing of 'Select by location' and ...
- When using the 'Select by Location' tool I can choose only to use the selected features:
!SelectByLocation_batchProc... - 12:50 PM Bug report #19764 (Closed): Features in memory layers are not accessible by pyQGIS scripts
- In that case:
feature = next(layer.getFeatures())
(or better)
feature = next(layer.getFeatures(QgsFeat... - 12:45 PM Bug report #19764: Features in memory layers are not accessible by pyQGIS scripts
- I would like just the first feature a layer.
- 12:02 PM Bug report #19764: Features in memory layers are not accessible by pyQGIS scripts
- > feat = layer.getFeature(0)
"getFeature":https://qgis.org/api/classQgsVectorLayer.html#aa4886de4c49b0656cc0f47025... - 11:49 AM Bug report #19764: Features in memory layers are not accessible by pyQGIS scripts
- Feature IDs aren't consistent across providers - they are stable within a particular layer, but won't be transferred ...
- 11:46 AM Bug report #19764: Features in memory layers are not accessible by pyQGIS scripts
- I create a memory layer with one feature included attributes.
Now I would access this Feature directly with
fe... - 11:25 AM Bug report #19764 (Feedback): Features in memory layers are not accessible by pyQGIS scripts
- More information is required here.
- 08:11 AM Bug report #19764 (Closed): Features in memory layers are not accessible by pyQGIS scripts
- Features in memory layers are not accessible.
QgsFeature.attributes() is a emty list []
QgsFeature.geometry() is ... - 12:49 PM Bug report #19756 (Closed): the line_interpolate_point function does not work with EPSG 4326
- 12:46 PM Bug report #19756: the line_interpolate_point function does not work with EPSG 4326
- Giovanni Manghi wrote:
> > errata corrige: it is necessary to change both ellipsoid settings in 'none / planimetric'... - 10:50 AM Bug report #19756: the line_interpolate_point function does not work with EPSG 4326
> errata corrige: it is necessary to change both ellipsoid settings in 'none / planimetric' and units of distance m...- 10:49 AM Bug report #19756: the line_interpolate_point function does not work with EPSG 4326
> PS: in QGIS 2.18.23 changing units of measure (project properties -> degree map unit) $ length respects the chang...- 09:35 AM Bug report #19756: the line_interpolate_point function does not work with EPSG 4326
- salvatore fiandaca wrote:
> Nyall Dawson wrote:
> > Try
> >
> > line_interpolate_point ($ geometry, length($geom... - 09:02 AM Bug report #19756: the line_interpolate_point function does not work with EPSG 4326
- Nyall Dawson wrote:
> Try
>
> line_interpolate_point ($ geometry, length($geometry) / 2)
>
> $length converts ... - 12:04 PM Bug report #19765 (Closed): QGIS 3.2 crashed
- 11:42 AM Bug report #19765: QGIS 3.2 crashed
- Giovanni Manghi wrote:
> Please add detailed steps on how replicate. Tickets must be filed in english.
Dear Giova... - 10:55 AM Bug report #19765 (Feedback): QGIS 3.2 crashed
- Please add detailed steps on how replicate. Tickets must be filed in english.
- 10:55 AM Bug report #19765 (Feedback): QGIS 3.2 crashed
- Please add detailed steps on how replicate. Tickets must be filed in english.
- 09:26 AM Bug report #19765 (Closed): QGIS 3.2 crashed
- h2. User Feedback
h2. Report Details
*Crash ID*: 05b3589a73b4211a6fb847d50c41e898ccc9085e
*Stack Trace... - 11:00 AM Bug report #19753 (Closed): Adding delimited text no longer adds geometry
- The issue is that you have the "DMS coordinates" checkbox active and you are selecting two columns for X/Y that have ...
- 11:00 AM Bug report #19753 (Closed): Adding delimited text no longer adds geometry
- The issue is that you have the "DMS coordinates" checkbox active and you are selecting two columns for X/Y that have ...
- 04:05 AM Bug report #19753: Adding delimited text no longer adds geometry
- I knew it would be like this. I'm doing nothing new, and nothing differently to what has always worked before.
I'v... - 04:05 AM Bug report #19753: Adding delimited text no longer adds geometry
- I knew it would be like this. I'm doing nothing new, and nothing differently to what has always worked before.
I'v... - 10:03 AM Bug report #19743 (Closed): New lines character is weirdly rendered in layout label item text, br...
- Applied in changeset commit:qgis|bb9117075d14a748c8ca6632cd23cb5668abc4f5.
- 10:03 AM Bug report #19743 (Closed): New lines character is weirdly rendered in layout label item text, br...
- Applied in changeset commit:qgis|bb9117075d14a748c8ca6632cd23cb5668abc4f5.
- 08:49 AM Feature request #19757: Add ChangeDataSource in QGIS 3.x
- Nyall Dawson wrote:
> This is up to the plugins author, the QGIS project has no influence here
The author is not ... - 02:46 AM Bug report #19478: 3.2 Crash on OSX High Sierra when using XYZ layers
- Giovanni Manghi wrote:
> Nathan Perry wrote:
> > Update: It appears I can avoid the crash as long as I don't zoom i...
2018-09-03
- 01:50 AM Feature request #11234 (Closed): Optionally embed SVG symbols into style definition
- Fixed in 3.4
- 01:50 AM Feature request #11234 (Closed): Optionally embed SVG symbols into style definition
- Fixed in 3.4
- 01:50 AM Feature request #9278 (Closed): Style size widget isn't separator agnostic , .
- Fixed in 3.2
- 01:50 AM Feature request #9278 (Closed): Style size widget isn't separator agnostic , .
- Fixed in 3.2
- 01:50 AM Feature request #9278 (Closed): Style size widget isn't separator agnostic , .
- Fixed in 3.2
- 10:53 PM Bug report #19756 (Feedback): the line_interpolate_point function does not work with EPSG 4326
- Try
line_interpolate_point ($ geometry, length($geometry) / 2)
$length converts to the project length setting, ... - 02:46 PM Bug report #19756 (Closed): the line_interpolate_point function does not work with EPSG 4326
- I attach a shapefile linestring in EPSG 4326 and I ask you to do the
following test:
add a text field - long 80 - a... - 10:51 PM Feature request #19757 (Rejected): Add ChangeDataSource in QGIS 3.x
- This is up to the plugins author, the QGIS project has no influence here
- 10:51 PM Feature request #19757 (Rejected): Add ChangeDataSource in QGIS 3.x
- This is up to the plugins author, the QGIS project has no influence here
- 04:06 PM Feature request #19757 (Rejected): Add ChangeDataSource in QGIS 3.x
- QGIS 2.18 has a very good and needed plugin *ChangeDataSource* ([[https://plugins.qgis.org/plugins/changeDataSource/]...
- 08:45 PM Bug report #19760 (Feedback): Raster calculator crashes QGIS 3
- Can you share the datasets? and to be clear, is the native QGIS raster calculator (now in the Processing toolbox) or ...
- 08:45 PM Bug report #19760 (Feedback): Raster calculator crashes QGIS 3
- Can you share the datasets? and to be clear, is the native QGIS raster calculator (now in the Processing toolbox) or ...
- 07:29 PM Bug report #19760 (Closed): Raster calculator crashes QGIS 3
- I am trying to use the raster calculator and QGIS crashes when I compute a simple raster subtraction. These files ar...
- 08:20 PM Bug report #19763 (Open): setParallelRenderingEnabled not work
- is simple ,
iface.mapCanvas().setParallelRenderingEnabled(True) ot change value but QSettings().setValue("/qgis/p... - 08:13 PM Bug report #19762 (Closed): QgsApplication.setMaxThreads not work appropriately
- qgis documentation say that if maxthreads is -1 means use all available cores.but no set any value if put -1
sampl... - 07:37 PM Bug report #19761 (Closed): Unable to close QGIS because of an (ghost?) active task
- I'm trying to close QGIs hitting the X button but fail with an "Active Tasks" dialog that pops up stating that Identi...
- 07:12 PM Bug report #19759 (Feedback): crash in browser
- Please add details on how replicate the problem.
- 07:12 PM Bug report #19759 (Feedback): crash in browser
- Please add details on how replicate the problem.
- 07:11 PM Bug report #19759 (Closed): crash in browser
- Stack Trace
RtlAnsiStringToUnicodeString :
HeapFree :
free :
ShellExecuteExW :
ShellExecuteExW :
ShellExecu... - 05:07 PM Bug report #19758: Processing: merge vector layers produces duplicated fid
- I agree this an annoying consequence of having moved to geopackage outputs by default.
- 04:40 PM Bug report #19758 (Open): Processing: merge vector layers produces duplicated fid
- Here's how to reproduce the bug:
1. Add the 3 layers from the attached GeoPackage (pol.gpkg)
2. Open the merge ve... - 05:03 PM Bug report #19713 (Closed): Connection to Oracle is very slow QGIS 3.x
- 04:33 PM Bug report #19713: Connection to Oracle is very slow QGIS 3.x
- Giovanni Manghi wrote:
> > We believe that it was necessary to leave or warn that for large tables better to use the... - 02:47 PM Bug report #19713: Connection to Oracle is very slow QGIS 3.x
> We believe that it was necessary to leave or warn that for large tables better to use these parameters.
closin...- 01:25 PM Bug report #19713: Connection to Oracle is very slow QGIS 3.x
- Carlos Lopez Quintanilla wrote:
> We have QGIS 2.18 with several maps with connection to Oracle, in *Barcelona's* to... - 04:00 PM Bug report #19739: doubleclick on last value column in query filter crash qgis
- Jérôme Seigneuret wrote:
> Giovanni Manghi wrote:
> > Jérôme Seigneuret wrote:
>
> > no crashes here on QGIS mas... - 03:15 PM Bug report #19739: doubleclick on last value column in query filter crash qgis
- Giovanni Manghi wrote:
> Jérôme Seigneuret wrote:
> no crashes here on QGIS master/Linux.
Ok so that is a comp... - 01:23 PM Bug report #19739: doubleclick on last value column in query filter crash qgis
- Jérôme Seigneuret wrote:
> Giovanni Manghi wrote:
> > I'm confused, where are you trying to apply such query? in "v... - 12:23 PM Bug report #19739: doubleclick on last value column in query filter crash qgis
- Giovanni Manghi wrote:
> I'm confused, where are you trying to apply such query? in "vector properties > source > pr... - 11:30 AM Bug report #19739: doubleclick on last value column in query filter crash qgis
- Jérôme Seigneuret wrote:
> Hi,
>
> Yes I have clean all and that is not in relation to virtual column. that is i... - 09:51 AM Bug report #19739: doubleclick on last value column in query filter crash qgis
- Hi,
Yes I have clean all and that is not in relation to virtual column. that is in relation to the test query but... - 03:42 PM Bug report #19630 (Closed): crash when using QThreadPool + QRunnable
- getting feature iterator in main thread and getFeatures in spawned thread works without crash.
problem resolved ! - 03:39 PM Bug report #19742 (Reopened): accentued caracters make problem to load python expression script
- I understand why my fucntion don't work
When I load function file it is save in local encoding and not in utf-8
... - 03:12 PM Bug report #19742: accentued caracters make problem to load python expression script
- Harrissou Santanna wrote:
> > 2018-08-31T15:05:56 WARNING L'expression de l'utilisateur base_water_function n'est pa... - 02:36 PM Bug report #19742: accentued caracters make problem to load python expression script
- > 2018-08-31T15:05:56 WARNING L'expression de l'utilisateur base_water_function n'est pas valide
L'utilisateur s'a... - 09:14 AM Bug report #19742 (Closed): accentued caracters make problem to load python expression script
- This error are caused by encoding file...
I have create expression in an old version and I don't understand why bu... - 02:45 PM Bug report #19755 (Closed): Error al inciar QGIS Desktop 2.16.3
- Duplicate of #17588
- 02:45 PM Bug report #19755 (Closed): Error al inciar QGIS Desktop 2.16.3
- Duplicate of #17588
- 01:56 PM Bug report #19755 (Closed): Error al inciar QGIS Desktop 2.16.3
- Buenos dias,
Tras realizar la instalacion del QGIS 2.18 (32 bits), al iniciar la aplicacion QGIS Desktop 2.16.3 se m... - 02:17 PM Bug report #19524: [macOS] Map canvas with wrong size on QGIS 3.2.1 start up
- Same problem here with fresh install of 3.2 from the qgis.org website on mac os 10.12.6.
Workaround works indeed aft... - 01:56 PM Bug report #19636 (Closed): filter on joined table broken
- Applied in changeset commit:qgis|05fda10363e5b2a8d2c5f1dfb47641f5e59c0b10.
- 01:56 PM Bug report #19636 (Closed): filter on joined table broken
- Applied in changeset commit:qgis|05fda10363e5b2a8d2c5f1dfb47641f5e59c0b10.
- 01:22 PM Bug report #19753: Adding delimited text no longer adds geometry
- Can you share a screenshot of your delimited text loader dialog?
- 10:43 AM Bug report #19753: Adding delimited text no longer adds geometry
- Sean Tomlinson wrote:
> By "date attributes" do you mean timestamps?
>
> Almost invariably not. Usually they're p... - 07:50 AM Bug report #19753: Adding delimited text no longer adds geometry
- By "date attributes" do you mean timestamps?
Almost invariably not. Usually they're point layers representing rast... - 06:28 AM Bug report #19753 (Feedback): Adding delimited text no longer adds geometry
- Does your source csv have any date attributes? Can you share it?
- 03:01 AM Bug report #19753 (Closed): Adding delimited text no longer adds geometry
- Since 31 August 2018 I've been trying to load csv data into QGIS (3.2.2 Bonn) following the usual routine. Every sing...
- 01:21 PM Bug report #18046: Adding new vertices ignores topological editing
- Andreas Wicht wrote:
> +1 from me
https://github.com/qgis/QGIS-Enhancement-Proposals/issues/69#issuecomment-41808... - 11:48 AM Bug report #18046: Adding new vertices ignores topological editing
- +1 from me
- 10:40 AM Bug report #18046: Adding new vertices ignores topological editing
> I can't agree more. I miss it too. If I recall correctly, this was one of the missing features pointed either in ...- 12:25 PM Bug report #13203: When opening Shapefile the .cpg file is ignored in Windows 8.1
- Version de QGIS
3.2.2-Bonn
Révision du code
26842169e9
Compilé avec Qt
5.9.2
Utilisant Qt
5.9.2
Compilé avec ... - 11:23 AM Bug report #13203 (Feedback): When opening Shapefile the .cpg file is ignored in Windows 8.1
- 11:23 AM Bug report #13203: When opening Shapefile the .cpg file is ignored in Windows 8.1
> h2. My test
>
> # Save a layer in CP1252 > It is added in list of layers
>
> # Check encoding in properties...- 10:11 AM Bug report #13203: When opening Shapefile the .cpg file is ignored in Windows 8.1
- Giovanni Manghi wrote:
> that error is caused by a 3rd party plugin, not qgis itself. If you remove/disable the plug... - 11:36 AM Feature request #19754 (Open): Support for reading and processing JSON files
- This are the supported vector formats via OGR (there are other formats that have a native provider in QGIS);
https... - 11:10 AM Feature request #19754: Support for reading and processing JSON files
- The files are not GeoJSON files. An example:
{
"meta" : {
"Version" : "1.0",
"Create time" : "2018-08... - 11:01 AM Feature request #19754 (Feedback): Support for reading and processing JSON files
- QGIS supportes json datasources, what is this request really for? https://www.gdal.org/drv_geojson.html
- 10:57 AM Feature request #19754 (Open): Support for reading and processing JSON files
- Hi
I have a lot of JSON (not GeoJSON) files with data, in some cases with coordinates. I would like to be able to us... - 11:25 AM Bug report #19750 (Feedback): "To run another Processing algorithm" in Processing's ScriptTemplat...
- Can you make a pull request with the patch? thanks!
- 09:16 AM Bug report #19538 (Closed): Parser Errors: Function is not known
- duplicate #19742
2018-09-02
- 12:30 AM Bug report #19727: [Print layout] Clicking the link in the message after a successful export no l...
- Things to test would be stuff like exporting to paths with spaces/special characters, exporting to local/network path...
- 11:09 PM Feature request #19752 (Open): [Processing] Add fields to the "Interpolate point on line" algorit...
- The "Interpolate point on line" algorithm outputs a point layer with only the fields of the input layer.
Given that ... - 09:52 PM Bug report #18046: Adding new vertices ignores topological editing
- > adding nodes (wherever) with double clicks without need to reposition them immediately was a functionality that fin...
- 09:18 PM Bug report #18046: Adding new vertices ignores topological editing
- Harrissou Santanna wrote:
> Still the case in master (3.3)
> Does it work in 2.18?
it did indeed. Moreover in 2.... - 09:18 PM Bug report #18046: Adding new vertices ignores topological editing
- Harrissou Santanna wrote:
> Still the case in master (3.3)
> Does it work in 2.18?
it did indeed. Moreover in 2.... - 09:18 PM Bug report #18046: Adding new vertices ignores topological editing
- Harrissou Santanna wrote:
> Still the case in master (3.3)
> Does it work in 2.18?
it did indeed. Moreover in 2.... - 09:18 PM Bug report #17331 (Closed): new node tool topological editing
- 09:10 PM Bug report #18192: vertex editor doesn't honour topological editing when moving a segment
- Confirmed on the latest master.
- 09:06 PM Bug report #15955 (Feedback): 'Avoid artifacts when project is rendered as map tiles' option broken?
- 09:04 PM Bug report #19509: Slow opening of large GPX file on Windows
- it is slow (but acceptable to me) on linux, but is ogr that is slow and I don't think this is a QGIS problem. To mt t...
- 05:21 PM Bug report #19749 (Feedback): std::bad_alloc on otf reprojection
- Can't confirm here on master/kubuntu 18.04
- 05:19 PM Bug report #1963 (Closed): "Ghost Lines" when using Anti-aliasing, polygons with shared boundarie...
- Johannes Kroeger wrote:
> A workaround to this is:
>
> Set the *Stroke width* to Hairline
> Set the *Stroke colo... - 05:19 PM Bug report #1963 (Closed): "Ghost Lines" when using Anti-aliasing, polygons with shared boundarie...
- Johannes Kroeger wrote:
> A workaround to this is:
>
> Set the *Stroke width* to Hairline
> Set the *Stroke colo... - 05:07 PM Bug report #19751 (Closed): Installation problems
- Hi,
questions are asked in the mailing lists (users, developers, local users groups, etc.) or IRC or gis.stackexchan... - 05:07 PM Bug report #19751 (Closed): Installation problems
- Hi,
questions are asked in the mailing lists (users, developers, local users groups, etc.) or IRC or gis.stackexchan... - 05:07 PM Bug report #19751 (Closed): Installation problems
- Hi,
questions are asked in the mailing lists (users, developers, local users groups, etc.) or IRC or gis.stackexchan... - 04:32 PM Bug report #19751 (Closed): Installation problems
- I followed the instructions in the readme (1st Installed python 3.7, then GDAL with the provided installer) but when ...
- 05:06 PM Feature request #19738 (Closed): Add checkbox to mask deactivated layers in layout legend
> Given that the legend limitation was the initial issue reported, I'd suggest to close this report (as it duplicat...- 05:06 PM Feature request #19738 (Closed): Add checkbox to mask deactivated layers in layout legend
> Given that the legend limitation was the initial issue reported, I'd suggest to close this report (as it duplicat...- 05:02 PM Bug report #19478 (Feedback): 3.2 Crash on OSX High Sierra when using XYZ layers
- Nathan Perry wrote:
> Update: It appears I can avoid the crash as long as I don't zoom in beyond what looks like the... - 05:01 PM Bug report #19314 (Feedback): 3.2 crashes on startup on a Mac
- Eron Lloyd wrote:
> Just reporting in that I had the same issue upgrading from 3.2.1 to 3.2.2 on macOS. Removing the... - 05:01 PM Bug report #19314 (Feedback): 3.2 crashes on startup on a Mac
- Eron Lloyd wrote:
> Just reporting in that I had the same issue upgrading from 3.2.1 to 3.2.2 on macOS. Removing the... - 05:01 PM Bug report #19314 (Feedback): 3.2 crashes on startup on a Mac
- Eron Lloyd wrote:
> Just reporting in that I had the same issue upgrading from 3.2.1 to 3.2.2 on macOS. Removing the... - 05:00 PM Bug report #19744: QGIS 3.3.0-master (b55ab2e6d4) crashes upon closing
- no crash here installing master on kubuntu 18.04 from QGIS repos.
- 01:14 PM Bug report #19747: Warning: libpng warning: iCCP: known incorrect sRGB profile
- Thanks, I filed https://bugs.webkit.org/show_bug.cgi?id=189230
- 10:15 AM Bug report #19695 (Closed): Line Edit widgets for integer numbers with thousand separators enable...
- Applied in changeset commit:qgis|ae907878c98feee8d884abe1cfb306f881189100.
- 10:15 AM Bug report #19695 (Closed): Line Edit widgets for integer numbers with thousand separators enable...
- Applied in changeset commit:qgis|ae907878c98feee8d884abe1cfb306f881189100.
2018-09-01
- 12:48 AM Bug report #19747 (Closed): Warning: libpng warning: iCCP: known incorrect sRGB profile
- Unfortunately some of these are thrown from PNGs inside webkit, and are caused when we import WebKit libraries. This ...
- 04:14 PM Bug report #19747 (Reopened): Warning: libpng warning: iCCP: known incorrect sRGB profile
- opening to gather feedback
- 04:14 PM Bug report #19747: Warning: libpng warning: iCCP: known incorrect sRGB profile
- Actually, even after processing all my local plugins with this, I get three messages on QGIS launch. Two very early o...
- 04:01 PM Bug report #19747: Warning: libpng warning: iCCP: known incorrect sRGB profile
- To get a list of affected files: @find . -type f -iname '*.png' -exec pngcrush -n -q {} \; 2>&1 | grep -B 2 "iCCP: kn...
- 03:56 PM Bug report #19747 (Closed): Warning: libpng warning: iCCP: known incorrect sRGB profile
- I always thought the "Warning: libpng warning: iCCP: known incorrect sRGB profile" messages in the terminal on QGIS l...
- 12:46 AM Bug report #16914 (Closed): Line dash pattern symbol gets displaced along line when feature cross...
- 05:54 PM Bug report #16914: Line dash pattern symbol gets displaced along line when feature crosses canvas...
- Quoting Nyall Dawson from https://issues.qgis.org/issues/16051:
_This is caused by the automatic clipping of geome... - 01:31 PM Bug report #16914: Line dash pattern symbol gets displaced along line when feature crosses canvas...
- Yes, this is due to the geometries being clipped off at the edges of the canvas.
I wonder if it would be possible ... - 09:15 PM Bug report #19748 (Closed): "Acceleration" label added in Options dialog title
- Applied in changeset commit:qgis|2ef06c48184ee1c8274f952c9244028312052f54.
- 09:15 PM Bug report #19748 (Closed): "Acceleration" label added in Options dialog title
- Applied in changeset commit:qgis|2ef06c48184ee1c8274f952c9244028312052f54.
- 07:03 PM Bug report #19748: "Acceleration" label added in Options dialog title
- PR https://github.com/qgis/QGIS/pull/7770
- 06:47 PM Bug report #19748 (In Progress): "Acceleration" label added in Options dialog title
- nevermind: found the issue
- 06:19 PM Bug report #19748: "Acceleration" label added in Options dialog title
- Did you build QGIS by yourself?
- 05:23 PM Bug report #19748 (Closed): "Acceleration" label added in Options dialog title
- I can't tell what triggers this nor when it happened by i have "Acceleration" label added to the Options dialog title...
- 09:06 PM Bug report #19750 (Closed): "To run another Processing algorithm" in Processing's ScriptTemplate....
- https://github.com/qgis/QGIS/blob/master/python/plugins/processing/script/ScriptTemplate.py#L184
@buffered_layer =... - 08:38 PM Feature request #19733: make GPKG the default output format for GRASS tools
- Update from grass-dev [1, 2]: it appears to not be an underscore problem but a result of the column name length limit...
- 06:07 PM Bug report #19695: Line Edit widgets for integer numbers with thousand separators enabled are ha...
- PR https://github.com/qgis/QGIS/pull/7769
- 04:03 PM Bug report #19695: Line Edit widgets for integer numbers with thousand separators enabled are ha...
- This would be definitely better than the current behaviour.
Thanks,
Andreas - 03:29 PM Bug report #19695 (In Progress): Line Edit widgets for integer numbers with thousand separators e...
- I think that the best solution here is to remove the group separator when the editor has focus and it ready to accept...
- 05:45 PM Bug report #19749 (Open): std::bad_alloc on otf reprojection
- * Load ne_110m_graticules_30.shp or ne_110m_graticules_20.shp (or probably any other global vector dataset)
* Set OT... - 05:35 PM Bug report #19744: QGIS 3.3.0-master (b55ab2e6d4) crashes upon closing
- No crash here:
QGIS version
3.3.0-Master
QGIS code revision
4ae23b6422
Compiled against Qt
5.11.1
Running ... - 04:25 PM Bug report #19744: QGIS 3.3.0-master (b55ab2e6d4) crashes upon closing
- Same for me on Linux (self compiled)
I get a message "Corrupted double link list" in the console on closing and th... - 05:21 AM Bug report #19744: QGIS 3.3.0-master (b55ab2e6d4) crashes upon closing
- Yes, it crashes upon closing with a new profile and also after deleting %AppData%\QGIS\QGIS3.
- 05:08 PM Bug report #18102: Can only input integer value in the vertex editor
- Let me know if this is still an issue in current master, and in which O.S. (I've seen this problem before but only on...
- 02:46 PM Bug report #18102 (Feedback): Can only input integer value in the vertex editor
- Seems the comma is working now on master!
- 04:54 PM Bug report #18046: Adding new vertices ignores topological editing
- Still the case in master (3.3)
Does it work in 2.18? - 04:51 PM Bug report #18192: vertex editor doesn't honour topological editing when moving a segment
- Still occurs in master (3.3)
- 01:38 PM Bug report #1963: "Ghost Lines" when using Anti-aliasing, polygons with shared boundaries, and no...
- A workaround to this is:
Set the *Stroke width* to Hairline
Set the *Stroke color* to @@symbol_color@ using *Data... - 01:34 PM Bug report #15955: 'Avoid artifacts when project is rendered as map tiles' option broken?
- I am confused as to which artifacts are supposed to be visible in the video.
Could you explicitely say what you expe... - 12:29 PM Bug report #19746: Disappearing -180 / 180 longitude grid lines on certain zoom levels
- Another easy test case:
* Load ne_110m_coastline and ne_110m_graticules_20.
* Set projection to EPSG:3995 or EPSG... - 11:24 AM Bug report #19746 (Open): Disappearing -180 / 180 longitude grid lines on certain zoom levels
- Depending on the zoom level, the -180 / 180 degree grid lines appear / disappear in QGIS.
This is not depending on... - 11:56 AM Bug report #16735 (Closed): Python Console: typing _api should open the version API documentation...
- Fixed in https://github.com/qgis/QGIS/pull/7087
- 11:56 AM Bug report #16735 (Closed): Python Console: typing _api should open the version API documentation...
- Fixed in https://github.com/qgis/QGIS/pull/7087
- 11:29 AM Bug report #19727: [Print layout] Clicking the link in the message after a successful export no l...
- No real instructions needed; all is above. It's just about clicking the link in the notification after an export.
I... - 10:41 AM Bug report #19736 (Closed): Unable to get list of map layers from a map item in the layout
- Done in #19745
- 10:39 AM Feature request #19745 (Open): Add a function to list layers with features actually visible in a ...
- Thanks to @map_layers@ variable, it's possible to get the list of layers used in a layout map item. However, the list...
2018-08-31
- 11:10 PM Bug report #19744 (Feedback): QGIS 3.3.0-master (b55ab2e6d4) crashes upon closing
- Is this with a clean profile?
- 10:38 PM Bug report #19744 (Closed): QGIS 3.3.0-master (b55ab2e6d4) crashes upon closing
- h2. User Feedback
Closing QGIS. Just run QGIS and close it.
Windows 7 64 bit
QGIS 3.3.0-master (b55ab2e6d4)
f... - 10:39 PM Bug report #19736: Unable to get list of map layers from a map item in the layout
- Ok, but that's a feature request ;)
- 12:53 PM Bug report #19736: Unable to get list of map layers from a map item in the layout
- Ok I get it using something like @array_to_string( array_foreach( map_get( item_variables( 'Map 1' ), 'map_layers'), ...
- 10:38 PM Bug report #19737 (Closed): map_layers variable does not return layer names
- I think so.
- 03:01 PM Bug report #19737: map_layers variable does not return layer names
- Ah, right. Not sure what would then be the "fix". Should we close this?
- 10:37 PM Feature request #19733: make GPKG the default output format for GRASS tools
- I suspect that the underscore parsing error happens in
plugins/processing/algs/grass7/Grass7Algorithm.py
arou... - 09:14 PM Bug report #19509: Slow opening of large GPX file on Windows
- Giovanni Manghi wrote:
> > Here is a link to google drive: https://drive.google.com/drive/folders/16GF1WVC1WfcLFKgZw... - 05:10 PM Bug report #19509: Slow opening of large GPX file on Windows
> Here is a link to google drive: https://drive.google.com/drive/folders/16GF1WVC1WfcLFKgZwuaBjsIpKZC6iU4t?usp=shar...- 04:58 PM Bug report #19509: Slow opening of large GPX file on Windows
- Giovanni Manghi wrote:
> David Fiedler wrote:
> > Here is the link to the generated traces: https://mega.nz/#F!5fIX... - 08:29 PM Bug report #19314: 3.2 crashes on startup on a Mac
- Just reporting in that I had the same issue upgrading from 3.2.1 to 3.2.2 on macOS. Removing the profile in ~/Library...
- 07:21 PM Bug report #19478: 3.2 Crash on OSX High Sierra when using XYZ layers
- Nathan Perry wrote:
> Update: It appears I can avoid the crash as long as I don't zoom in beyond what looks like the... - 08:20 AM Bug report #19478: 3.2 Crash on OSX High Sierra when using XYZ layers
- Update: It appears I can avoid the crash as long as I don't zoom in beyond what looks like the tiles' native resoluti...
- 06:58 PM Bug report #19743 (Closed): New lines character is weirdly rendered in layout label item text, br...
- Open a layout and add a label item
Using the "Insert expression" button, I wrote a long multiline expression, to imp... - 06:28 PM Feature request #19738: Add checkbox to mask deactivated layers in layout legend
- > I have also no effect with auto legend and desactivated layer.
@Jérôme, Not sure I fully understand. Are these n... - 05:00 PM Feature request #19738: Add checkbox to mask deactivated layers in layout legend
- I have also no effect with auto legend and desactivated layer.
For test I have 2 layers with same source. Twice p... - 04:52 PM Feature request #19738: Add checkbox to mask deactivated layers in layout legend
- Giovanni Manghi wrote:
> you said "Thanks but that is not what I need": when someone (or his/her organization) needs... - 04:27 PM Feature request #19738: Add checkbox to mask deactivated layers in layout legend
- > this is in relation to...
related or just duplicate?
- 04:25 PM Feature request #19738: Add checkbox to mask deactivated layers in layout legend
- Jérôme Seigneuret wrote:
> > Please consider support the work needed to implement what you/your organization needs.
... - 11:55 AM Feature request #19738: Add checkbox to mask deactivated layers in layout legend
- Harrissou Santanna wrote:
> Jérôme Seigneuret wrote:
> > Thanks but that is not what I need. I want all values clas... - 11:54 AM Feature request #19738: Add checkbox to mask deactivated layers in layout legend
- > Please consider support the work needed to implement what you/your organization needs.
I don't understand... Thi... - 11:12 AM Feature request #19738 (Feedback): Add checkbox to mask deactivated layers in layout legend
- Jérôme Seigneuret wrote:
> Thanks but that is not what I need. I want all values classes for visible layer only. Act... - 11:02 AM Feature request #19738 (Open): Add checkbox to mask deactivated layers in layout legend
- Jérôme Seigneuret wrote:
> Thanks but that is not what I need. I want all values classes for visible layer only. Act... - 11:00 AM Feature request #19738: Add checkbox to mask deactivated layers in layout legend
- Thanks but that is not what I need. I want all values classes for visible layer only. Actually I need delete layer an...
- 05:22 PM Bug report #19595 (Closed): "Clip Raster by Mask Layer" is actually "Resize to mask layer"
- Loren Amelang wrote:
> So I'm following your resume...
> [...]
you sure you can use and re-use the command I pos... - 05:22 PM Bug report #19595 (Closed): "Clip Raster by Mask Layer" is actually "Resize to mask layer"
- Loren Amelang wrote:
> So I'm following your resume...
> [...]
you sure you can use and re-use the command I pos... - 04:48 PM Bug report #19739: doubleclick on last value column in query filter crash qgis
- Jérôme Seigneuret wrote:
> That is a query filter on source panel for a shapefile layer
> In there query dialogbox ... - 04:45 PM Bug report #19739: doubleclick on last value column in query filter crash qgis
- That is a query filter on source panel for a shapefile layer
In there query dialogbox if I double clicking on list o... - 04:29 PM Bug report #19739 (Feedback): doubleclick on last value column in query filter crash qgis
- From the description I'm really not sure if I understand what are the necessary steps to replicate.
Correct me if ... - 04:29 PM Bug report #19739 (Feedback): doubleclick on last value column in query filter crash qgis
- From the description I'm really not sure if I understand what are the necessary steps to replicate.
Correct me if ... - 04:29 PM Bug report #19739 (Feedback): doubleclick on last value column in query filter crash qgis
- From the description I'm really not sure if I understand what are the necessary steps to replicate.
Correct me if ... - 04:29 PM Bug report #19739 (Feedback): doubleclick on last value column in query filter crash qgis
- From the description I'm really not sure if I understand what are the necessary steps to replicate.
Correct me if ... - 12:18 PM Bug report #19739 (Closed): doubleclick on last value column in query filter crash qgis
- h2. User Feedback
Probleme in index list of colum if I doubleclick on last name colum that crash
I have test qu... - 04:22 PM Bug report #13203: When opening Shapefile the .cpg file is ignored in Windows 8.1
> I edit this directety in QGIS.ini textfile because there is an error on parameters dialogbox #19741
that error...- 02:59 PM Bug report #13203: When opening Shapefile the .cpg file is ignored in Windows 8.1
- It's in relation with ignoreShapeEncoding
Because default value is true. So there is no autodetection in drag&drop... - 02:29 PM Bug report #13203: When opening Shapefile the .cpg file is ignored in Windows 8.1
- Hi,
This problem is also on Windows 7 64x and QGIS 3.2.2 Drag & Drop don't use the CPG file. I need set it manually... - 04:19 PM Bug report #19741 (Closed): GpxSegmentImporter crash when ignoreShapeEncoding change value
- That plugin is a 3rd party plugin, not a core one.
- 04:19 PM Bug report #19741 (Closed): GpxSegmentImporter crash when ignoreShapeEncoding change value
- That plugin is a 3rd party plugin, not a core one.
- 02:49 PM Bug report #19741 (Closed): GpxSegmentImporter crash when ignoreShapeEncoding change value
- Hi,
I have change value of "ignore Shape Encoding " in preference panel and when I click on OK I have this error. ... - 03:27 PM Bug report #19742 (Reopened): accentued caracters make problem to load python expression script
- Hi,
h2. Error
2018-08-31T15:05:56 WARNING L'expression de l'utilisateur base_water_function n'est pas va... - 03:02 PM Bug report #19598: Weird QGIS behaviour when modifying a spatialite table
- Also reproduced on Ubuntu 16.04
- 02:47 PM Bug report #19740 (Closed): Wrong BBOX for some EPSG code in the CRS selector (EPSG:25834 EPSG:25...
- Some boxes are wrong in the CRS Selector.
For examples,
see EPSG:25834 http://spatialreference.org/ref/epsg/25834... - 01:47 PM Bug report #19484: Move label tool doesn't work with rule based labels
- Carolyn Krause wrote:
> Sounds like a re-emergence of this closed issue: "Move Label and Diagram button not working"... - 01:24 PM Feature request #19125 (Closed): Always show deprecated plugins in Plugin Manager (remove the op...
- Refused by the Board ;-)
- 01:24 PM Feature request #19125 (Closed): Always show deprecated plugins in Plugin Manager (remove the op...
- Refused by the Board ;-)
- 11:50 AM Bug report #19292: Text annotation boxes too small in print or pdf
- An additional observation:
If you change the blending mode of your map item (under Item Properties > Rendering) fr... - 11:43 AM Bug report #19596: Can't re-use "Clip Raster by Extent" dialog; boundary offset?
> I guess we're just going to blame my Surface Book? Today's tests are in #19595, all merges failed with the "Memor...- 11:41 AM Bug report #19596 (Closed): Can't re-use "Clip Raster by Extent" dialog; boundary offset?
- Closed in favor of #19628.
About the "offset" issue ("fter the manual clip, there were a couple of (narrow, V-sha... - 11:41 AM Bug report #19596 (Closed): Can't re-use "Clip Raster by Extent" dialog; boundary offset?
- Closed in favor of #19628.
About the "offset" issue ("fter the manual clip, there were a couple of (narrow, V-sha... - 11:34 AM Bug report #19735 (Closed): geoJSON layer displays point shapes but not polygons
- peter larson wrote:
> According to the following, GeoJSON in QGIS has supported multiple types since 2015:
the ge... - 11:34 AM Bug report #19735 (Closed): geoJSON layer displays point shapes but not polygons
- peter larson wrote:
> According to the following, GeoJSON in QGIS has supported multiple types since 2015:
the ge... - 03:12 AM Bug report #19735 (Open): geoJSON layer displays point shapes but not polygons
- According to the following, GeoJSON in QGIS has supported multiple types since 2015:
https://gis.stackexchange.com... - 03:12 AM Bug report #19735 (Open): geoJSON layer displays point shapes but not polygons
- According to the following, GeoJSON in QGIS has supported multiple types since 2015:
https://gis.stackexchange.com... - 10:19 AM Bug report #19702: Opening WFS in QGIS 3.2.2
- Robert Richardson wrote:
> I've successfully contacted the WFS provider (mrt.tas.gov.au) who had previously found a ... - 06:11 AM Bug report #19702: Opening WFS in QGIS 3.2.2
- I've successfully contacted the WFS provider (mrt.tas.gov.au) who had previously found a workaround for QGIS after ot...
- 10:16 AM Bug report #19158: [osx] Failure while trying to create a new vector layer
- Loren Amelang wrote:
> I did see a somewhat similar issue with 3.2, as reported in #19298:
> ---
> Algorithm 'Orde... - 03:47 AM Bug report #19158: [osx] Failure while trying to create a new vector layer
- I did see a somewhat similar issue with 3.2, as reported in #19298:
---
Algorithm 'Order by expression' starting…
... - 10:14 AM Bug report #19127: [Digitizing] Snapping marker is not shown when the advanced digitizing panel i...
- Nathan Perry wrote:
> Giovanni Manghi wrote:
>
> > are you on macOS?
>
> Yes, 10.13.6.
#18622 ? - 08:25 AM Bug report #19127: [Digitizing] Snapping marker is not shown when the advanced digitizing panel i...
- Giovanni Manghi wrote:
> are you on macOS?
Yes, 10.13.6.
- 06:33 AM Bug report #19727 (Feedback): [Print layout] Clicking the link in the message after a successful ...
- I can't reproduce. Can you post instructions on how to replicate?
2018-08-30
- 10:51 PM Bug report #19736: Unable to get list of map layers from a map item in the layout
- That's because the values aren't strings or numbers - you need to format them by converting the list to a string, etc...
- 04:22 PM Bug report #19736 (Closed): Unable to get list of map layers from a map item in the layout
- If I write in a label item of the layout an expression like @map_get(item_variables('Map 1'), 'map_scale')@ it return...
- 10:49 PM Bug report #19737: map_layers variable does not return layer names
- Those are layer values though, not strings
- 04:27 PM Bug report #19737 (Closed): map_layers variable does not return layer names
- Select a map item in the layout
Scroll to the variables frame in the item properties and check the map_layers variab... - 09:05 PM Bug report #19594 (Closed): "Memory Error" in Raster Merge
- Loren Amelang wrote:
> Glad to see the dialog re-use bug is repeatable for you!
>
> As for "Memory Error", I jus... - 09:05 PM Bug report #19594 (Closed): "Memory Error" in Raster Merge
- Loren Amelang wrote:
> Glad to see the dialog re-use bug is repeatable for you!
>
> As for "Memory Error", I jus... - 07:18 PM Feature request #19733 (Open): make GPKG the default output format for GRASS tools
- 06:42 PM Feature request #19733: make GPKG the default output format for GRASS tools
- Unfortunately no idea. But some of the related reports I found are also older than one year.
Potential example (4 ... - 04:43 PM Feature request #19733 (Feedback): make GPKG the default output format for GRASS tools
- Did it worked as expected in older qgis releases?
- 04:43 PM Feature request #19733 (Feedback): make GPKG the default output format for GRASS tools
- Did it worked as expected in older qgis releases?
- 11:03 AM Feature request #19733 (Closed): make GPKG the default output format for GRASS tools
- *new description*
#19733-5
*old description*
Processing > GRASS 7 > v.rast.stats is not functional (reported als... - 05:33 PM Feature request #19738 (Feedback): Add checkbox to mask deactivated layers in layout legend
- You also have a button "Filter legend by map content" (the yellow and blue one) which limits the legend to the displa...
- 05:33 PM Feature request #19738 (Feedback): Add checkbox to mask deactivated layers in layout legend
- You also have a button "Filter legend by map content" (the yellow and blue one) which limits the legend to the displa...
- 04:45 PM Feature request #19738 (Closed): Add checkbox to mask deactivated layers in layout legend
- Can you add a checkbox in layout to mask or render a desactived layer in legend box.
There is "Only show items ins... - 05:22 PM Bug report #19509: Slow opening of large GPX file on Windows
- David Fiedler wrote:
> Here is the link to the generated traces: https://mega.nz/#F!5fIXEIqT!SZd6NISXoIQ-nXwkLqAJrQ
... - 04:36 PM Bug report #19735 (Feedback): geoJSON layer displays point shapes but not polygons
- Very likely because OGR does not recognize the content as being polygons, is that a valid geojeon?
giovanni@sibiri... - 04:36 PM Bug report #19735 (Feedback): geoJSON layer displays point shapes but not polygons
- Very likely because OGR does not recognize the content as being polygons, is that a valid geojeon?
giovanni@sibiri... - 04:36 PM Bug report #19735 (Feedback): geoJSON layer displays point shapes but not polygons
- Very likely because OGR does not recognize the content as being polygons, is that a valid geojeon?
giovanni@sibiri... - 01:35 PM Bug report #19735 (Closed): geoJSON layer displays point shapes but not polygons
- I have tried to add a geoJSON layer to a project using the following URL:
http://www.rfs.nsw.gov.au/feeds/majorInc... - 12:07 PM Bug report #19734 (Open): Copy/paste a renderer class from the contextual menu does not work
- Apply a categorized or a graduated symbology to a layer
Right-click on a class and select "copy"
Then right-click a... - 09:07 AM Bug report #19709 (Open): Exporting a GeoPackage to Shapefile wrongly changes the field types
- Indeed, a conversion with ogr2ogr works as expected... This is a QGIS problem.
The bug also occurs with QGIS 2.18.
2018-08-29
- 01:43 AM Bug report #19708: Processing: Join attributes by location produces duplicated fid
- Confirmed here. I think that especially the result of the operation 6 ("If you save directly to a GeoPackage (instead...
- 01:19 AM Bug report #19701: "cell size" option in TIN interpolation tool is missing
- Giovanni Manghi wrote:
> > Thanks Giovanni. Splitting the tool in two could be an option, but I think if the option ... - 08:51 PM Bug report #19701: "cell size" option in TIN interpolation tool is missing
> Thanks Giovanni. Splitting the tool in two could be an option, but I think if the option for the cell size is add...- 07:26 PM Bug report #19701: "cell size" option in TIN interpolation tool is missing
- Giovanni Manghi wrote:
> I agree, is much more common to need to choose the output resolution as cell size rather th... - 05:11 PM Bug report #19701: "cell size" option in TIN interpolation tool is missing
- I agree, is much more common to need to choose the output resolution as cell size rather than dimensions.
Maybe we a... - 05:11 PM Bug report #19701: "cell size" option in TIN interpolation tool is missing
- I agree, is much more common to need to choose the output resolution as cell size rather than dimensions.
Maybe we a... - 05:11 PM Bug report #19701: "cell size" option in TIN interpolation tool is missing
- I agree, is much more common to need to choose the output resolution as cell size rather than dimensions.
Maybe we a... - 05:11 PM Bug report #19701: "cell size" option in TIN interpolation tool is missing
- I agree, is much more common to need to choose the output resolution as cell size rather than dimensions.
Maybe we a... - 05:11 PM Bug report #19701: "cell size" option in TIN interpolation tool is missing
- I agree, is much more common to need to choose the output resolution as cell size rather than dimensions.
Maybe we a... - 05:11 PM Bug report #19701: "cell size" option in TIN interpolation tool is missing
- I agree, is much more common to need to choose the output resolution as cell size rather than dimensions.
Maybe we a... - 01:08 AM Bug report #19709 (Feedback): Exporting a GeoPackage to Shapefile wrongly changes the field types
- In straight conversion with ogr2ogr the "att" field of your attachment results in an "int" field as expected.
What... - 01:08 AM Bug report #19709 (Feedback): Exporting a GeoPackage to Shapefile wrongly changes the field types
- In straight conversion with ogr2ogr the "att" field of your attachment results in an "int" field as expected.
What... - 01:08 AM Bug report #19709 (Feedback): Exporting a GeoPackage to Shapefile wrongly changes the field types
- In straight conversion with ogr2ogr the "att" field of your attachment results in an "int" field as expected.
What... - 09:09 PM Bug report #19469 (Closed): [Processing] "Extract by attribute" algorithm allows an optional valu...
- Applied in changeset commit:qgis|4e1d29ee241f53297ff2a332554154fd0ad27b73.
- 09:09 PM Bug report #19469 (Closed): [Processing] "Extract by attribute" algorithm allows an optional valu...
- Applied in changeset commit:qgis|4e1d29ee241f53297ff2a332554154fd0ad27b73.
- 07:33 PM Bug report #19732: starting qgis-bin.exe with command line options shows message e.g. invalid lay...
- Giovanni Manghi wrote:
> "%*" is for?
The arguments the batch file was called with (see for instance https://ss64... - 07:31 PM Bug report #19732 (Closed): starting qgis-bin.exe with command line options shows message e.g. in...
- Stefan Overkamp wrote:
> starting qgis-bin.exe with command line option (e.g. --profiles-path) raises critical messa... - 07:31 PM Bug report #19732 (Closed): starting qgis-bin.exe with command line options shows message e.g. in...
- Stefan Overkamp wrote:
> starting qgis-bin.exe with command line option (e.g. --profiles-path) raises critical messa... - 05:33 PM Bug report #19732: starting qgis-bin.exe with command line options shows message e.g. invalid lay...
- Did it worked as expected on 2.18?
- 05:30 PM Bug report #19732 (Feedback): starting qgis-bin.exe with command line options shows message e.g. ...
- "%*" is for?
- 03:32 PM Bug report #19732 (Closed): starting qgis-bin.exe with command line options shows message e.g. in...
- starting qgis-bin.exe with command line option (e.g. --profiles-path) raises critical messages:
Layer ist ungültig... - 05:37 PM Bug report #18434: QGIS 3.0 new node tool picks up nodes of hidden layers & isn;t constrained by ...
> I think it would do if there was not #19260
so that is the real issue, and this should be closed, correct?- 04:44 PM Bug report #18434: QGIS 3.0 new node tool picks up nodes of hidden layers & isn;t constrained by ...
- Giovanni Manghi wrote:
> Harrissou Santanna wrote:
> > > Vertices of invisible Layers should not be choosen by the ... - 04:25 PM Bug report #18434: QGIS 3.0 new node tool picks up nodes of hidden layers & isn;t constrained by ...
- Harrissou Santanna wrote:
> > Vertices of invisible Layers should not be choosen by the vertex tool.
>
> Deactiva... - 02:18 PM Bug report #18434: QGIS 3.0 new node tool picks up nodes of hidden layers & isn;t constrained by ...
- > Vertices of invisible Layers should not be choosen by the vertex tool.
Deactivate the Settings --> Options --> D... - 02:02 PM Bug report #18434: QGIS 3.0 new node tool picks up nodes of hidden layers & isn;t constrained by ...
- QGIS 3.2.2
Editing complex maps with multiple instances of the same layer or layers with similar geometry is very e... - 05:36 PM Bug report #19725 (Closed): vertex tool snapping to all layers
- 04:57 PM Bug report #19725: vertex tool snapping to all layers
- You are right it is a duplicate but it is not solved by #18434-7
see #19260 - 04:42 PM Bug report #19725 (Feedback): vertex tool snapping to all layers
- Duplicate of #18434 ?
Does this "solve" the issue #18434-7 ? - 05:33 PM Bug report #19731 (Feedback): Python error at qgis startup after changing profile folder
- Did it worked as expected on 2.18?
- 05:32 PM Bug report #19731: Python error at qgis startup after changing profile folder
- Maybe the category should be "Processing", not sure.
- 02:31 PM Bug report #19731 (Feedback): Python error at qgis startup after changing profile folder
- I put my osgeo4w/qgis install onto a usb stick and use the nice new profile feature. Qgis is called with a fix profil...
- 05:28 PM Bug report #19707 (Feedback): QGIS hangs after PC locks screen after timeout
- Does it happens on 2.18?
- 05:28 PM Bug report #19707 (Feedback): QGIS hangs after PC locks screen after timeout
- Does it happens on 2.18?
- 05:28 PM Bug report #19707 (Feedback): QGIS hangs after PC locks screen after timeout
- Does it happens on 2.18?
- 05:22 PM Bug report #19696: QGIS crashes upon launching
- Ashley Mort wrote:
> I deleted my HOME directory's AppData\Roaming\QGIS folder and searched registry for qgis and de... - 05:18 PM Bug report #19298 (Closed): 'Order by expression' can't save to shapefile
- Loren Amelang wrote:
> I just tried it again in 3.2.1, and it worked as expected. As in #19158, I guess the problem ... - 05:18 PM Bug report #19298 (Closed): 'Order by expression' can't save to shapefile
- Loren Amelang wrote:
> I just tried it again in 3.2.1, and it worked as expected. As in #19158, I guess the problem ... - 05:16 PM Bug report #19158 (Feedback): [osx] Failure while trying to create a new vector layer
- Please try again on 3.2, possibly using a clean profile.
- 05:16 PM Bug report #19158 (Feedback): [osx] Failure while trying to create a new vector layer
- Please try again on 3.2, possibly using a clean profile.
- 05:05 PM Bug report #19607: Deactivating/uninstalling plugin causes Python error when trying to edit a Pro...
> But it should not show traceback, a message warning user about missing algorithms should be shown instead and edi...- 05:01 PM Bug report #17124: Editing behavior of filtered layers is inconsistent
- See also #19699
- 05:01 PM Bug report #19699 (Closed): Removing Filter on shape file layer does not restore read-write permi...
- Duplicate of https://issues.qgis.org/issues/17124
- 05:01 PM Bug report #19699 (Closed): Removing Filter on shape file layer does not restore read-write permi...
- Duplicate of https://issues.qgis.org/issues/17124
- 04:59 PM Bug report #19700 (Feedback): No output from grass toolbox function
- Is this limited to v.extrude or is the same for any GRASS tool?
- 04:58 PM Bug report #19260: [Digitizing] The "Enable snapping on invisible features" option is always unch...
- It is also in 3.2.2
- 04:58 PM Bug report #19537: Still getting the /etc/colors/grass error while executing GRASS functions from...
- why invalid?
- 04:55 PM Bug report #19723: Exporting as DGN with QgsVectorFileWriter.writeAsVectorFormat gives an error w...
- Related to #19722 ?
- 04:55 PM Bug report #19723: Exporting as DGN with QgsVectorFileWriter.writeAsVectorFormat gives an error w...
- Related to #19722 ?
- 04:55 PM Bug report #19723: Exporting as DGN with QgsVectorFileWriter.writeAsVectorFormat gives an error w...
- Related to #19722 ?
- 04:50 PM Bug report #19722: Exporting as DGN with "Save As..." gives an error.
- Confirmed on master/linux, it seems that one of the ogr(2ogr) creation option parameters is not well formatted.
- 04:50 PM Bug report #19722: Exporting as DGN with "Save As..." gives an error.
- Confirmed on master/linux, it seems that one of the ogr(2ogr) creation option parameters is not well formatted.
- 04:50 PM Bug report #19722: Exporting as DGN with "Save As..." gives an error.
- Confirmed on master/linux, it seems that one of the ogr(2ogr) creation option parameters is not well formatted.
- 04:50 PM Bug report #19722: Exporting as DGN with "Save As..." gives an error.
- Confirmed on master/linux, it seems that one of the ogr(2ogr) creation option parameters is not well formatted.
- 04:49 PM Feature request #19286: [Processing] Set default distance values coherent with meters
- I think native algorithms are fixed in https://github.com/qgis/QGIS/pull/7743
- 04:45 PM Bug report #19720 (Feedback): Qgis crash on save postgis layer
- Cannot confirm here on master/linux.
Does it happen with any postgis layer or only with a specific one?
Where doe... - 04:45 PM Bug report #19720 (Feedback): Qgis crash on save postgis layer
- Cannot confirm here on master/linux.
Does it happen with any postgis layer or only with a specific one?
Where doe... - 04:41 PM Bug report #19706: The tool "Dissolve" doesnt weork properly in new version of QGIS (3.2.2)
- Works fine here on master/linux and using the native QGIS dissolve tool. Did you tried another tool (gdal? saga? gras...
- 04:41 PM Bug report #19706: The tool "Dissolve" doesnt weork properly in new version of QGIS (3.2.2)
- Works fine here on master/linux and using the native QGIS dissolve tool. Did you tried another tool (gdal? saga? gras...
- 04:41 PM Bug report #19706: The tool "Dissolve" doesnt weork properly in new version of QGIS (3.2.2)
- Works fine here on master/linux and using the native QGIS dissolve tool. Did you tried another tool (gdal? saga? gras...
- 04:41 PM Bug report #19706: The tool "Dissolve" doesnt weork properly in new version of QGIS (3.2.2)
- Works fine here on master/linux and using the native QGIS dissolve tool. Did you tried another tool (gdal? saga? gras...
- 04:36 PM Bug report #19716: DB Manager Virtual Layers Always Crashes on query error
- Hadrien Bois wrote:
> Nyall Dawson wrote:
> > I can't reproduce. Can you share some data and an example of a query ... - 04:30 PM Bug report #19702: Opening WFS in QGIS 3.2.2
- Robert Richardson wrote:
> Hi Nyall
> My apologies for not setting the assignee correctly yesterday. Please see my ... - 04:30 PM Bug report #19702: Opening WFS in QGIS 3.2.2
- Robert Richardson wrote:
> Hi Nyall
> My apologies for not setting the assignee correctly yesterday. Please see my ... - 04:30 PM Bug report #19702: Opening WFS in QGIS 3.2.2
- Robert Richardson wrote:
> Hi Nyall
> My apologies for not setting the assignee correctly yesterday. Please see my ... - 02:36 PM Bug report #19533: QGIS browser panel scanning slows down QGIS
- hi Gio, yes. Virtual Desktop Infrastructure.It is a common method these days within some large organisations.
- 01:37 PM Feature request #19730 (Open): Legend attribute sum
- Greetings,
Since feature count has already good features (filtered by atlas or by the current map extent) I was ho... - 01:06 PM Bug report #19127: [Digitizing] Snapping marker is not shown when the advanced digitizing panel i...
- @Nathan
> There does not seem to be a distinct snapping marker for advanced digitizing, but there is a small X curso... - 11:32 AM Bug report #19127: [Digitizing] Snapping marker is not shown when the advanced digitizing panel i...
- Seems also a regression to me. Tagging so until proven contrary.
- 11:32 AM Bug report #19127: [Digitizing] Snapping marker is not shown when the advanced digitizing panel i...
- Seems also a regression to me. Tagging so until proven contrary.
- 11:30 AM Bug report #19127: [Digitizing] Snapping marker is not shown when the advanced digitizing panel i...
> In addition to the small X, there is a large "crosshair" cursor that is always present, and that does not align c...- 11:44 AM Bug report #19457 (Closed): WFS layer features disappearing
- 11:30 AM Bug report #19713 (Feedback): Connection to Oracle is very slow QGIS 3.x
- Carlos Lopez Quintanilla wrote:
> We don't have any log, because not crash, it spends a lot of time, but not crash!
... - 11:30 AM Bug report #19713 (Feedback): Connection to Oracle is very slow QGIS 3.x
- Carlos Lopez Quintanilla wrote:
> We don't have any log, because not crash, it spends a lot of time, but not crash!
... - 11:30 AM Bug report #19713 (Feedback): Connection to Oracle is very slow QGIS 3.x
- Carlos Lopez Quintanilla wrote:
> We don't have any log, because not crash, it spends a lot of time, but not crash!
... - 11:27 AM Bug report #19659 (Closed): QGIS3: export to CSV with trailing comma
- 11:18 AM Bug report #19659: QGIS3: export to CSV with trailing comma
- Andrea Giudiceandrea wrote:
> Tobias, which CSV parsers have troubles with trailing comma?
I've used a Python par... - 11:05 AM Bug report #19659: QGIS3: export to CSV with trailing comma
- Andrea Giudiceandrea wrote:
> QGIS relies on OGR CSV driver in order to save a layer as CSV file.
>
> The OGR dri... - 10:58 AM Bug report #18872 (Open): Symbol Selector Window 'overflows' the screen on small resolutions
- 06:52 AM Bug report #19704 (Closed): Function is_closed() is not working
- Applied in changeset commit:qgis|e5e14dd68072473ade0f747034b63c6f89d88a1c.
- 06:52 AM Bug report #19704 (Closed): Function is_closed() is not working
- Applied in changeset commit:qgis|e5e14dd68072473ade0f747034b63c6f89d88a1c.
2018-08-28
- 12:35 AM Bug report #18872: Symbol Selector Window 'overflows' the screen on small resolutions
- Harrissou Santanna wrote:
> Sorry to not have replied to you earlier.
> Is this issue still available in 3.2?
He... - 04:44 PM Bug report #18872 (Feedback): Symbol Selector Window 'overflows' the screen on small resolutions
- Sorry to not have replied to you earlier.
Is this issue still available in 3.2? - 12:22 AM Bug report #19702: Opening WFS in QGIS 3.2.2
- Hi Nyall
My apologies for not setting the assignee correctly yesterday. Please see my comments above. I think I need... - 05:43 AM Bug report #19702: Opening WFS in QGIS 3.2.2
- Hi Nyall
I've tried deleting this WFS service and then adding it using Layer - Data Source Manager with the "Only re... - 09:14 PM Bug report #19478: 3.2 Crash on OSX High Sierra when using XYZ layers
- I have this too; see: https://issues.qgis.org/issues/19544. The crash is repeatable but not (for me) predictable. In ...
- 09:09 PM Bug report #19544: QGIS 3.2.1-1 crashes on OS X after severe zooming in
- Same issue here; attaching my own crash log. This appears to be a duplicate of https://issues.qgis.org/issues/19478. ...
- 08:06 PM Bug report #19728: crash moving layout items
- Jerry Pfalbaum wrote:
> The map opened where I last saved.«
ok, but does it happens routinely or it was a one tim... - 07:36 PM Bug report #19728: crash moving layout items
- The map opened where I last saved.
I'll download the newest, and report back if it happens again. - 06:35 PM Bug report #19728 (Feedback): crash moving layout items
- It is 100% replicable?
Also install 3.2.2 and see if it happens again. - 06:35 PM Bug report #19728 (Feedback): crash moving layout items
- It is 100% replicable?
Also install 3.2.2 and see if it happens again. - 06:35 PM Bug report #19728 (Feedback): crash moving layout items
- It is 100% replicable?
Also install 3.2.2 and see if it happens again. - 04:42 PM Bug report #19728 (Closed): crash moving layout items
- I was in the layout screen moving items around. I think I was attempting to unlock the legend to move it.
- 07:44 PM Bug report #19721 (Closed): Virtual layers show no feature when no filter string is set in the Qu...
- Applied in changeset commit:qgis|99696b6ee10ea18a35a4cf23f8e506af69ee1f4e.
- 07:44 PM Bug report #19721 (Closed): Virtual layers show no feature when no filter string is set in the Qu...
- Applied in changeset commit:qgis|99696b6ee10ea18a35a4cf23f8e506af69ee1f4e.
- 04:47 PM Bug report #19721: Virtual layers show no feature when no filter string is set in the Query builder
- Better looking at the code, it seems the bug is in QgsVirtualLayerFeatureIterator::QgsVirtualLayerFeatureIterator whe...
- 09:09 AM Bug report #19721 (Closed): Virtual layers show no feature when no filter string is set in the Qu...
- Virtual layers show no feature when no filter string is set in the Query builder, instead of showing all the features...
- 07:07 PM Feature request #19729 (Closed): Add provider to add local folder containing XYZ tiles
- I am able to create tiles using the Qtiles plugin. I would like to be able to use those tiles directly in Qgis. Cou...
- 06:29 PM Bug report #19533: QGIS browser panel scanning slows down QGIS
- vdi = virtual machine?
- 10:58 AM Bug report #19533 (Open): QGIS browser panel scanning slows down QGIS
- 10:58 AM Bug report #19533: QGIS browser panel scanning slows down QGIS
- I have noticed it only under QGIS 2.18. It is specific to the VDI and works fine on the normal OS.
- 05:30 PM Bug report #19713: Connection to Oracle is very slow QGIS 3.x
- Carlos Lopez Quintanilla wrote:
> Done, but the performance is the same that before
That applies to newly loaded ... - 11:34 AM Bug report #19713: Connection to Oracle is very slow QGIS 3.x
- Carlos Lopez Quintanilla wrote:
> Jürgen Fischer wrote:
> > Carlos Lopez Quintanilla wrote:
> > > Jürgen Fischer w... - 11:34 AM Bug report #19713: Connection to Oracle is very slow QGIS 3.x
- Carlos Lopez Quintanilla wrote:
> Jürgen Fischer wrote:
> > Carlos Lopez Quintanilla wrote:
> > > Jürgen Fischer w... - 11:31 AM Bug report #19713: Connection to Oracle is very slow QGIS 3.x
- Jürgen Fischer wrote:
> Carlos Lopez Quintanilla wrote:
> > Jürgen Fischer wrote:
> > > Are you using the "use est... - 11:30 AM Bug report #19713: Connection to Oracle is very slow QGIS 3.x
- Jürgen Fischer wrote:
> Carlos Lopez Quintanilla wrote:
> > Jürgen Fischer wrote:
> > > Are you using the "use est... - 10:51 AM Bug report #19713: Connection to Oracle is very slow QGIS 3.x
- Carlos Lopez Quintanilla wrote:
> Jürgen Fischer wrote:
> > Are you using the "use estimated metadata" setting?
> ... - 10:09 AM Bug report #19713: Connection to Oracle is very slow QGIS 3.x
- Jürgen Fischer wrote:
> Are you using the "use estimated metadata" setting?
"estimatedMetadata" = False
- 04:23 PM Bug report #19727 (Closed): [Print layout] Clicking the link in the message after a successful ex...
- Export a print layout to whatever format (jpg, pdf...)
At the end of the process, you get a message that the file ha... - 03:32 PM Bug report #19726 (Closed): Oracle - Export > Save Features as
- When connected to Oracle 11g database, Export > Save Feature as is not working.
QGIS saves empty file, no matter wha... - 02:51 PM Bug report #19716: DB Manager Virtual Layers Always Crashes on query error
- Nyall Dawson wrote:
> I can't reproduce. Can you share some data and an example of a query which crashes?
Just no... - 02:51 PM Bug report #19716: DB Manager Virtual Layers Always Crashes on query error
- Nyall Dawson wrote:
> I can't reproduce. Can you share some data and an example of a query which crashes?
Just no... - 12:41 PM Bug report #19524: [macOS] Map canvas with wrong size on QGIS 3.2.1 start up
- Garth Fletcher wrote:
> I am incorporating some of my comments which were lost when 19545 was closed as a duplicate.... - 12:31 PM Bug report #19725 (Closed): vertex tool snapping to all layers
- I work on Windows 10 64 bit with QGIS 3.2.2
When I use the vertex tool it will snap to all layers in the project. I ... - 12:10 PM Bug report #19706: The tool "Dissolve" doesnt weork properly in new version of QGIS (3.2.2)
- Nyall Dawson wrote:
> Can you share the layer you are trying to dissolve?
Yes sure, I have uploaded the SHP "Test" - 12:09 PM Bug report #19724: Algorithm shortcuts in Vector & Raster menus shouldn't be capitalized in most ...
- Thanks for raising this, Borys.
I guess your issue also concerns Processing dialog titles being capitalized when run... - 11:35 AM Bug report #19724 (Closed): Algorithm shortcuts in Vector & Raster menus shouldn't be capitalized...
- These Processing shortcuts are now capitalised after being translated.
In most languages menus (and generally titl... - 11:13 AM Bug report #19587 (Closed): *Crash ID*: 7ad2a0785422a95e29b066c61e5765caaad9e646
- 10:41 AM Bug report #19587: *Crash ID*: 7ad2a0785422a95e29b066c61e5765caaad9e646
- to Giovanni Manghi, Paolo Cavallini, Nyall Dawson
Thank you for your help. I have removed the entire folder C:\U... - 09:46 AM Feature request #19719: Save/load style to PostgreSQL database from Layer styling panel and from ...
- Furthermore, all six actions available from the layer properties dialog (load from file, load from db, restore defaul...
- 07:42 AM Feature request #19719 (Open): Save/load style to PostgreSQL database from Layer styling panel an...
- For now layer in layer styling panel user can only load style from qml file. It will be useful if he can load style a...
- 09:34 AM Bug report #19723 (Closed): Exporting as DGN with QgsVectorFileWriter.writeAsVectorFormat gives a...
- @QgsVectorFileWriter.writeAsVectorFormat(layer, target_dgn, 'utf8', None, 'DGN', skipAttributeCreation = True)@
@w... - 09:22 AM Bug report #19722 (Closed): Exporting as DGN with "Save As..." gives an error.
- Exporting a layer as DGN, QGIS gives the following error:
@Export to vector file failed.
Error: creation of layer... - 08:39 AM Bug report #19720 (Closed): Qgis crash on save postgis layer
- h2. User Feedback
I just press to save Postgis layer.
h2. Report Details
*Crash ID*: 5725d17d505b8a1e7652f2c... - 07:09 AM Feature request #19718 (Open): Add Keyboard Shortcut for the the 'Add Delimited Text Layer'
- The 'Add Delimited Text Layer' button is the only one which does not have a keyboard shortcut, and that is the one Wh...
- 06:32 AM Feature request #19717 (Open): Legend to reflect map theme in layouts/ reports
- It would be great to have a map legend reflect a map theme in the same way that the map itself does in a print layout...
- 02:20 AM Feature request #19712 (Closed): [Processing] Add units drop-down widget to offset parameters in ...
- Applied in changeset commit:qgis|304033c9161be591331c231b76316851e769fe62.
- 02:20 AM Feature request #19712 (Closed): [Processing] Add units drop-down widget to offset parameters in ...
- Applied in changeset commit:qgis|304033c9161be591331c231b76316851e769fe62.
2018-08-27
- 01:50 AM Bug report #19716 (Feedback): DB Manager Virtual Layers Always Crashes on query error
- I can't reproduce. Can you share some data and an example of a query which crashes?
- 01:45 AM Bug report #19714 (Feedback): raster layer causing hangups for long periods with opacity slider w...
- Can't confirm -- works fine here on both Windows and Linux.
Try with a clean profile and no plugins installed. - 01:43 AM Bug report #19702 (Feedback): Opening WFS in QGIS 3.2.2
- Works ok for me, if I turn off the "Only request features overlapping the view extent" option. Can you confirm?
- 01:21 AM Bug report #19704 (In Progress): Function is_closed() is not working
- https://github.com/qgis/QGIS/pull/7728
- 12:49 AM Bug report #19705 (Closed): raster values and slope values
- QGIS 2.18 defaults to a "2/98%" value for raster min and max values. This has changed in 3.0 to default to the actual...
- 12:49 AM Bug report #19705 (Closed): raster values and slope values
- QGIS 2.18 defaults to a "2/98%" value for raster min and max values. This has changed in 3.0 to default to the actual...
- 12:47 AM Bug report #19710 (Rejected): QGIS 3.2.2 crash with plugin "Profile Tool 4.1.2"
- This is a bug with a 3rd party plugin and needs to be filed on that plugin's page
- 12:47 AM Bug report #19710 (Rejected): QGIS 3.2.2 crash with plugin "Profile Tool 4.1.2"
- This is a bug with a 3rd party plugin and needs to be filed on that plugin's page
- 12:44 AM Bug report #19636: filter on joined table broken
- https://github.com/qgis/QGIS/pull/7724
Also available in: Atom