Activity

From 2015-12-27 to 2016-01-25

2016-01-25

11:20 PM Bug report #11007 (Closed): Deleted/edited features within SHAPEFILE are still recognized in othe...
>Is there a chance to have a patch for 2.8 LTR or is it reliant on the latest OGR in master?
This bug is not in 2.8 ...
Marco Hugentobler
09:35 AM Bug report #11007: Deleted/edited features within SHAPEFILE are still recognized in other softwar...
Tested in the latest master and it works as expected.
Is there a chance to have a patch for 2.8 LTR or is it relian...
Saber Razmjooei
09:18 PM Bug report #14169 (Closed): Crash when clicking "save as..." when the source file is CSV or SHP
While trying to "save as..." a CSV or SHP file - QGIS crashes.
When running it through the terminal - i saw the follo...
Shai Efrati
04:09 PM Bug report #14147 (Feedback): Label not hiding when "unassigned" symbol classification unchecked
I unfortunately can not reproduce. Can you please attach a sample, like a small shapefile and a QML file? Sebastian Dietrich
04:05 PM Bug report #14161 (Feedback): Remove Current style can corrupt another style
Sebastian Dietrich
04:42 AM Bug report #14161: Remove Current style can corrupt another style
Hmm I cannot replicate - I have just tried it and for me right after removal of the current style the dialog is updat... Martin Dobias
04:02 PM Bug report #14153: loadNamedStyle fail to load edit widget
Widgets are loaded separately from the layers by "@QgsEditorWidgetRegistry@":http://qgis.org/api/classQgsEditorWidget... Sebastian Dietrich
01:02 PM Bug report #13686: [compile] qgis master fails with "error: ‘PyUnicode_AsUTF8’ was not declared i...
Compiled fine now Doug, thanks.
I think you mentioned that QGIS finds python2 automagically before in the AUR, so as...
Donovan Cameron
12:30 PM Bug report #13931: QGIS 2.12.1 - Filter legend by map content has new bug
Nyall Dawson wrote:
> please don't file bugs multiple times...
definitely true
> it doesn't help them get addressed...
Sebastian Dietrich
12:02 PM Bug report #13635: different handling of invalid geometries between LTR and master version
One inner ring has just 3 vertices (the first and the last being the same), and so OGR fails to organize that polygon... Martin Dobias
10:02 AM Bug report #14166 (Feedback): Dissolve problems for polygons containing rings
Hmmm I am not sure I understand the problem you describe here. In your case, from vectorized.shp, Dissolve simply mak... Martin Dobias
05:43 AM Bug report #14166 (Closed): Dissolve problems for polygons containing rings
I have vectorized a raster layer with 0 and 1 values and obtained a polygon shapefile layer from witch I have removed... Marie Silvestre
09:47 AM Bug report #14168 (Closed): Deleting nodes - inconsistent behaviour
1- Open QGIS
2- Add a polygon layer
3- Change to edit mode
4- For one of the polygons...select all the nodes....excep...
Saber Razmjooei
09:30 AM Bug report #14167 (Feedback): JPEG2000 rendering issue
Martin Dobias
09:29 AM Bug report #14167: JPEG2000 rendering issue
Hi, thanks for the report. Could you please attach a raster file that has this problem? Martin Dobias
08:00 AM Bug report #14167 (Closed): JPEG2000 rendering issue
Hi,
I'm experiencing trouble with the QGIS renderer for JPEG2000.
I have to validate an image mosaic product, with a...
Mathieu SIG
09:23 AM Bug report #12416: QGIS 2.8.1 crash opening FileGDB (openGDB-Driver)
The other possibility is that QGIS centralized WKB parser simply handles better the parsing of geometry collections, ... Sandro Santilli
09:14 AM Bug report #12416: QGIS 2.8.1 crash opening FileGDB (openGDB-Driver)
I'm taking back the "main QGIS WKB parser has no problem with the malformed WKB" as that's very unlikely as the QgsGe... Sandro Santilli
08:41 AM Bug report #12416: QGIS 2.8.1 crash opening FileGDB (openGDB-Driver)
My take on boundary checking is here: https://github.com/qgis/QGIS/pull/2721
At the time of writing this comment, the...
Sandro Santilli
05:15 AM Bug report #12416: QGIS 2.8.1 crash opening FileGDB (openGDB-Driver)
Thanks Even.
Still I think QGIS should check before reading past the end of the buffer.
I'll look into that in the ev...
Sandro Santilli
05:02 AM Bug report #12416: QGIS 2.8.1 crash opening FileGDB (openGDB-Driver)
The root cause is a bug in the OpenFileGDB driver (https://trac.osgeo.org/gdal/ticket/6332) that results in inconsist... Even Rouault
02:46 AM Bug report #12416: QGIS 2.8.1 crash opening FileGDB (openGDB-Driver)
The crash only happens when the offending layer is the first one on the map. Crash also occurs by loading the "Tracks... Sandro Santilli
09:23 AM Bug report #13336: Allow raster calculator with huge raster inputs
Hi,
I have a solution. I have uploaded 2 files. A python 2.7 script that will create a simulated raster having the...
Nicolas Cadieux
09:23 AM Bug report #13336: Allow raster calculator with huge raster inputs
Hi,
I have a solution. I have uploaded 2 files. A python 2.7 script that will create a simulated raster having the...
Nicolas Cadieux
09:20 AM Bug report #13973 (Closed): Crash when switching from custom renderer to another
The main problem was that the old renderer was used as-is in the test renderer implementation, while it is just a tem... Martin Dobias
09:20 AM Bug report #13973 (Closed): Crash when switching from custom renderer to another
The main problem was that the old renderer was used as-is in the test renderer implementation, while it is just a tem... Martin Dobias
08:40 AM Bug report #11210 (Closed): layer.listStylesInDatabase in pyqgis
Fixed in changeset commit:"b5ee06dc28ab015ca1907f8219283b11bec1f646". Anonymous
08:28 AM Bug report #14025 (Closed): Crash when loading project with custom renderer for vector layers
The real issue was that symbols returned by the test renderer have not been initialized before being used in symbolFo... Martin Dobias
08:28 AM Bug report #14025 (Closed): Crash when loading project with custom renderer for vector layers
The real issue was that symbols returned by the test renderer have not been initialized before being used in symbolFo... Martin Dobias
08:28 AM Bug report #14025 (Closed): Crash when loading project with custom renderer for vector layers
The real issue was that symbols returned by the test renderer have not been initialized before being used in symbolFo... Martin Dobias
04:18 AM Bug report #14164 (Closed): crasher: cycling through the symbology renderers back and forth crash...
Fixed in changeset commit:"82eabb197623236ab0f8844f537473fd7bcc9b98". Martin Dobias
03:52 AM Bug report #14165: Geometry checker plugin error (3D geom)
The geometry checker plugin simply clones the layer using QgsVectorFileWriter before it starts processing it. So QgsV... Sandro Mani
01:34 AM Bug report #14165 (Closed): Geometry checker plugin error (3D geom)
I'm getting:
Failed to create the output layer: non riesco a creare il layer (errore
OGR:Geometry type of `Unreco...
Paolo Cavallini
02:39 AM Bug report #13679 (Closed): QGIS master crashes when closing DB Manager in preview mode for PostG...
And Salvatore Fianca found the bug and tested the fix. A name, a plan! Sandro Santilli
02:39 AM Bug report #13679 (Closed): QGIS master crashes when closing DB Manager in preview mode for PostG...
And Salvatore Fianca found the bug and tested the fix. A name, a plan! Sandro Santilli
02:26 AM Bug report #13679: QGIS master crashes when closing DB Manager in preview mode for PostGIS layers...
Salvatore Larosa has solved the mini-dump. Hooray! salvatore fiandaca
01:47 AM Bug report #13679: QGIS master crashes when closing DB Manager in preview mode for PostGIS layers...
Does commit:09ce8004fd2ca9e911b84dd4de59bafb47037b44 (from Salvatore Larosa) fix the crash ?
Giuseppe: wouldn't it be...
Sandro Santilli
02:35 AM Bug report #14006: Can't export layers from Postgis tables with Z component geometries
Hi. There is a bug indeed. If I am correct, in 2.8 it converted the geometry to 2D before exporting ?
I may be becaus...
Hugo Mercier
02:35 AM Bug report #13141 (Closed): Postgis Connection freeze if you press "Set filter" during loading of...
assuming fixed by commit:4ccb08dbadaca8153f69ddda7ab8b3b79729239b Sandro Santilli
02:35 AM Bug report #13141 (Closed): Postgis Connection freeze if you press "Set filter" during loading of...
assuming fixed by commit:4ccb08dbadaca8153f69ddda7ab8b3b79729239b Sandro Santilli
01:42 AM Bug report #14142: M ordinate is lost on shapefile update
I Just filed one: https://trac.osgeo.org/gdal/ticket/6331 Sandro Santilli
01:05 AM Bug report #14041: opening the layer properties window can take ages nowadays
(facepalm) sorry guys, I have terribly misread the report :) Martin Dobias

2016-01-24

12:17 AM Bug report #11007: Deleted/edited features within SHAPEFILE are still recognized in other softwar...
Marco Hugentobler wrote:
> 200ce04b88c515d9880615d7254e45d1a50049a4 fixes the problem (at least for my test cases on ...
Antoine SIG
12:07 AM Bug report #14041: opening the layer properties window can take ages nowadays
Nyall, ok. As I mentioned on github, your commits had already brought the situation back to "normal", i.e. the usual ... Mathieu Pellerin - nIRV
11:59 PM Bug report #14041 (Closed): opening the layer properties window can take ages nowadays
I think we've done all we can - I tried profiling this, but the main delay now is all in Qt's widget layout/creation ... Nyall Dawson
10:46 PM Bug report #14041: opening the layer properties window can take ages nowadays
Martin, the regression I had spotted was when opening the layer properties window, not the attribute table. Nyall wan... Mathieu Pellerin - nIRV
11:56 PM Bug report #11410: QGIS crashes when rendering all layers from a SOSI file at once
I have just tested with Master from OSGeo4w.
The first time I opened NATVERNOMR.sos, it didn't crash QGIS, but the f...
James Stott
09:26 PM Bug report #14164: crasher: cycling through the symbology renderers back and forth crashes QGIS
Also, here's a simplified steps to reproduce:
# Open QGIS, add a vector layer
# Open the layer properties window, go ...
Mathieu Pellerin - nIRV
09:25 PM Bug report #14164: crasher: cycling through the symbology renderers back and forth crashes QGIS
Here's the gdb output:... Mathieu Pellerin - nIRV
08:57 PM Bug report #14164 (Closed): crasher: cycling through the symbology renderers back and forth crash...
Under master, cycling through the symbology renderers will very quickly crash QGIS.
*Steps to reproduce*
# Launch QG...
Mathieu Pellerin - nIRV
07:44 PM Bug report #14131 (Closed): QGIS 2.12.1 - Filter legend by map content has new bug
Fixed in changeset commit:"39e1f68ccc6dd4918614ac0df1e6bc0a92f6a725". Nyall Dawson
06:07 PM Bug report #13931 (Closed): QGIS 2.12.1 - Filter legend by map content has new bug
Duplicate of #14131 (please don't file bugs multiple times... it doesn't help them get addressed any faster) Nyall Dawson
06:07 PM Bug report #13931 (Closed): QGIS 2.12.1 - Filter legend by map content has new bug
Duplicate of #14131 (please don't file bugs multiple times... it doesn't help them get addressed any faster) Nyall Dawson
06:05 PM Bug report #14163 (Closed): processing: datetime fields converted to date (time data loss) when s...
Applying an algorithm to a layer which contains a datetime field will result in an ouput that transforms the datetime... Mathieu Pellerin - nIRV
01:13 PM Bug report #13754 (Feedback): Selected Multipolygon by Rectangle / "on the fly" reprojection = O...
Julien - I get an error opening that dataset
Giovanni - I can't reproduce using your dataset.
Nyall Dawson
06:44 AM Bug report #14162 (Closed): Cannot set parent to NULL in relation reference widget
Although the ``Allow null value`` option is checked if a child already has a parent, I cannot set that parent to NULL... Tudor Bărăscu
05:44 AM Bug report #14037: frequent crash when editing data in relation forms (standard relation form-wid...
Hi Tudor,
testproject attached.
I have tested with lates master. The crash occurs, when in layer "pflegemassnahmen...
Gerhard Spieles
03:27 AM Bug report #14037: frequent crash when editing data in relation forms (standard relation form-wid...
Hi Gerhard,
It would be really nice if you'd attach a project with data so that the issue is easily reproducible.
All...
Tudor Bărăscu
03:53 AM Bug report #12010: Can edit Z geom but fail to create it
See https://github.com/qgis/QGIS/pull/2703 Tudor Bărăscu
02:17 AM Bug report #13779: symbols not correctly clipped in map legend
Return the fixed value and the ability to specify the properties of the layer height and width icon. Alexander Novoselov

2016-01-23

12:33 AM Bug report #14161 (Closed): Remove Current style can corrupt another style
Create for a layer two different styles.
Then reopen the Layer Properties dialog and remove one (it should be the cur...
Harrissou Santanna
05:51 PM Bug report #13474 (Closed): "Show plus sign" tick mark in Layer labeling setting not saved in pro...
Fixed in changeset commit:"1dc8fc3c4eedf6dd1e654275609af306124fcae3". Jürgen Fischer
04:28 PM Bug report #13474: "Show plus sign" tick mark in Layer labeling setting not saved in project file
magerlin wrote:
> is not saved in the .qgs project file
Actually it is saved in the project file, but it is not corr...
Sebastian Dietrich
04:28 PM Bug report #13474: "Show plus sign" tick mark in Layer labeling setting not saved in project file
magerlin wrote:
> is not saved in the .qgs project file
Actually it is saved in the project file, but it is not corr...
Sebastian Dietrich
04:28 PM Bug report #13474: "Show plus sign" tick mark in Layer labeling setting not saved in project file
magerlin wrote:
> is not saved in the .qgs project file
Actually it is saved in the project file, but it is not corr...
Sebastian Dietrich
04:07 PM Bug report #13474 (In Progress): "Show plus sign" tick mark in Layer labeling setting not saved i...
Confirmed in master (commit:e83a7c869f9ebf3bdfa90a0be10a712e1ba1eac8). Sebastian Dietrich
04:07 PM Bug report #13474 (In Progress): "Show plus sign" tick mark in Layer labeling setting not saved i...
Confirmed in master (commit:e83a7c869f9ebf3bdfa90a0be10a712e1ba1eac8). Sebastian Dietrich
04:07 PM Bug report #13474 (In Progress): "Show plus sign" tick mark in Layer labeling setting not saved i...
Confirmed in master (commit:e83a7c869f9ebf3bdfa90a0be10a712e1ba1eac8). Sebastian Dietrich
04:07 PM Bug report #13474 (In Progress): "Show plus sign" tick mark in Layer labeling setting not saved i...
Confirmed in master (commit:e83a7c869f9ebf3bdfa90a0be10a712e1ba1eac8). Sebastian Dietrich
04:07 PM Bug report #13474 (In Progress): "Show plus sign" tick mark in Layer labeling setting not saved i...
Confirmed in master (commit:e83a7c869f9ebf3bdfa90a0be10a712e1ba1eac8). Sebastian Dietrich
04:50 PM Bug report #13972 (Feedback): Categorize symbols uses wrong field after table join
Does this only occur when joining to an ESRI File Geodatabase?
There has been some work done in the joining code (se...
Sebastian Dietrich
04:50 PM Bug report #13972 (Feedback): Categorize symbols uses wrong field after table join
Does this only occur when joining to an ESRI File Geodatabase?
There has been some work done in the joining code (se...
Sebastian Dietrich
03:41 PM Bug report #14136 (In Progress): Error on opening project file on 2.13 (nightly development build)
Sebastian Dietrich
12:14 PM Bug report #13779: symbols not correctly clipped in map legend
Hmm the question is what is a good fix for this :-)
The variable size of legend icons has been introduced in 2.10 (a...
Martin Dobias
11:58 AM Bug report #13952 (Feedback): QGIS node tool causes snapping another feature randomly
Hi Regis, would it be possible to share the project, cut down to bare minimum of layers (maybe 1-2) when it is still ... Martin Dobias
11:49 AM Bug report #14041 (Feedback): opening the layer properties window can take ages nowadays
Martin Dobias
11:49 AM Bug report #14041: opening the layer properties window can take ages nowadays
Mathieu, if you use Debug version of QGIS, then my latest commit may speed up loading significantly (tested with 100K... Martin Dobias
11:29 AM Bug report #14158 (Closed): regression: default "save as" value for ESPR Shapefile prevents creat...
Fixed in changeset commit:"5512d5443f40e4aa6c70ab63149c0dd03a77b308". Martin Dobias
10:32 AM Bug report #11441: Parallel multi-core rendering glitches with OTF reprojection
Unfortunately still around ... even with the new proj ..
!projissues.PNG!
Please put back to "open".
Anita Graser
09:58 AM Bug report #11441 (Feedback): Parallel multi-core rendering glitches with OTF reprojection
As far as I can tell from my tests, this problem was caused by a bug in proj.4 library: https://github.com/OSGeo/proj... Martin Dobias
10:17 AM Bug report #14152 (Feedback): Form annotation crashs QGIS with Segmentation fault (core dumped)
Martin Dobias
10:17 AM Bug report #14152: Form annotation crashs QGIS with Segmentation fault (core dumped)
I cannot replicate unfortunately. Could you please try to generate backtrace? (i.e. run in gdb, when it crashes type ... Martin Dobias
10:00 AM Bug report #11746 (Feedback): Vertical lines appear as artifacts when map has lots of layers turn...
I believe this is a duplicate of #11441
Please see my comment here and test with newest version of proj4 library: ...
Martin Dobias
09:35 AM Bug report #14101: French reprojection use ntf_r93.gsb (IGNF:LAMBE etc ..)
Hello all,
I have the same bug here and found the same workaround.
For future references, the OP has more detailed i...
Quan Tum
01:56 AM Bug report #14123: Crash when choosing "Save As" on a layer with sqlite 3.10
Same crash and debuginfo here (debian sid, gdal 1.11.3 and sqlite 3.10.2, qgis master and 2.8.4). Antal Kosza

2016-01-22

03:58 PM Bug report #9230 (Closed): Double quote schema and table names
Somehow the whole discussion happened in the duplicate (#12478), so I close this as _duplicate_. Sebastian Dietrich
03:58 PM Bug report #9230 (Closed): Double quote schema and table names
Somehow the whole discussion happened in the duplicate (#12478), so I close this as _duplicate_. Sebastian Dietrich
03:30 PM Bug report #13829: DB Manager - "Materialized view" issues
For a solution see "PR 2714":https://github.com/qgis/QGIS/pull/2714. Sebastian Dietrich
03:30 PM Bug report #13829: DB Manager - "Materialized view" issues
For a solution see "PR 2714":https://github.com/qgis/QGIS/pull/2714. Sebastian Dietrich
11:30 AM Bug report #13829 (In Progress): DB Manager - "Materialized view" issues
Sebastian Dietrich
03:29 PM Feature request #13697: Add "Refresh materialized view" action in DB Manager
For a solution see "PR 2714":https://github.com/qgis/QGIS/pull/2714. Sebastian Dietrich
03:29 PM Feature request #13697: Add "Refresh materialized view" action in DB Manager
For a solution see "PR 2714":https://github.com/qgis/QGIS/pull/2714. Sebastian Dietrich
12:29 PM Feature request #13697 (In Progress): Add "Refresh materialized view" action in DB Manager
Sebastian Dietrich
02:53 PM Bug report #14131: QGIS 2.12.1 - Filter legend by map content has new bug
My bad, the file was too big, so it didn't upload. Here's a dropbox link instead:
https://www.dropbox.com/sh/7v91erfz...
Chris Paul
02:42 PM Bug report #14131: QGIS 2.12.1 - Filter legend by map content has new bug
Hi Chris - looks like you forgot to attach the project/data Nyall Dawson
12:31 PM Bug report #14131: QGIS 2.12.1 - Filter legend by map content has new bug
Yes, I downloaded master and the issue is still present.
Attached is the shapefile with the default style I'm using. ...
Chris Paul
11:59 AM Bug report #14029: Server crash upon first read of a project
Please retest with current master. Done fixes landed yesterday which may improve this. Nyall Dawson
07:35 AM Bug report #14029: Server crash upon first read of a project
thanks Paolo,
Your right, it's a different bug.
you wrote here #9295
_even after installing and configuring xvfb. T...
Lionel Bargeot
10:44 AM Bug report #11007: Deleted/edited features within SHAPEFILE are still recognized in other softwar...
commit:200ce04b88c515d9880615d7254e45d1a50049a4 fixes the problem (at least for my test cases on windows).
Please do ...
Marco Hugentobler
09:57 AM Bug report #13189: Processing : Geometry Corruption with Memory Layer
Alexander Bruy wrote:
> Not reproducible here. Please check again and provide sample data
With 2.12.3 problem is sol...
Nicolas Rochard
05:59 AM Bug report #13182: QGIS WFS Server returns empty answer
Is this issue still relevant? If it is a duplicate of #13991 it probably should be closed. asgerpetersen -
05:32 AM Bug report #14160 (Closed): broken drag & drop layer from one project to another
Hello,
When I drag layer from opened project1 to project2 (onto index layers pane),
then layer is removed from projec...
karpi lastname
02:09 AM Bug report #14159 (Closed): "QGIS-styled group boxes" option hides with WM(T)S "Image encoding" s...
When "QGIS-styled group boxes" is selected in the General Options Menu, the options for "Image encoding" in the "Add ... Michel Stuyts

2016-01-21

11:50 PM Bug report #13919 (Feedback): QGIS server security patch: random crashes and performance regression
Please test with current master, possibly fixed Nyall Dawson
08:00 PM Bug report #14158: regression: default "save as" value for ESPR Shapefile prevents creation of .shp
One way to fix this is to remove the SHPT option altogether, since QGIS itself now allows to modify the geometry type. Mathieu Pellerin - nIRV
07:33 PM Bug report #14158 (Closed): regression: default "save as" value for ESPR Shapefile prevents creat...
Currently under master, the save as dialog sets the SHPT layer option to NULL for the ESPR Shapefile driver. This tra... Mathieu Pellerin - nIRV
05:40 PM Bug report #14136 (Open): Error on opening project file on 2.13 (nightly development build)
OK, I could finally reproduce the error!
* Create a new project
* Create a new memory layer
* Add a field named @New...
Sebastian Dietrich
05:12 PM Bug report #14136: Error on opening project file on 2.13 (nightly development build)
When I remove the offending space in _dokładne reko_ the project loads fine (except for all the broken layers, of cou... Sebastian Dietrich
05:04 PM Bug report #14136: Error on opening project file on 2.13 (nightly development build)
Thanks for posting that (huge) project! I can reproduce on current master.
I tracked the error down to the layer cal...
Sebastian Dietrich
04:38 PM Bug report #6730: Layer properties window expands to much wider than the screen if layer has a ve...
Yes, this is fixed. Although because the table scrolls by cell, if the field name is more than twice as wide as the ... Alister Hood
03:44 PM Bug report #13686: [compile] qgis master fails with "error: ‘PyUnicode_AsUTF8’ was not declared i...
It could be, but as I said, it builds for me. I'm not using the PKGBUILD in the AUR, though; instead I adapted my rel... Doug Newgard
02:53 PM Bug report #13686: [compile] qgis master fails with "error: ‘PyUnicode_AsUTF8’ was not declared i...
I thought it might be a python hard coded issue. It's happened before =)
There is a Arch Linux system specific worka...
Donovan Cameron
03:20 PM Feature request #3200: Feature cache
Should I not get my hopes up for this since it has been 3 years? :( rburhum -
02:44 PM Bug report #14157 (Closed): Existing virtual layers replaced when using "add virtual layer"
The new "Add virtual layer" dialog sometimes replaces an existing virtual layer, even if the new layer has a differen... Nyall Dawson
01:38 PM Bug report #14132 (Closed): 2.5d symbology: layer fails to render upon project re-load
Fixed in changeset commit:"8d72f13a5750f9f5d499bc182c9531730e06a515". Anonymous
01:38 PM Bug report #14134 (Closed): 2.5d symbology: once de-activated, the shadow option can't be switche...
Fixed in changeset commit:"7f4cd84c1fd2148ebc94a36998dd9d3b8ae80b12". Anonymous
01:38 PM Bug report #14135 (Closed): 25d symbology - shadow color button is initially blank
Fixed in changeset commit:"4d4ab63c8ae5491347bbe5e8802662e5280860a0". Anonymous
01:38 PM Bug report #14144 (Closed): Duplicate 2.5D layer does not create a 2.5D layer
Fixed in changeset commit:"ff8472d06b63e73252ea2fd9088917e2c0df1e32". Anonymous
01:22 PM Bug report #14154 (Closed): Digitizing: "Reuse last entered attribute values" should not overwrit...
Fixed in changeset commit:"fdeff6354227f7e2f102706866102096ad6b5599". Jürgen Fischer
07:28 AM Bug report #14154 (Closed): Digitizing: "Reuse last entered attribute values" should not overwrit...
When digitizing, the "reuse last entered attribute values" option also sets the value of the last value of the primar... Andreas Neumann
01:22 PM Bug report #14146 (Closed): "Merge Attributes" tool doesn't change values when they are typed
Fixed in changeset commit:"3f94adc82aebdec553f48ea2fcbd9fb184193722". Nyall Dawson
12:21 PM Bug report #14146 (Open): "Merge Attributes" tool doesn't change values when they are typed
Agreed. I'll see what I can do. Nyall Dawson
03:44 AM Bug report #14146: "Merge Attributes" tool doesn't change values when they are typed
Indeed, you are right I haven't changed it. But in the case the new value I want to set is not yet in the features at... Harrissou Santanna
02:59 AM Bug report #14146 (Feedback): "Merge Attributes" tool doesn't change values when they are typed
Are you sure that you've changed the combo box at the top of the table from the default "skip" value? Nyall Dawson
10:58 AM Bug report #14156 (Closed): WFS non cached: infinite flashing
Steps to reproduce
1) Use http://kartenn.region-bretagne.fr/geoserver/wfs as WFS server
2) In "Add WFS layer", select...
Even Rouault
09:40 AM Bug report #13651: Processing Help: the banner in the help shows "Testing" instead of the QGIS ve...
AFAICT, there is no more Help tab, replaced by a textbox with the offline(?) help inside (Processing 2.12.99/ master ... Harrissou Santanna
09:27 AM Feature request #14155 (Open): Composer Items Properties: Being able to change the height of some...
It'd be nice if in some composer items properties, the height of some widget can be resized. This concerns:
- Legend ...
Harrissou Santanna
08:41 AM Bug report #13155: A Multiband image(e.g. landsat5,7,8) cannot be displayed in windows8.
It works for me.
Thank you very much.
Luca Congedo
03:00 AM Bug report #13155 (Closed): A Multiband image(e.g. landsat5,7,8) cannot be displayed in windows8.
100% confident this is fixed now - I've thrown a lot of testing at it. Nyall Dawson
03:00 AM Bug report #13155 (Closed): A Multiband image(e.g. landsat5,7,8) cannot be displayed in windows8.
100% confident this is fixed now - I've thrown a lot of testing at it. Nyall Dawson
01:55 AM Bug report #13155: A Multiband image(e.g. landsat5,7,8) cannot be displayed in windows8.
Nyall Dawson wrote:
> Please test with tomorrow's nightly builds and confirm whether the possible fix has worked
Jus...
Adrian Klink
06:50 AM Bug report #14151 (Feedback): We couldn't free up space on the Clipboard. Another program might b...
Please post the *exact steps to reproduce*.
Opening Excel and QGIS 2.12.0 on Win7 pro 64 I can still cut/copy/paste ...
Sebastian Dietrich
06:50 AM Bug report #14151 (Feedback): We couldn't free up space on the Clipboard. Another program might b...
Please post the *exact steps to reproduce*.
Opening Excel and QGIS 2.12.0 on Win7 pro 64 I can still cut/copy/paste ...
Sebastian Dietrich
06:50 AM Bug report #14151 (Feedback): We couldn't free up space on the Clipboard. Another program might b...
Please post the *exact steps to reproduce*.
Opening Excel and QGIS 2.12.0 on Win7 pro 64 I can still cut/copy/paste ...
Sebastian Dietrich
02:27 AM Bug report #14151: We couldn't free up space on the Clipboard. Another program might be using it ...
Issue is explained here:
http://eforexcel.com/wp/article-21-clipboard-error-in-excel-we-couldnt-free-up-space-on-the...
Neil Wyatt Wyatt
02:26 AM Bug report #14151 (Closed): We couldn't free up space on the Clipboard. Another program might be ...
QGIS is a known cause of the above error in Microsoft Excel; (along with about 20 other programs).
The error creates...
Neil Wyatt Wyatt
06:29 AM Bug report #11810 (Closed): Ok Button not showing when they are a lot of errors in Eliminate Silv...
Fixed in changeset commit:"085c12e92474f130f328a664df895ef3b4748756". Alexander Bruy
06:29 AM Bug report #11972 (Closed): GdalTools clipper: wrong command when mask layer has a filter
Fixed in changeset commit:"fe2bb2f09fe799c1363a206ced23bb2a5a1b3b38". Alexander Bruy
05:58 AM Bug report #14153 (Closed): loadNamedStyle fail to load edit widget
This code correctly loads style from qml file and adds layer 'test' to the map canvas (see attached zip file).
The Q...
Peter Petrik
05:40 AM Bug report #9084 (Feedback): Mean coordinates-feature fails with negative weights
What is desired behaviour: skip features with negative values in weight field, or check weight field for negative val... Alexander Bruy
05:11 AM Bug report #14152 (Closed): Form annotation crashs QGIS with Segmentation fault (core dumped)
Trying to use Form annotation, once you select a ui file and press OK, QGIS master crashes.
This works fine in QGIS ...
Alexandre Neto
02:45 AM Bug report #14028 (Closed): CurvePolygons not drawn
Fixed in changeset commit:"c38ee41f5bfe0af5f1bd5d50ec03e5723986ee49". Nyall Dawson
01:22 AM Bug report #14030 (Closed): Filter expressions to postgres provider
perfect ! it works very well Edward H
01:21 AM Bug report #14102 (Closed): Application Crash
Thank you guys for help, seems the problem does not appear anymore. The only problem is while closing QGIS but it doe... Grzeoprz Garstka
01:21 AM Bug report #14102 (Closed): Application Crash
Thank you guys for help, seems the problem does not appear anymore. The only problem is while closing QGIS but it doe... Grzeoprz Garstka
01:20 AM Bug report #14150 (Rejected): tuple index out of range when trying to launch Command: load from c...
When i try to use Command: load
I get this error "tuple index out of range"
I want to use this to automate the load...
baditaflorin -

2016-01-20

12:46 AM Bug report #14136: Error on opening project file on 2.13 (nightly development build)
Here is my old project file which caused the problem:
https://www.dropbox.com/s/hk54jlfrnm0otc6/Single%20Kaczawskie%2...
Michal Jurewicz
04:50 AM Bug report #14136: Error on opening project file on 2.13 (nightly development build)
OK, I think I found the "offending line in the code":https://github.com/qgis/QGIS/blob/44559fee3b29adc07a8c0d2f460edd... Sebastian Dietrich
12:43 AM Bug report #14149 (Closed): Shapefile linestrings disappear when you zoom in
The relevant file that gives this error is the StreetCenterline that you can find archived in the Transportation.zip ... baditaflorin -
07:15 PM Bug report #14148 (Closed): @value variable of simple symbol fill color wrongly gets modified in ...
I'm stumbled on an issue with the @value variable attached to the fill color of a simple symbol symbology. The color ... Mathieu Pellerin - nIRV
03:09 PM Bug report #14123: Crash when choosing "Save As" on a layer with sqlite 3.10
Just tested with current QGIS Master and sqlite 3.10.2, same result. Doug Newgard
02:57 PM Bug report #13686: [compile] qgis master fails with "error: ‘PyUnicode_AsUTF8’ was not declared i...
I was able to build successfully on Arch. There was a breaking change to scripts/pyuic4-wrapper.sh (commit 7bab2e5036... Doug Newgard
08:58 AM Bug report #13686: [compile] qgis master fails with "error: ‘PyUnicode_AsUTF8’ was not declared i...
Hey Matthias,
Got an error from building qgis (2.13.0.r30691.45d5b1c) using @make -j1@ and ran a @ccache -C@ before ...
Donovan Cameron
07:52 AM Bug report #13686 (Feedback): [compile] qgis master fails with "error: ‘PyUnicode_AsUTF8’ was not...
Can you verify and update?
At the moment there should be no call to PyUnicode_AsUTF8 with python 2 (only PyUnicode_A...
Matthias Kuhn
01:50 PM Bug report #13336: Allow raster calculator with huge raster inputs
trying again on the dmp. If it does not work, I will send it by email. Nicolas Cadieux
01:48 PM Bug report #13336: Allow raster calculator with huge raster inputs
Working on that file. For now, I can send you the dmp. Nicolas Cadieux
12:22 PM Bug report #13679: QGIS master crashes when closing DB Manager in preview mode for PostGIS layers...
I have tried rev. 81448f8 (2016-01-19) and DB Manager closing still crashes QGIS if a layer is previewed. This is usi... Steven Mizuno
09:38 AM Bug report #13466 (Closed): Node tool duplicates nodes instead of moving
Yes, this change wasn't suitable for back porting. Nyall Dawson
07:21 AM Bug report #13466 (Reopened): Node tool duplicates nodes instead of moving
The problem it's still present in version 2.8.6
I'm on W7 and QGIS-OSGeo4W-2.8.6-1-Setup-x86_64
Sergio Gollino
07:21 AM Bug report #13466 (Reopened): Node tool duplicates nodes instead of moving
The problem it's still present in version 2.8.6
I'm on W7 and QGIS-OSGeo4W-2.8.6-1-Setup-x86_64
Sergio Gollino
08:49 AM Bug report #14147 (Closed): Label not hiding when "unassigned" symbol classification unchecked
When "categorized" symbols are created for a point layer using any source field, and the final "uncategorized" symbol... Robin Jones
08:47 AM Bug report #14146 (Closed): "Merge Attributes" tool doesn't change values when they are typed
Add features to a layer (I'm using a PostGIS layer. Didn't try with shapes)
Select them and try to merge their attrib...
Harrissou Santanna
08:36 AM Bug report #14143 (Closed): getRequiredPackages in RUtils.py does not respect commented out lines
Fixed in changeset commit:"f0cb706a5d91b06b8e80a9b9582ca695a6860e55". Alexander Bruy
08:21 AM Bug report #13708 (Closed): Nested symbology layer not displayed anymore on qgis server 2.10.1
Fixed in changeset commit:"d796ade35d6dd95d23d3f1f5edbb817718f0d140". Anonymous
07:47 AM Bug report #14142: M ordinate is lost on shapefile update
Is there already a ticket against GDAL? Matthias Kuhn
07:35 AM Bug report #14144: Duplicate 2.5D layer does not create a 2.5D layer
Addressed after having seen this report ;)
Thank you for testing
Matthias Kuhn
07:28 AM Bug report #14144: Duplicate 2.5D layer does not create a 2.5D layer
Matthias Kuhn wrote:
> All addressed in https://github.com/qgis/QGIS/pull/2698
sorry, I though it was already merged :/
Yves Jacolin
07:24 AM Bug report #14144: Duplicate 2.5D layer does not create a 2.5D layer
All addressed in https://github.com/qgis/QGIS/pull/2698 Matthias Kuhn
06:55 AM Bug report #14144 (Closed): Duplicate 2.5D layer does not create a 2.5D layer
* create a 2.5D layer in the style tab
* duplicate layer
You should get a full 2.5 D style layer, but half of the st...
Yves Jacolin
07:00 AM Bug report #14145 (Closed): Snapping to WFS
Issue I believe with indexing of snapping.
If you add in a WFS layer non-cached, so that it only loads in the extent...
Heikki Vesanto
06:59 AM Bug report #6751: Attribute table does not sort properly for GML file
Médéric RIBREUX wrote:
> Hello, bug triage...
>
> this seems fixed in QGIS 2.13 master. Can you/someone else confirm...
Dieter De Paepe
05:56 AM Bug report #6751 (Feedback): Attribute table does not sort properly for GML file
Hello, bug triage...
this seems fixed in QGIS 2.13 master. Can you/someone else confirm it ?
Médéric RIBREUX
06:37 AM Feature request #6875: Display of digitized line lengths during the digitization
Hello, bug triage...
if you use the Advanced Digitizing Panel you have the length of the current segment.
Now, it ne...
Médéric RIBREUX
06:31 AM Bug report #8692 (Closed): Contextual Help - "What's this" - mostly missing
"What's this" removed from master. Reopen if necessary Alexander Bruy
06:31 AM Bug report #8692 (Closed): Contextual Help - "What's this" - mostly missing
"What's this" removed from master. Reopen if necessary Alexander Bruy
06:14 AM Feature request #6767 (Feedback): Duplicate bookmark buttons
Hello, bug triage...
what button (and behavior) should we keep (add new or open bookmark panel) ?
Médéric RIBREUX
06:08 AM Feature request #6762 (Feedback): SQL query window
Hello, bug triage...
some news of the front of this feature request. There is now a SQL assistant which is very simi...
Médéric RIBREUX
06:03 AM Bug report #14029: Server crash upon first read of a project
That's a known issue: you need to setup an X server (xvfb is the easiest). See http://www.itopen.it/qgis-server-setup... Paolo Cavallini
05:58 AM Bug report #14029: Server crash upon first read of a project
My last try with a 2.8.4 (debian jessie backport package). The result is the same.
When I play manualy print request...
Lionel Bargeot
05:41 AM Bug report #13189 (Feedback): Processing : Geometry Corruption with Memory Layer
Not reproducible here. Please check again and provide sample data Alexander Bruy
05:38 AM Bug report #10059 (Closed): Vector grid tool creates output with false CRS
Fixed in changeset commit:"3b70b8446542a9aa0670f1975e81b52d53e0c4c6". Alexander Bruy
04:51 AM Bug report #13715 (In Progress): Settings > Configure shortcuts dialog doesn't show all the avail...
Processing part is fixed in commit:f7e6fa67b0 Alexander Bruy
04:14 AM Bug report #12160 (Closed): Error button for Shortest Path should open configuration
Fixed in changeset commit:"cc33c126609ac427dc6119daf8611a578443d13e". Alexander Bruy
04:09 AM Bug report #6730 (Feedback): Layer properties window expands to much wider than the screen if lay...
Hello, bug triage...
on QGIS 2.13 master, I have not this problem anymore: opening the csv's fields panel just displ...
Médéric RIBREUX
03:12 AM Bug report #6684 (Feedback): Embedded layers should not allow rename
Hello, bug triage...
well, here I have some use cases where people want to rename embedded layers because the origin...
Médéric RIBREUX
02:55 AM Feature request #6682: Allow duplication of groups in legend
Hello, bug triage...
still true for QGIS 2.13 master. Could be a good feature to implement...
Médéric RIBREUX
02:46 AM Bug report #6602 (Feedback): Python bindings: projectRead() not thrown on Windows
Hello, bug triage...
can you confirm this bug is still here in QGIS 2.13 master (use a nightly build) ?
Médéric RIBREUX
02:45 AM Bug report #13246 (Feedback): Intersection doesn't give all results back
Which intersection tool do you use? Can you provide small sample dataset to reproduce issue? Alexander Bruy
02:45 AM Feature request #6629 (Feedback): Processing: Add option to Show only active layers in layer dialogs
Hello, bug triage...
in order to take care of this feature request, I suggest we add an option in Processing General...
Médéric RIBREUX
02:45 AM Feature request #6629 (Feedback): Processing: Add option to Show only active layers in layer dialogs
Hello, bug triage...
in order to take care of this feature request, I suggest we add an option in Processing General...
Médéric RIBREUX
02:44 AM Bug report #13867 (Feedback): Select by location (Point on line)
Alexander Bruy
02:43 AM Bug report #12738 (Feedback): After using "difference" consider 2 or more separated polygons as one
Alexander Bruy
02:42 AM Bug report #12738: After using "difference" consider 2 or more separated polygons as one
Please add sample data to reproduce the bug.
From your description it looks like difference produces multiplolygon f...
Alexander Bruy
02:37 AM Bug report #9758 (Closed): Unable to "classify" graduated style
Fixed in master. Please reopen if necessary Alexander Bruy
02:37 AM Bug report #9758 (Closed): Unable to "classify" graduated style
Fixed in master. Please reopen if necessary Alexander Bruy
02:34 AM Bug report #11097 (Feedback): save vector layer as ... shp : useless "Layer options" and "Provide...
Seems fixed in master. Can we close this? Alexander Bruy
02:28 AM Bug report #11274 (Closed): File path encoding in "delimitedtext"-Provider
This is not a QGIS bug, plugin should take care about handling non-ASCII characters. Please reopen if necessary Alexander Bruy
02:28 AM Bug report #11274 (Closed): File path encoding in "delimitedtext"-Provider
This is not a QGIS bug, plugin should take care about handling non-ASCII characters. Please reopen if necessary Alexander Bruy
02:25 AM Bug report #12285 (Closed): Creating scripts and running them from the toolbox
Both issues fixed in master. Please reopen if necessary Alexander Bruy
02:25 AM Bug report #12285 (Closed): Creating scripts and running them from the toolbox
Both issues fixed in master. Please reopen if necessary Alexander Bruy
02:25 AM Bug report #12285 (Closed): Creating scripts and running them from the toolbox
Both issues fixed in master. Please reopen if necessary Alexander Bruy
02:15 AM Feature request #6558 (Closed): Split-pane entry and output for PyQGIS console
Hello, bug triage...
I am closing this feature request for lack of feedback and because every point seems to be cove...
Médéric RIBREUX
02:15 AM Feature request #6558 (Closed): Split-pane entry and output for PyQGIS console
Hello, bug triage...
I am closing this feature request for lack of feedback and because every point seems to be cove...
Médéric RIBREUX
02:15 AM Feature request #6558 (Closed): Split-pane entry and output for PyQGIS console
Hello, bug triage...
I am closing this feature request for lack of feedback and because every point seems to be cove...
Médéric RIBREUX
02:07 AM Feature request #6450 (Open): Allow QGIS to 'guess' field types for calculated fields in spatiali...
Médéric RIBREUX
02:06 AM Feature request #6443 (Closed): Singleband gray contrast stretch capabilities (min/max, percentil...
Hello, bug triage...
as Giovanni suggested, I am closing this ticket ;-)
Médéric RIBREUX
02:05 AM Feature request #6441 (Closed): Opening project with unavailable WMS layers takes too long
Hello, bug triage...
I am closing this feature request for lack of feedback and because there is a good workaround (...
Médéric RIBREUX
01:59 AM Bug report #12903 (Closed): Processing: Errors in model from manual
Moved to the QGIS Documentation bugtracker https://github.com/qgis/QGIS-Documentation/issues/765 Alexander Bruy
01:58 AM Feature request #6436: gdal_rasterize GUI does not include the "-burn" option
Hello, bug triage...
still true for QGIS 2.13 master on both fTools and Processing GDAL.
Like suggested, we only nee...
Médéric RIBREUX
01:58 AM Feature request #6436: gdal_rasterize GUI does not include the "-burn" option
Hello, bug triage...
still true for QGIS 2.13 master on both fTools and Processing GDAL.
Like suggested, we only nee...
Médéric RIBREUX
01:52 AM Bug report #14100 (Feedback): tracer: toggling edit off doesn't clear the tracer status, lead to ...
With the recent commit that introduces fallback to straight line digitizing in tracing mode (commit:06932d98de114c3ad... Martin Dobias
01:52 AM Bug report #14100 (Feedback): tracer: toggling edit off doesn't clear the tracer status, lead to ...
With the recent commit that introduces fallback to straight line digitizing in tracing mode (commit:06932d98de114c3ad... Martin Dobias
01:50 AM Bug report #14106: gdal info -stats are approximate if ".aux.xml" has been created.
Sorry I still can not reproduce it here. I always get same result with or without .aux.xml file.
If you get wrong re...
Alexander Bruy
01:49 AM Bug report #6433 (Feedback): Can not use the "entity manager OSM" when I load OSM data from a fil...
Hello, bug triage...
is this bug still valid in QGIS 2.13 master (and 2.12.3) ?
Now, OSM is in core and is C++. I ...
Médéric RIBREUX
01:45 AM Feature request #6414: Export SLD with TextSymbolizer
Hello, bug triage...
still true for QGIS 2.13 master !
Médéric RIBREUX
01:11 AM Bug report #14102: Application Crash
Grzeoprz,
When does the crash happen? During digitizing, loading new layers, panning and zooming?
If it is during di...
Saber Razmjooei

2016-01-19

12:57 AM Bug report #14131 (Feedback): QGIS 2.12.1 - Filter legend by map content has new bug
Could you try in master or 2.12.2 and report back? Saber Razmjooei
12:57 AM Bug report #14131 (Feedback): QGIS 2.12.1 - Filter legend by map content has new bug
Could you try in master or 2.12.2 and report back? Saber Razmjooei
12:39 AM Bug report #14133: 2.5d symbology: spacial ordering issue
The problem is not trivial.
Right now the rendering order is defined by the distance from an imaginary camera being ...
Matthias Kuhn
12:37 AM Bug report #12522: Raster layers sometimes not painted when zooming (>=2.4)
Please test with tomorrow's nightly builds and confirm whether the possible fix has worked Nyall Dawson
12:36 AM Bug report #13155 (Feedback): A Multiband image(e.g. landsat5,7,8) cannot be displayed in windows8.
Please test with tomorrow's nightly builds and confirm whether the possible fix has worked Nyall Dawson
12:33 AM Bug report #14136: Error on opening project file on 2.13 (nightly development build)
Michal,
Could you try the followings and report back:
1- saving and opening a project without the conditional format...
Saber Razmjooei
04:34 PM Bug report #14136 (Feedback): Error on opening project file on 2.13 (nightly development build)
<notextile>@</notextile>Michal Jurewicz:
Please attach the broken project file.
Sebastian Dietrich
04:34 PM Bug report #14136 (Feedback): Error on opening project file on 2.13 (nightly development build)
<notextile>@</notextile>Michal Jurewicz:
Please attach the broken project file.
Sebastian Dietrich
04:06 PM Bug report #14136: Error on opening project file on 2.13 (nightly development build)
Saber Razmjooei wrote:
> While the UTF special charector did not crash QGIS upon opening the project, after saving a...
Sebastian Dietrich
02:00 PM Bug report #14136: Error on opening project file on 2.13 (nightly development build)
I have tested it in Windows using latest master.
While the UTF special charector did not crash QGIS upon opening th...
Saber Razmjooei
02:00 PM Bug report #14136: Error on opening project file on 2.13 (nightly development build)
I have tested it in Windows using latest master.
While the UTF special charector did not crash QGIS upon opening th...
Saber Razmjooei
01:37 PM Bug report #14136: Error on opening project file on 2.13 (nightly development build)
> I don't know it is good place to report some error which occurs on developer builds but I can't find any better.
I...
Sebastian Dietrich
12:23 AM Feature request #3042: arrow extremities cannot be moved
Just checked, still true with current master (2.13). Paolo Cavallini
12:23 AM Feature request #3042: arrow extremities cannot be moved
Just checked, still true with current master (2.13). Paolo Cavallini
12:17 AM Bug report #6809 (Closed): Master handles "No Stretch" rasters differently to 1.8
Closing as wontfix due to age of 1.8/1.9 versions Nyall Dawson
12:17 AM Bug report #6809 (Closed): Master handles "No Stretch" rasters differently to 1.8
Closing as wontfix due to age of 1.8/1.9 versions Nyall Dawson
12:17 AM Bug report #8654 (Closed): raster layer transparent pixel list dropped when reading 1.8 project
Closing as wontfix due to age of 1.8/1.9 versions Nyall Dawson
12:17 AM Bug report #8654 (Closed): raster layer transparent pixel list dropped when reading 1.8 project
Closing as wontfix due to age of 1.8/1.9 versions Nyall Dawson
12:17 AM Bug report #7725 (Closed): the qgis 1.9 import from 1.8 lost the transparency
Closing as wontfix due to age of 1.8/1.9 versions Nyall Dawson
12:17 AM Bug report #7725 (Closed): the qgis 1.9 import from 1.8 lost the transparency
Closing as wontfix due to age of 1.8/1.9 versions Nyall Dawson
12:16 AM Bug report #7077 (Closed): Opening 1.8 project in 1.9 changes shading of raster layers
Closing as wontfix due to age of 1.8/1.9 versions Nyall Dawson
12:16 AM Bug report #7077 (Closed): Opening 1.8 project in 1.9 changes shading of raster layers
Closing as wontfix due to age of 1.8/1.9 versions Nyall Dawson
11:39 PM Bug report #14137: 2.5d symbology - height has no units
Converting the unit may be a non-uniform operation over the rendered extent.
What do you think about some logic to e...
Matthias Kuhn
10:11 PM Bug report #13336: Allow raster calculator with huge raster inputs
Did you manage to send this data? I'd like to address this for 2.14 Nyall Dawson
03:53 PM Bug report #14143 (Closed): getRequiredPackages in RUtils.py does not respect commented out lines
The function getRequirePackages in python/plugins/processing/algs/r/RUtils.py includes packages that are commented ou... Tom Baginski
02:49 PM Bug report #11746: Vertical lines appear as artifacts when map has lots of layers turned on.
I also noticed that the problem almost completely disappears when "Render layers in parallel using many CPU cores" is... Donovan Cameron
10:40 AM Bug report #7600: $geometry parameter does not expand to layer geometry column name
Update: my above comment only applies after adding a WFS layer and using an expression in the table
The issue still...
Even Rouault
10:36 AM Bug report #7600: $geometry parameter does not expand to layer geometry column name
The issue seems to be resolved in master
I used the following layer :
http://demo.opengeo.org/geoserver/wfs?SERVICE=...
Even Rouault
10:20 AM Bug report #14123: Crash when choosing "Save As" on a layer with sqlite 3.10
I'd like to test on Master, but can't because it won't compile on Arch Linux as result of this #13686
I'm running Ar...
Donovan Cameron
04:29 AM Bug report #14123: Crash when choosing "Save As" on a layer with sqlite 3.10
I experience the exact same issue on ManjaroLinux 15.12:
qgis 2.12.3-1
libspatialite 4.3.0.a-1
gdal-filegdb 2.0.r3219...
Victor Ducrot
04:25 AM Bug report #14123 (Feedback): Crash when choosing "Save As" on a layer with sqlite 3.10
Oh, and I'm usign GDAL 1.11.1 (built and run against) Sandro Santilli
04:24 AM Bug report #14123: Crash when choosing "Save As" on a layer with sqlite 3.10
I cannot reproduce with current qgis master (69cb0c4ed3174946c82e32dad4af5a12275079fc) built and running against Spat... Sandro Santilli
10:19 AM Bug report #9395: WFS layers time out, even though the timeout is not reached
Regarding the 60s default timeout not being obvserved, I noticed it was ~ 20 seconds. This is because of an inconsist... Even Rouault
10:12 AM Bug report #11371 (Open): Map Composer: group + move + ungroup + undo = crash
Still present. I can't fix this one without major api breaks. Nyall Dawson
04:50 AM Bug report #11371 (Feedback): Map Composer: group + move + ungroup + undo = crash
I cannot reproduce on current master (2.14-pre, commit:69cb0c4ed3174946c82e32dad4af5a12275079fc) -- can anyone ? Sandro Santilli
09:28 AM Bug report #9444: WFS client not requesting new features when not-cached
If the request would be done in WFS 2.0.0, the GetCapabilities answer would give us the number of maximum features th... Even Rouault
09:21 AM Bug report #12416: QGIS 2.8.1 crash opening FileGDB (openGDB-Driver)
There are a couple of these errors before the crash:... Sandro Santilli
09:13 AM Bug report #12416 (In Progress): QGIS 2.8.1 crash opening FileGDB (openGDB-Driver)
Sandro Santilli
09:11 AM Bug report #12416: QGIS 2.8.1 crash opening FileGDB (openGDB-Driver)
... Sandro Santilli
09:09 AM Bug report #12416: QGIS 2.8.1 crash opening FileGDB (openGDB-Driver)
I *can* reproduce under Ubuntu 14.04 64bit with GDAL trunk (2.1.0dev) and OpenFileGDB.
`ogrinfo -al` works fine.
Sandro Santilli
09:09 AM Bug report #12416: QGIS 2.8.1 crash opening FileGDB (openGDB-Driver)
I *can* reproduce under Ubuntu 14.04 64bit with GDAL trunk (2.1.0dev) and OpenFileGDB.
`ogrinfo -al` works fine.
Sandro Santilli
09:01 AM Bug report #13865 (Feedback): KMZ causes QGIS application crash (Mac)
I could open the attached file just fine with current master branch (2.14-pre, commit:69cb0c4) and GDAL trunk (2.1.0-... Sandro Santilli
08:58 AM Bug report #14081 (Closed): Processing>QGIS>Vectoroverlay tools>Clip
Works fine in master for me too. Reopen if necessary Alexander Bruy
08:58 AM Bug report #14081 (Closed): Processing>QGIS>Vectoroverlay tools>Clip
Works fine in master for me too. Reopen if necessary Alexander Bruy
08:56 AM Bug report #11422: Crash after bulk change of attribute value in shapefile
I filed #14142 to not loose track of the lost-M issue Sandro Santilli
08:48 AM Bug report #11422 (Closed): Crash after bulk change of attribute value in shapefile
closing as fixed upstream -- remember that the M value is still lost, if you want to retain it it'd still take a refa... Sandro Santilli
08:44 AM Bug report #11422: Crash after bulk change of attribute value in shapefile
So now that I finally got it I'll leave a note here:
OGR will not help in knowing if the input is or not affected by...
Sandro Santilli
08:14 AM Bug report #11422 (Feedback): Crash after bulk change of attribute value in shapefile
I confirm current GDAL trunk fixes the issue.
A workaround is not trival, maybe we should just refuse to allow editi...
Sandro Santilli
08:01 AM Bug report #11422: Crash after bulk change of attribute value in shapefile
Will be fixed in upcoming GDAL 1.11.4 & 2.0.2 Even Rouault
07:46 AM Bug report #11422: Crash after bulk change of attribute value in shapefile
So the GDAL bug is that the M values are dropped when updating XYM geometries, but the output is still advertised as ... Sandro Santilli
07:14 AM Bug report #11422: Crash after bulk change of attribute value in shapefile
GDAL is responsible for the crash on reading, but I still don't know who's responsible for corruption on writing Sandro Santilli
06:59 AM Bug report #11422: Crash after bulk change of attribute value in shapefile
Filed GDAL ticket here: https://trac.osgeo.org/gdal/ticket/6317 Sandro Santilli
05:02 AM Bug report #11422 (In Progress): Crash after bulk change of attribute value in shapefile
Sandro Santilli
05:00 AM Bug report #11422: Crash after bulk change of attribute value in shapefile
Still happens as of commit:69cb0c4ed3174946c82e32dad4af5a12275079fc (2.14-pre) built and running against GDAL 1.11.1
...
Sandro Santilli
08:56 AM Bug report #14142 (Closed): M ordinate is lost on shapefile update
Opening an XYM or XYMZ shapefile and editing its attributes results in loosing the M ordinate value from the original... Sandro Santilli
07:15 AM Bug report #14106: gdal info -stats are approximate if ".aux.xml" has been created.
I have had this issues since at least QGIS 2.4 on multiplie Windows 7_64 machines all using the OSGeo4W64.
Steps to ...
Nicolas Cadieux
05:36 AM Bug report #14106 (Feedback): gdal info -stats are approximate if ".aux.xml" has been created.
Works fine here.
Do you have this bug also when running gdalinfo from console?
Alexander Bruy
06:32 AM Bug report #13866 (Closed): Copy Paste attribute table from postgres causes crash
Confirmed! Thanks Sandro, it seems solved.
Cheers
Régis
Regis Haubourg
03:42 AM Bug report #13866 (Feedback): Copy Paste attribute table from postgres causes crash
I cannot reproduce with current master (670ded3)
Maybe it was a threading issue fixed recently. Could you please re-t...
Sandro Santilli
03:39 AM Bug report #13866 (In Progress): Copy Paste attribute table from postgres causes crash
Sandro Santilli
06:21 AM Bug report #13582: 'Add Delimited Text Layer' not setting CRS query parameter in the URI
The problem is with the fTools tools that use a CRS check. For example, if one layer is a CSV layer and another shape... ujaval gandhi
05:39 AM Bug report #13788 (Feedback): Customization: mProgressBar not removed when unchecked
Works fine in master. Please check Alexander Bruy
05:31 AM Bug report #14077 (Closed): Geometry check requires file extension
Fixed in commit:8835658706 Alexander Bruy
05:31 AM Bug report #14077 (Closed): Geometry check requires file extension
Fixed in commit:8835658706 Alexander Bruy
05:20 AM Feature request #14141 (Open): Keep SVG as vectors
It is possible to use the svg-format as wms data source . Geoserver for example sends SVG data. These appear to be c... Georg Weickelt
04:56 AM Bug report #11410 (Feedback): QGIS crashes when rendering all layers from a SOSI file at once
Can you still reproduce with current master (2.14-pre) ?
If so, can you also reproduce by loading a spatialite file r...
Sandro Santilli
04:46 AM Bug report #8760 (Feedback): Custom Form from .ui File crashes QGIS on Ubuntu
If you confirm it works with current master (2.14-pre, commit:69cb0c4ed3174946c82e32dad4af5a12275079fc at time of wri... Sandro Santilli
04:42 AM Bug report #13951 (Feedback): QGIS crashes when trying to view polygon whose border intersects it...
Can you still reproduce with current 2.14-pre version ?
If so, do you get any ERROR line printed on the console, prio...
Sandro Santilli
04:39 AM Bug report #13982 (Feedback): QGIS crashes when plt.savefig() Matplotlib function is called
Is this still happening with an updated version of Matplotlib and QGIS ?
If so:
- What versions are you using (both...
Sandro Santilli
04:35 AM Bug report #13842 (Feedback): QGIS 2.12 crash on opening layer properties
I cannot reproduce with current master (2.14-pre -- commit:69cb0c4ed3174946c82e32dad4af5a12275079fc)
Can you ?
Sandro Santilli
04:29 AM Bug report #13589 (Feedback): Filter legend in Composer causes crash
Can you reproduce with current master branch ?
What are the exact steps to reproduce this ?
Sandro Santilli
04:15 AM Bug report #14140 (Closed): Crash in QgsGeomColumnTypeThread stopping connection scan
Fixed in changeset commit:"69cb0c4ed3174946c82e32dad4af5a12275079fc". Sandro Santilli
03:56 AM Bug report #14140: Crash in QgsGeomColumnTypeThread stopping connection scan
Got it, ColumnTypeThread handling of "stopped" (mStop) is not thread-safe. Sandro Santilli
03:53 AM Bug report #14140: Crash in QgsGeomColumnTypeThread stopping connection scan
... Sandro Santilli
03:48 AM Bug report #14140 (Closed): Crash in QgsGeomColumnTypeThread stopping connection scan
I just got a segfault with current master (670ded3d0622811f8e0ba50b3f3fd5e783742044) by clicking on "stop" in the "Ad... Sandro Santilli
04:15 AM Bug report #13345: Processing Import into PostGIS: set default output SR
Just checked: if I do not choose an Output SRS the layer is not imported, and no warning is given to the user. If I c... Paolo Cavallini
04:12 AM Bug report #13081: Zonal Statistics miscalculates when handling polygons without raster cells wit...
In fact almost all polygons in the attached dataset have raster within their boundaries, but this is NODATA value. Ev... Alexander Bruy
03:47 AM Bug report #13278: Qgis crash saving postgis layer
Sandro Santilli wrote:
> I tried both against POSTGIS 1.5.9SVN over PostgreSQL 9.1.19 and POSTGIS 2.2.2dev r14600 ove...
Anibal Alarcon Acosta
01:23 AM Bug report #13278: Qgis crash saving postgis layer
I tried both against POSTGIS 1.5.9SVN over PostgreSQL 9.1.19 and POSTGIS 2.2.2dev r14600 over PostgreSQL 9.3.6 -- sam... Sandro Santilli
01:08 AM Bug report #13278: Qgis crash saving postgis layer
I cannot reproduce with current master (b2a1273) using the full big-table data.
Can you try, Anibal ?
Maybe there's s...
Sandro Santilli
03:27 AM Bug report #10600 (Closed): db_manager is unable to load rasters from connections with no dbname ...
Well, I'll leave master as it is. After all that's how it behaved before commit:62b2c1fcabc88e82b0229790b56a7a9ada0f... Sandro Santilli
03:27 AM Bug report #10600 (Closed): db_manager is unable to load rasters from connections with no dbname ...
Well, I'll leave master as it is. After all that's how it behaved before commit:62b2c1fcabc88e82b0229790b56a7a9ada0f... Sandro Santilli
03:27 AM Bug report #10600 (Closed): db_manager is unable to load rasters from connections with no dbname ...
Well, I'll leave master as it is. After all that's how it behaved before commit:62b2c1fcabc88e82b0229790b56a7a9ada0f... Sandro Santilli
03:16 AM Bug report #10600: db_manager is unable to load rasters from connections with no dbname specified
I shall note that "host" and "port" are still being enforced in the URI (from before my first patch) Sandro Santilli
03:15 AM Bug report #10600: db_manager is unable to load rasters from connections with no dbname specified
I have another patch that only adds the "dbname" in the URI of raster layers, rather than in all postgresql layers.
I...
Sandro Santilli
03:02 AM Bug report #10600 (Reopened): db_manager is unable to load rasters from connections with no dbnam...
Upstream filed: https://trac.osgeo.org/gdal/ticket/6316
I'm reopening this to try another approach, less intrusive
Sandro Santilli
02:53 AM Bug report #10600: db_manager is unable to load rasters from connections with no dbname specified
I guess a ticket could also be filed against GDAL to request allowing that, btw Sandro Santilli
02:52 AM Bug report #10600: db_manager is unable to load rasters from connections with no dbname specified
Yes, GDAL complained at least a dbname was needed.
Sandro Santilli
02:35 AM Bug report #10600: db_manager is unable to load rasters from connections with no dbname specified
Is the requirement to have a dbname when loading a raster layer the problem? Jürgen Fischer
01:58 AM Bug report #10600 (Closed): db_manager is unable to load rasters from connections with no dbname ...
Fixed in changeset commit:"da372c8d40b1f81eb2fc307edc77199ba540bf10". Sandro Santilli
01:34 AM Bug report #10600: db_manager is unable to load rasters from connections with no dbname specified
It turns out this was broken by commit:62b2c1fcabc88e82b0229790b56a7a9ada0f5771 to fix #11886
Sandro Santilli
01:30 AM Bug report #10600 (In Progress): db_manager is unable to load rasters from connections with no db...
still an issue in current master (2.14-pre) Sandro Santilli
01:30 AM Bug report #10600 (In Progress): db_manager is unable to load rasters from connections with no db...
still an issue in current master (2.14-pre) Sandro Santilli
03:27 AM Bug report #14130 (Closed): Crash when tracing and removing layer
Fixed in changeset commit:"4b079ae418667fead66029b744e6df4fec7f3f96". Martin Dobias
02:48 AM Bug report #12935: 2.2 GB GeoJson file crashes qgis
Should up/downstream resolved tickets not be closed ? Sandro Santilli
02:47 AM Bug report #14139 (Closed): Error inserting feature in WFS-T server
Cannot insert a new feature composed by a single polygon/linestring into a geoserver multipolygon/multilinestring WFS... Ivano Brunet
02:46 AM Bug report #11900 (Closed): Plugin layers do not work correctly with rotation
Actually, I think plugin related issues should be handled by plugins themselves.
The OpenLayers plugin already has a...
Sandro Santilli
02:46 AM Bug report #11900 (Closed): Plugin layers do not work correctly with rotation
Actually, I think plugin related issues should be handled by plugins themselves.
The OpenLayers plugin already has a...
Sandro Santilli
02:38 AM Bug report #11900: Plugin layers do not work correctly with rotation
Figured out. I'll file a separate ticket for the openlayers case. Sandro Santilli
02:30 AM Bug report #11900: Plugin layers do not work correctly with rotation
Could you give instruction to reproduce this ?
I've tried "OpenLayers Plugin" (from sourcepole) but I've only found a...
Sandro Santilli
02:46 AM Bug report #13919: QGIS server security patch: random crashes and performance regression
I don't succeed to reproduce it, do you have an example?
Do you use CGI or FCGID?
Witch version of postgres, postgis ...
Stéphane Brunner
02:44 AM Bug report #14138 (Closed): Vector layers have been exported into broken DXF file
When exporting layers loaded into QGIS project, output DXF file is broken. Error message in AutoCAD (Civil 3D 2015) l... Eva Stopkova
02:33 AM Bug report #14110 (Closed): Spatialite / DbManager - Error fetching indexes with recent sqlite ve...
Fixed in changeset commit:"472fa9bb080c65ba9acdc83c30354f7849b74a83". Giuseppe Sucameli
01:58 AM Bug report #14110: Spatialite / DbManager - Error fetching indexes with recent sqlite version
Pull request to fix it : https://github.com/qgis/QGIS/pull/2696 Michael Douchin
01:29 AM Bug report #9504: iface.addToolBar but no iface.removeToolBar
Just as information for future reference for others:... Richard Duivenvoorde
01:28 AM Bug report #12802 (Closed): invisible topology
I cannot reproduce with current master (b2a12735c5e75d28f452545591374b16a62f937c) Sandro Santilli
01:28 AM Bug report #12802 (Closed): invisible topology
I cannot reproduce with current master (b2a12735c5e75d28f452545591374b16a62f937c) Sandro Santilli
01:26 AM Bug report #13679 (Feedback): QGIS master crashes when closing DB Manager in preview mode for Pos...
Sandro Santilli
01:17 AM Bug report #13679: QGIS master crashes when closing DB Manager in preview mode for PostGIS layers...
I still cannot reproduce with b2a1273.
Could it have been done to the recent threading fixes ?
Which version did you...
Sandro Santilli
01:24 AM Bug report #14030: Filter expressions to postgres provider
OK, thanks a lot. I will test with the next QGIS nightly build and then close this issue. Edward H

2016-01-18

12:59 AM Bug report #14137 (Closed): 2.5d symbology - height has no units
I was getting some bad rendering using the 2.5d renderer until i realised that the height measurement is in whatever ... Nyall Dawson
12:58 AM Bug report #14136 (Closed): Error on opening project file on 2.13 (nightly development build)
I don't know it is good place to report some error which occurs on developer builds but I can't find any better. I'm ... Michal Jurewicz
12:57 AM Bug report #12172: Use xvfb-run on "make check"
As of current master (2.14-pre) I hadn't seen windows popping up on "make check", but there's still a "check-no-x" ru... Sandro Santilli
12:56 AM Bug report #14135 (Closed): 25d symbology - shadow color button is initially blank
The shadow color button is not correctly initialised to show the default shadow color. After changing the color it's ... Nyall Dawson
12:49 AM Bug report #13141: Postgis Connection freeze if you press "Set filter" during loading of data
I've added an assert to guard against any other such dangerous use of shared pgsql connections here: https://github.c... Sandro Santilli
04:49 AM Bug report #13141 (Feedback): Postgis Connection freeze if you press "Set filter" during loading ...
Bug should be fixed with commit 4ccb08dbadaca8153f69ddda7ab8b3b79729239b -- please test Sandro Santilli
04:49 AM Bug report #13141 (Feedback): Postgis Connection freeze if you press "Set filter" during loading ...
Bug should be fixed with commit 4ccb08dbadaca8153f69ddda7ab8b3b79729239b -- please test Sandro Santilli
03:28 AM Bug report #13141: Postgis Connection freeze if you press "Set filter" during loading of data
PR ready for test by original reporter and discussion by other developers: https://github.com/qgis/QGIS/pull/2689 Sandro Santilli
02:14 AM Bug report #13141: Postgis Connection freeze if you press "Set filter" during loading of data
I think the problem is with sharing the same connection. Forcing all connections to not be shared fixes this issue.
I...
Sandro Santilli
01:50 AM Bug report #13141: Postgis Connection freeze if you press "Set filter" during loading of data
Same problem happens with 2.8.4 Sandro Santilli
01:34 AM Bug report #13141: Postgis Connection freeze if you press "Set filter" during loading of data
It might be related to clicking on "Set Filter" twice.
I could also get:
*** Error in `output/bin/qgis': double free...
Sandro Santilli
01:24 AM Bug report #13141 (In Progress): Postgis Connection freeze if you press "Set filter" during loadi...
I could reproduce with current master (9a2f46e) on ubuntu 14.04
Sandro Santilli
01:18 AM Bug report #13141: Postgis Connection freeze if you press "Set filter" during loading of data
I'm taking this Sandro Santilli
12:44 AM Bug report #13679: QGIS master crashes when closing DB Manager in preview mode for PostGIS layers...
In the meantime, freezing preview canvas and/or change the selected tab (hiding preview) on close could mitigate the ... Giuseppe Sucameli
12:40 AM Bug report #13679: QGIS master crashes when closing DB Manager in preview mode for PostGIS layers...
Is there any way to make the python wrapper call deleteLater rather than delete, on dropping last reference ? Sandro Santilli
11:26 AM Bug report #13679: QGIS master crashes when closing DB Manager in preview mode for PostGIS layers...
No crash here (Ubuntu 14.04 64bit), but in log panel I can see the following messages:
2016-01-18T19:58:26 1 QObject...
Giuseppe Sucameli
10:59 AM Bug report #13679: QGIS master crashes when closing DB Manager in preview mode for PostGIS layers...
the mini-dump occurs if and only if I 'preview' layer (Postgis and spatialite);
In fact, it avoids doing the preview ...
salvatore fiandaca
10:59 AM Bug report #13679: QGIS master crashes when closing DB Manager in preview mode for PostGIS layers...
il minidump si verifica solo ed esclusivamente se facciamo 'anteprima' del layer (Postgis e spatialite);
infatti evit...
salvatore fiandaca
09:01 AM Bug report #13679: QGIS master crashes when closing DB Manager in preview mode for PostGIS layers...
Actually, I cannot reproduce it anymore :/ Sandro Santilli
08:53 AM Bug report #13679: QGIS master crashes when closing DB Manager in preview mode for PostGIS layers...
I cannot always reproduce it, btw Sandro Santilli
08:52 AM Bug report #13679: QGIS master crashes when closing DB Manager in preview mode for PostGIS layers...
The call to loadPreview on close() was added by Giuseppe to fix #12938
Giuseppe, any idea about my backtrace ?
Salva...
Sandro Santilli
08:49 AM Bug report #13679: QGIS master crashes when closing DB Manager in preview mode for PostGIS layers...
Sandro,
il minidump mi perseguita, sia se utilizzo db postgis che spatialite.
poi ho riscontrato, (sempre su dbmanage...
salvatore fiandaca
08:33 AM Bug report #13679: QGIS master crashes when closing DB Manager in preview mode for PostGIS layers...
... Sandro Santilli
08:33 AM Bug report #13679 (In Progress): QGIS master crashes when closing DB Manager in preview mode for ...
Oh wait, I take it back. I was missing the "close" step.
It's confirmed here !
Sandro Santilli
08:33 AM Bug report #13679 (In Progress): QGIS master crashes when closing DB Manager in preview mode for ...
Oh wait, I take it back. I was missing the "close" step.
It's confirmed here !
Sandro Santilli
08:32 AM Bug report #13679: QGIS master crashes when closing DB Manager in preview mode for PostGIS layers...
I cannot reproduce this on maste (a0e6d49) with ubuntu-14.04 -- any chance you can re-test this Salvatore ? Sandro Santilli
12:43 AM Bug report #14029: Server crash upon first read of a project
Hi
I found following messages in syslog that appears during qgis server crash....
Lionel Bargeot
09:53 AM Bug report #14029: Server crash upon first read of a project
Possibly related to #13919 Nyall Dawson
03:20 AM Bug report #14029: Server crash upon first read of a project
no xvfb for me, just a server in console mode.
crash happens with
* 2.12.3.13jessie package
* 2.12.3.20trusty package
Lionel Bargeot
02:51 AM Bug report #14029: Server crash upon first read of a project
Did you install and config xvfb? Does this happen only with 2.8.5?
Thanks for the feedback.
Paolo Cavallini
02:18 AM Bug report #14029: Server crash upon first read of a project
Hi
I've got a similar problem.
* debian 8
* qgis-server 2.12.3+13jessie
* Postgresql/Postgis DB (9.4/2.1)
Qgis ser...
Lionel Bargeot
12:41 AM Bug report #9909 (Closed): Prevent creation of recursive models (or provide solution to break out...
Victor Olaya
12:41 AM Bug report #9909: Prevent creation of recursive models (or provide solution to break out of loops)
fixed in #a549ded47bf6bfebc050d64502ac3dc8b9e921d6 Victor Olaya
12:33 AM Bug report #14127: Heatmap with expression triggers segfault
Nyall Dawson wrote:
> Fixed in changeset commit:"e2e3604784f299273a345ded8ab600174b5fe33d".
thanks Nyall!
Yves Jacolin
04:10 PM Bug report #14127 (Closed): Heatmap with expression triggers segfault
Fixed in changeset commit:"e2e3604784f299273a345ded8ab600174b5fe33d". Nyall Dawson
06:09 AM Bug report #14127 (Closed): Heatmap with expression triggers segfault
(release: master from today)
* Open QGIS
* load shp data (attached)
* open properties then style tab
* choose heatma...
Yves Jacolin
12:03 AM Bug report #14129 (Closed): Processing GDAL: console call not updated after changes
Fixed in changeset commit:"b2a12735c5e75d28f452545591374b16a62f937c". Victor Olaya
10:02 AM Bug report #14129 (Closed): Processing GDAL: console call not updated after changes
Run Rasterize with the attached shapefile
Change "Horizontal" and "Vertical" to 100
In "Console call" it still show...
Filipe Dias
10:52 PM Bug report #14134 (Closed): 2.5d symbology: once de-activated, the shadow option can't be switche...
*Steps to reproduce*
# Create a new project
# Add a vector polygon layer
# Open the layer property window, set symbol...
Mathieu Pellerin - nIRV
10:44 PM Bug report #14133 (Closed): 2.5d symbology: spacial ordering issue
The spacial ordering of features require further tweaking, as the attached screenshot shows (ordering-issue.png).
I'...
Mathieu Pellerin - nIRV
10:27 PM Bug report #14132 (Closed): 2.5d symbology: layer fails to render upon project re-load
When a project is re-loaded, layers rendered using 2.5D symbology fail to draw properly, with only shadow showing up.... Mathieu Pellerin - nIRV
06:05 PM Bug report #14131 (Closed): QGIS 2.12.1 - Filter legend by map content has new bug
"Filter legend by map content" has always worked fine for me, until v2.12.0.
Now for some reason a strange glitch oc...
Chris Paul
04:39 PM Bug report #14118 (Closed): regression: unchecking one sub-layer of a categorized symbology leads...
Fixed in changeset commit:"8435fee4a434a4c30b96aa62d09dd345bb2577d4". Nyall Dawson
03:53 PM Bug report #14130 (Closed): Crash when tracing and removing layer
Steps to reproduce:
1. have two layers in project, set snapping to all layers
2. start adding a feature in one layer...
Nyall Dawson
03:51 PM Bug report #14117 (Closed): Bad polygon digitizing in master
Fixed in changeset commit:"23fc3cf9ccc1d76baded3f963e936a0e12c80201". Nyall Dawson
01:48 PM Feature request #14035 (Closed): circular string show vertex for curve center as X or other means
Closing this ticket because there is already a means to show the curve center point. Sebastian Dietrich
01:48 PM Feature request #14035 (Closed): circular string show vertex for curve center as X or other means
Closing this ticket because there is already a means to show the curve center point. Sebastian Dietrich
01:43 PM Bug report #13987 (Open): Identify Feature not finding feature
Thanks for the data and sorry for the delay.
I can confirm this issue exists in master (commit:1474c0783f87cec32e64b...
Sebastian Dietrich
01:43 PM Bug report #13987 (Open): Identify Feature not finding feature
Thanks for the data and sorry for the delay.
I can confirm this issue exists in master (commit:1474c0783f87cec32e64b...
Sebastian Dietrich
01:43 PM Bug report #13987 (Open): Identify Feature not finding feature
Thanks for the data and sorry for the delay.
I can confirm this issue exists in master (commit:1474c0783f87cec32e64b...
Sebastian Dietrich
01:23 PM Bug report #14030 (Feedback): Filter expressions to postgres provider
Please test with tomorrow's nightlies - likely fixed with ed54e3cc0be4b9a79ac23adf8bffc858d315c01e Nyall Dawson
10:35 AM Bug report #5644 (Feedback): GRASS integration should use private, not user's .grassrc6 file
Any news on this? As I can see from code Processing creates private gisrc file. Alexander Bruy
10:26 AM Bug report #12702 (Closed): Help for all qgis:graphics missing
Moved to QGIS Documentation bugtracker https://github.com/qgis/QGIS-Documentation/issues/764 Alexander Bruy
10:19 AM Bug report #13813 (Feedback): grass process missing dependency
Can you test with master? If you get error again, please post also Procressing log and full text of the error Alexander Bruy
09:57 AM Bug report #12005 (Closed): "simplify feature" tool silently fails if a layer is reprojected in a...
Closed as duplicate Alexander Bruy
09:57 AM Bug report #12005 (Closed): "simplify feature" tool silently fails if a layer is reprojected in a...
Closed as duplicate Alexander Bruy
09:50 AM Bug report #12534: Basic Statistics shows 'No features selected' when too many features are selec...
I think a fix I made in 2.12 probably also fixed this - was this bug encountered when using a PostGIS table? Nyall Dawson
05:01 AM Bug report #12534 (Feedback): Basic Statistics shows 'No features selected' when too many feature...
Works fine for me, tested on layer with 18469 features. No errors, statistics calculated and reported. Alexander Bruy
09:46 AM Bug report #14100: tracer: toggling edit off doesn't clear the tracer status, lead to confusion
Hmm just tested and obviously this behavior is the same also when tracing is not enabled - aborting editing and later... Martin Dobias
07:52 AM Bug report #9504 (Closed): iface.addToolBar but no iface.removeToolBar
As Jürgen said, you can delete toolbar. Please reopen if necessary Alexander Bruy
07:52 AM Bug report #9504 (Closed): iface.addToolBar but no iface.removeToolBar
As Jürgen said, you can delete toolbar. Please reopen if necessary Alexander Bruy
07:44 AM Bug report #8900 (Closed): "Save vector layer as" - checkboxes in panel
Seems fixed in master. Please reopen if necessary Alexander Bruy
07:44 AM Bug report #8900 (Closed): "Save vector layer as" - checkboxes in panel
Seems fixed in master. Please reopen if necessary Alexander Bruy
07:39 AM Bug report #7383: Layer properties window too wide
Largely yes. Paolo Cavallini
07:37 AM Bug report #7383 (Feedback): Layer properties window too wide
Still true? Alexander Bruy
07:01 AM Bug report #13752 (Closed): ftools dissolve (on master) produces empty output if input has invali...
Fixed in changeset commit:"62a571d6dd3dbdaa97f35cc6795dc064d18b7a82". Alexander Bruy
07:01 AM Bug report #12887 (Closed): customization: ini file saved without extension == invisible when try...
Fixed in changeset commit:"aa417a10cbafbd885d30df18c54e7f34479ef979". Alexander Bruy
07:01 AM Bug report #12390 (Closed): Default path in - Layer properties - Style - Band rendering - Singleb...
Fixed in changeset commit:"20bf738f1cc2e40ad4f0e6541d4fbee8fbcf7c2e". Alexander Bruy
07:01 AM Bug report #11063 (Closed): Build Virtual Raster (Catalog) window does not accept spaces in Sourc...
Fixed in changeset commit:"c63d16a3b215aaf126031f5201388e18e0410ace". Alexander Bruy
07:01 AM Bug report #10140 (Closed): no dropdown in Vector>Research>Random Points>Use value from input field
Fixed in changeset commit:"b2ca6d0288e454e8ae520798eb18a87caf483d00". Alexander Bruy
06:59 AM Bug report #9910 (Closed): final_model.png missing from Processing manual
Seems already fixed. If necessary please file issue in the QGIS Documentation bugtracker at https://github.com/qgis/Q... Alexander Bruy
06:59 AM Bug report #9910 (Closed): final_model.png missing from Processing manual
Seems already fixed. If necessary please file issue in the QGIS Documentation bugtracker at https://github.com/qgis/Q... Alexander Bruy
06:53 AM Bug report #9975: Vector grid: different Number of cells for polygons and lines
Tested with "Creat grid" alg from Processing and number of cells is the same for both lines and polygons. "Vector gri... Alexander Bruy
06:29 AM Bug report #10236 (Closed): layer transparency 'no data value' checkbox setting is not preserved ...
Seems fixed in master. Please reopen if necessary Alexander Bruy
06:29 AM Bug report #10236 (Closed): layer transparency 'no data value' checkbox setting is not preserved ...
Seems fixed in master. Please reopen if necessary Alexander Bruy
06:27 AM Bug report #10506: Move the QGIS server documentation to main manual
If this is the case, please remove the duplicated wiki page.
Thanks for looking into this.
Paolo Cavallini
06:22 AM Bug report #10506 (Feedback): Move the QGIS server documentation to main manual
As I can see, documentation already updated. Can we close this? Alexander Bruy
06:26 AM Feature request #14128 (Rejected): Allow record editing also from form view
On a second thought, this may clutter the interface too much, especially for bigger forms, so the disadvantages are b... Paolo Cavallini
06:12 AM Feature request #14128 (Rejected): Allow record editing also from form view
Whew clicking on an object with the Info tool, a form can be opened. When using the table/form view, the user can put... Paolo Cavallini
06:26 AM Bug report #10371 (Feedback): New Identify Results panel: window title
Seems not valid anymore as in master we have dock widget Alexander Bruy
06:24 AM Bug report #10390 (Closed): QgsGenericProjectionSelector() need two click for to select
Fixed in master. Alexander Bruy
06:24 AM Bug report #10390 (Closed): QgsGenericProjectionSelector() need two click for to select
Fixed in master. Alexander Bruy
06:24 AM Bug report #10390 (Closed): QgsGenericProjectionSelector() need two click for to select
Fixed in master. Alexander Bruy
06:13 AM Bug report #10587 (Closed): QGIS Training Manual Section 3.2.12
Moved to QGIS Documentation bugtracker https://github.com/qgis/QGIS-Documentation/issues/761 Alexander Bruy
06:12 AM Bug report #10585 (Closed): QGIS Training Manual, section 1.2.2
Moved to Documentation bugtracker https://github.com/qgis/QGIS-Documentation/issues/762 Alexander Bruy
06:06 AM Bug report #10725 (Closed): "symbol levels" help button does not work
Help button removed in master. Please reopen if necessary Alexander Bruy
06:06 AM Bug report #10725 (Closed): "symbol levels" help button does not work
Help button removed in master. Please reopen if necessary Alexander Bruy
06:04 AM Bug report #10807 (Feedback): polygon centroid error processing specified tolerance
Does it works via Processing? Also please provide sample dataset to reproduce bug. Alexander Bruy
06:02 AM Bug report #10917 (Feedback): Python error with QGIS Clip
Test data not available anymore. Can you upload them somewhere? Alexander Bruy
05:53 AM Bug report #14126 (Closed): Missing classes in histogram
* open the vector file included
* open properties, style tab
* clic on quantile
* switch to histogram
* clic on load ...
Yves Jacolin
05:44 AM Bug report #11277 (Closed): GPS tools error <layer> is not valid and can't be added... if the nam...
Closing for a lack of feedback Alexander Bruy
05:37 AM Bug report #11946 (Feedback): Regression - Style - Categories not working for the columns that co...
Can you provide more details? From your description I understand that everything works fine, but column names was tru... Alexander Bruy
04:53 AM Bug report #12224 (Closed): Customization Menu - Reset button doesnt reset
Fixed in master. Please reopen if necessary Alexander Bruy
04:53 AM Bug report #12224 (Closed): Customization Menu - Reset button doesnt reset
Fixed in master. Please reopen if necessary Alexander Bruy
04:43 AM Bug report #12352 (In Progress): Sort order for custom scales
Fixed for general settings, still true for Project properties Alexander Bruy
04:43 AM Bug report #12352 (In Progress): Sort order for custom scales
Fixed for general settings, still true for Project properties Alexander Bruy
04:36 AM Bug report #13278: Qgis crash saving postgis layer
I'm also available to look at this, if given a link to the dump Sandro Santilli
04:18 AM Bug report #12423 (Feedback): Processing - Bar Plot (QGIS) doesn't plot string "category name field"
I don't think this is a bug. To plot we need two sets of numbers: one for X values and second for Y. How we can creat... Alexander Bruy
04:11 AM Bug report #12821 (Closed): Error in Processing documentation
Alexander Bruy
04:11 AM Bug report #12835 (Closed): Could not import ImageText form PIL
This is not a QGIS issue. Please post your request for PIL package update in the OSGeo4W trac Alexander Bruy
04:11 AM Bug report #12835 (Closed): Could not import ImageText form PIL
This is not a QGIS issue. Please post your request for PIL package update in the OSGeo4W trac Alexander Bruy
04:11 AM Bug report #12835 (Closed): Could not import ImageText form PIL
This is not a QGIS issue. Please post your request for PIL package update in the OSGeo4W trac Alexander Bruy
02:20 AM Bug report #13188: Please improve 'Missing dependency' error message
"Missing dependency" message was removed from Processing during UI/UX improvements. But I added GRASS path to the sim... Alexander Bruy
02:17 AM Bug report #13188 (Closed): Please improve 'Missing dependency' error message
Fixed in changeset commit:"75926f52aaf479bbe663978b05b7ba216cea137e". Alexander Bruy
01:40 AM Bug report #13980 (Closed): Unable to open files from Python console editor
Works fine in master. Reopen if necessary Alexander Bruy
01:40 AM Bug report #13980 (Closed): Unable to open files from Python console editor
Works fine in master. Reopen if necessary Alexander Bruy
01:34 AM Bug report #14115 (Feedback): Processing: GDAL Proximity - incorrect result if "Values" is not fi...
With passed "Values" it produces correct result. I still think that this is GDAL bug, as from documentation, "values"... Alexander Bruy
01:34 AM Bug report #14115 (Feedback): Processing: GDAL Proximity - incorrect result if "Values" is not fi...
With passed "Values" it produces correct result. I still think that this is GDAL bug, as from documentation, "values"... Alexander Bruy
01:12 AM Bug report #14115: Processing: GDAL Proximity - incorrect result if "Values" is not filled
Alexander, thanks for testing.
I filled "Values" with 10 (the ID value with which the roads raster was created) and ...
Filipe Dias
01:20 AM Bug report #13867: Select by location (Point on line)
As fTools plugin will be removed in future and same tool works fine in Processing toolbox I think we can leave this a... Alexander Bruy
01:17 AM Bug report #13582 (Feedback): 'Add Delimited Text Layer' not setting CRS query parameter in the URI
Which fTools tool do you refer to? I checked in master with "Define current projection" and there is no error when us... Alexander Bruy
01:09 AM Bug report #13345 (Feedback): Processing Import into PostGIS: set default output SR
Works fine in master. CRS copied from source layer, I can add imported layer and QGIS does not ask for CRS. Alexander Bruy

2016-01-17

12:57 AM Bug report #13270 (Closed): processing toolbox - clip tool in batch mode
Works fine in master. Reopen if necessary Alexander Bruy
12:57 AM Bug report #13270 (Closed): processing toolbox - clip tool in batch mode
Works fine in master. Reopen if necessary Alexander Bruy
12:36 AM Bug report #13190 (Closed): RuntimeError: module compiled against API version 9 but this version ...
Looks like packaging issue in your distribution. Reopen if necessary Alexander Bruy
12:36 AM Bug report #13190 (Closed): RuntimeError: module compiled against API version 9 but this version ...
Looks like packaging issue in your distribution. Reopen if necessary Alexander Bruy
12:26 AM Bug report #14115 (Rejected): Processing: GDAL Proximity - incorrect result if "Values" is not fi...
Running gdal_proximity.py from command line gives same result, so seems this is GDAL issue not Processing. Please sub... Alexander Bruy
12:26 AM Bug report #14115 (Rejected): Processing: GDAL Proximity - incorrect result if "Values" is not fi...
Running gdal_proximity.py from command line gives same result, so seems this is GDAL issue not Processing. Please sub... Alexander Bruy
05:44 PM Bug report #14118 (Reopened): regression: unchecking one sub-layer of a categorized symbology lea...
Ah, found out what triggered the bug, that is a joined field. Attaching a testcase project.
*Steps to reproduce*
# L...
Mathieu Pellerin - nIRV
05:44 PM Bug report #14118 (Reopened): regression: unchecking one sub-layer of a categorized symbology lea...
Ah, found out what triggered the bug, that is a joined field. Attaching a testcase project.
*Steps to reproduce*
# L...
Mathieu Pellerin - nIRV
05:44 PM Bug report #14118 (Reopened): regression: unchecking one sub-layer of a categorized symbology lea...
Ah, found out what triggered the bug, that is a joined field. Attaching a testcase project.
*Steps to reproduce*
# L...
Mathieu Pellerin - nIRV
04:16 PM Bug report #14125: Make Log Message Panel dock widget as tabbed window (UX improvement)
Seems to be because of this
@ connect( mLogDock, SIGNAL( visibilityChanged( bool ) ), mMessageButton, SLOT( setChec...
Nathan Woodrow
02:45 PM Bug report #14125 (Closed): Make Log Message Panel dock widget as tabbed window (UX improvement)
Much like all of the other QGIS application panels (e.g Layers, python console etc) it would be good to allow the pos... Jeremy Palmer
01:21 PM Bug report #14117 (Open): Bad polygon digitizing in master
Bisected to 70c5fe5553225e4db02620b429a4cfc549d6fc22 Nyall Dawson
12:05 PM Feature request #14124 (Closed): option to export as raster on a per-item basis in print composer
When exporting to pdf with advanced effects enabled it is necessary to 'print as raster' to retain the effects proper... Jesse McMillan
09:49 AM Bug report #14123: Crash when choosing "Save As" on a layer with sqlite 3.10
Files didn't attach the first time. Doug Newgard
09:49 AM Bug report #14123: Crash when choosing "Save As" on a layer with sqlite 3.10
Files didn't attach the first time. Doug Newgard
09:48 AM Bug report #14123 (Closed): Crash when choosing "Save As" on a layer with sqlite 3.10
QGIS segfaults when choosing "Save As" from the right click menu of a layer when using sqlite 3.10.0+. Works fine wit... Doug Newgard
02:11 AM Bug report #13527: Bad (, missing) GeoJSON response from WFS request for feature from multiple la...
Hi, this bug is still present in master branch. I have created a pull request with one possible way to fix this bug -... Marcel Dancak

2016-01-16

09:08 PM Bug report #14118 (Closed): regression: unchecking one sub-layer of a categorized symbology leads...
I can't reproduce this regression anymore (while I could yesterday). Closing to remove blocker noise, will re-open if... Mathieu Pellerin - nIRV
09:08 PM Bug report #14118 (Closed): regression: unchecking one sub-layer of a categorized symbology leads...
I can't reproduce this regression anymore (while I could yesterday). Closing to remove blocker noise, will re-open if... Mathieu Pellerin - nIRV
01:41 PM Bug report #14118: regression: unchecking one sub-layer of a categorized symbology leads to no fe...
Also try with
1. Expression compilation switched off
2. A different format dataset
Nyall Dawson
03:40 AM Bug report #14118 (Feedback): regression: unchecking one sub-layer of a categorized symbology lea...
I can not reproduce using master (commit:1cd4570136344caafebbe911bbe797ddbc87a56a).
Can you post the exact steps to ...
Sebastian Dietrich
03:40 AM Bug report #14118 (Feedback): regression: unchecking one sub-layer of a categorized symbology lea...
I can not reproduce using master (commit:1cd4570136344caafebbe911bbe797ddbc87a56a).
Can you post the exact steps to ...
Sebastian Dietrich
05:54 PM Feature request #14122 (Closed): Implement WFS 2.0 client provider
Currently QGIS only supports WFS 1.0.0 for client reading. WFS 2.0 has some good features including paging, joins, an... Jeremy Palmer
05:52 PM Bug report #13061: QGIS crashes on close if data was read through GDAL in Python Console
I can reproduce the crash using the mentioned Python code.
Under Windows, GDAL is "quite picky with its memory":http...
Sebastian Dietrich
05:30 PM Feature request #14121 (Open): WFS client implement simple logic for caching and non-caching
The current Add WFS layer dialog is confusing for new users in regards to downloading of WFS data. At the moment ther... Jeremy Palmer
04:57 PM Bug report #9444: WFS client not requesting new features when not-cached
I've also noticed another issue when using the non-cached option which is similar to server-side feature limit issue.... Jeremy Palmer
12:31 PM Bug report #9444: WFS client not requesting new features when not-cached
In regards to the server-side max feature limitation, I believe this ticket's approach would be more robust: #9450 (a... Jeremy Palmer
12:20 PM Bug report #9444: WFS client not requesting new features when not-cached
Thanks Tom for the fix. The general non-caching issue (e.g panning and new fetches are made) has now been resolved, h... Jeremy Palmer
04:48 PM Feature request #14120 (Open): Implement Better Filtering for WFS layers
It would be good to completely re-implement the current WFS client filtering logic to something similar to what the O... Jeremy Palmer
04:18 PM Bug report #14119 (Closed): Ensure the OGC filter XML expression contains the GML namespace refer...
WFS Servers such as Geoserver won't parse the C XML filter unless it's there. Example expression that fails:
QGIS Ex...
Jeremy Palmer
12:28 PM Bug report #9395: WFS layers time out, even though the timeout is not reached
I think this issue can be best resolved by first respecting the server-side timeout setting. Currently the QGIS netwo... Jeremy Palmer
11:50 AM Bug report #13708: Nested symbology layer not displayed anymore on qgis server 2.10.1
The regression occurred in commit:1d7a6a4909e70fe03251c021336e51d311c02116.
Please note:
As far as I can see it neve...
Sebastian Dietrich
10:39 AM Bug report #13708 (In Progress): Nested symbology layer not displayed anymore on qgis server 2.10.1
Sebastian Dietrich
07:48 AM Bug report #13708: Nested symbology layer not displayed anymore on qgis server 2.10.1
Ok, I tracked it down to "@QgsVectorLayerRenderer@(Lines 146-148)":https://github.com/qgis/QGIS/blob/1cd4570136344caa... Sebastian Dietrich
04:36 AM Bug report #13708: Nested symbology layer not displayed anymore on qgis server 2.10.1
Yes, I can confirm it is still true in current master (commit:1cd4570136344caafebbe911bbe797ddbc87a56a). Sebastian Dietrich
10:32 AM Bug report #14091 (Closed): The dev don't support the WMS layer in QR defs
Fixed in changeset commit:"9dd6c0a4653e29b9189385d89f225e514bbe1d72". Jürgen Fischer
08:50 AM Bug report #13192: Error when saving Matplotlib figure
I've create a ticket on OSGEO4w bug tracker 481 https://trac.osgeo.org/osgeo4w/ticket/481 Jean Hemmi
03:54 AM Bug report #14117 (Feedback): Bad polygon digitizing in master
Sebastian Dietrich
03:53 AM Bug report #14117: Bad polygon digitizing in master
I can not reproduce using master (commit:1cd4570136344caafebbe911bbe797ddbc87a56a).
I created a new memory layer (Po...
Sebastian Dietrich
03:54 AM Bug report #13117: cached wfs not downloading new features while panning
@Raymond Nijssen: I agree your comments about simplifying the UI to just have 2 simple options. You should raise anot... Jeremy Palmer
03:22 AM Bug report #13401 (Closed): WFS Cache Features option does not work anymore
This is now fixed in master commit:188625c
closing
Jeremy Palmer
03:17 AM Bug report #14102 (Feedback): Application Crash
Sebastian Dietrich

2016-01-15

12:46 AM Bug report #13279 (Feedback): Processing & SAGA
Seems fixed now, right? Paolo Cavallini
12:44 AM Bug report #13708: Nested symbology layer not displayed anymore on qgis server 2.10.1
Still true in current master (would be 2.14 LTR)? Paolo Cavallini
12:31 AM Feature request #5516 (In Progress): Better sorting of menus
It is better now, but IMHO some of the menus would be better moved, see suggestions above. Paolo Cavallini
12:31 AM Feature request #5516 (In Progress): Better sorting of menus
It is better now, but IMHO some of the menus would be better moved, see suggestions above. Paolo Cavallini
01:45 PM Feature request #5516 (Closed): Better sorting of menus
Hello, bug triage...
I am closing this bug for lack of feedback and because it seems to be fixed in QGIS master...
Médéric RIBREUX
01:45 PM Feature request #5516 (Closed): Better sorting of menus
Hello, bug triage...
I am closing this bug for lack of feedback and because it seems to be fixed in QGIS master...
Médéric RIBREUX
01:45 PM Feature request #5516 (Closed): Better sorting of menus
Hello, bug triage...
I am closing this bug for lack of feedback and because it seems to be fixed in QGIS master...
Médéric RIBREUX
12:29 AM Feature request #4774 (Open): Add area, length etc. triggers to DB Manager
Sorry I was unclear. I'm talking about the old function present in the previous PostGIS Manager, not ported to DB Man... Paolo Cavallini
02:04 PM Feature request #4774 (Feedback): Add area, length etc. triggers to DB Manager
Hello, bug triage...
I think this is implemented in QGIS 2.13 (the sql dictionnary of DB Manager has measurement and...
Médéric RIBREUX
08:27 PM Bug report #14118 (Closed): regression: unchecking one sub-layer of a categorized symbology leads...
If one sub-layer node of a categorized symbology is unchecked, the whole layer fails to draw features of the other ch... Mathieu Pellerin - nIRV
08:23 PM Bug report #14117 (Closed): Bad polygon digitizing in master
Steps to reproduce:
1. start digitizing a new polygon
2. add first vertex
a "ghost" vertex is also added way to the...
Nyall Dawson
06:59 PM Bug report #14116 (Closed): Crash when opening layer properties dialog for geometryless vector layer
Fixed in changeset commit:"1cd4570136344caafebbe911bbe797ddbc87a56a". Nyall Dawson
06:27 PM Bug report #14116 (In Progress): Crash when opening layer properties dialog for geometryless vect...
Sebastian Dietrich
05:14 PM Bug report #14116 (Closed): Crash when opening layer properties dialog for geometryless vector layer
When opening the *layer properties dialog* for *geometryless vector layers* QGIS crashes. Tested with
* PostGIS
* Del...
Sebastian Dietrich
04:54 PM Feature request #12258 (Closed): Add fields to temporary memory layers
commit:dbc0f072c638981db982011776d7b110215e80b7 as part of "PR 2624":https://github.com/qgis/QGIS/pull/2624 even made... Sebastian Dietrich
04:54 PM Feature request #12258 (Closed): Add fields to temporary memory layers
commit:dbc0f072c638981db982011776d7b110215e80b7 as part of "PR 2624":https://github.com/qgis/QGIS/pull/2624 even made... Sebastian Dietrich
04:54 PM Feature request #12258 (Closed): Add fields to temporary memory layers
commit:dbc0f072c638981db982011776d7b110215e80b7 as part of "PR 2624":https://github.com/qgis/QGIS/pull/2624 even made... Sebastian Dietrich
01:50 PM Feature request #5117 (Closed): Make the first column of the Attribute Table show feature ID
Hello, bug triage...
I am closing this feature request for lack of feedback and because it seems to be implemented a...
Médéric RIBREUX
01:50 PM Feature request #5117 (Closed): Make the first column of the Attribute Table show feature ID
Hello, bug triage...
I am closing this feature request for lack of feedback and because it seems to be implemented a...
Médéric RIBREUX
01:50 PM Feature request #5117 (Closed): Make the first column of the Attribute Table show feature ID
Hello, bug triage...
I am closing this feature request for lack of feedback and because it seems to be implemented a...
Médéric RIBREUX
01:50 PM Feature request #5122 (Closed): Temporal data, timestamps, and symbolizing based on date
Hello, bug triage...
I am closing this feature request for lack of feedback and because it seems to be implemented a...
Médéric RIBREUX
01:50 PM Feature request #5122 (Closed): Temporal data, timestamps, and symbolizing based on date
Hello, bug triage...
I am closing this feature request for lack of feedback and because it seems to be implemented a...
Médéric RIBREUX
01:50 PM Feature request #5122 (Closed): Temporal data, timestamps, and symbolizing based on date
Hello, bug triage...
I am closing this feature request for lack of feedback and because it seems to be implemented a...
Médéric RIBREUX
01:49 PM Feature request #6310 (Closed): Streamline all geoprocessing workflow
Hello, bug triage...
I am closing this feature request for lack of feedback and because it seems to be implemented a...
Médéric RIBREUX
01:49 PM Feature request #6310 (Closed): Streamline all geoprocessing workflow
Hello, bug triage...
I am closing this feature request for lack of feedback and because it seems to be implemented a...
Médéric RIBREUX
01:49 PM Feature request #6310 (Closed): Streamline all geoprocessing workflow
Hello, bug triage...
I am closing this feature request for lack of feedback and because it seems to be implemented a...
Médéric RIBREUX
01:48 PM Feature request #5903 (Closed): For raster data store min-max in the project file
Hello, bug triage...
I am closing this feature request for lack of feedback and because it seems to be implemented a...
Médéric RIBREUX
01:48 PM Feature request #5903 (Closed): For raster data store min-max in the project file
Hello, bug triage...
I am closing this feature request for lack of feedback and because it seems to be implemented a...
Médéric RIBREUX
01:48 PM Feature request #5903 (Closed): For raster data store min-max in the project file
Hello, bug triage...
I am closing this feature request for lack of feedback and because it seems to be implemented a...
Médéric RIBREUX
01:47 PM Bug report #14091: The dev don't support the WMS layer in QR defs
See "PR 2683":https://github.com/qgis/QGIS/pull/2683 for the solution. It was a regression introduced in commit:ff320... Sebastian Dietrich
01:24 PM Bug report #14091 (In Progress): The dev don't support the WMS layer in QR defs
Sebastian Dietrich
01:46 PM Feature request #5898 (Closed): Layersets
Hello, bug triage...
closing this bug for lack of feedback and because everything seems to be implemented in QGIS ma...
Médéric RIBREUX
01:46 PM Feature request #5898 (Closed): Layersets
Hello, bug triage...
closing this bug for lack of feedback and because everything seems to be implemented in QGIS ma...
Médéric RIBREUX
01:46 PM Feature request #5898 (Closed): Layersets
Hello, bug triage...
closing this bug for lack of feedback and because everything seems to be implemented in QGIS ma...
Médéric RIBREUX
10:07 AM Bug report #10089 (Closed): Output of statistics: please add layer and column names
Fixed in commit:4451f29846 Alexander Bruy
10:07 AM Bug report #10089 (Closed): Output of statistics: please add layer and column names
Fixed in commit:4451f29846 Alexander Bruy
08:37 AM Bug report #14115 (Closed): Processing: GDAL Proximity - incorrect result if "Values" is not filled
Rasterize (GDAL Rasterize) the attached shapefile using ID as value
Run Proximity with the resulting raster
Output ...
Filipe Dias
07:42 AM Bug report #13733 (Closed): DBManager Export to file: missing extension for output causing error
Fixed in changeset commit:"e20cfc043c5022b0765523da2f62b4909fa2674a". Alexander Bruy
07:07 AM Bug report #14103 (Feedback): Application crash on Categorized classification without a column sp...
Seems fixed in master Alexander Bruy
07:00 AM Bug report #14077: Geometry check requires file extension
PR is here https://github.com/qgis/QGIS/pull/2680 Alexander Bruy
06:22 AM Bug report #14101: French reprojection use ntf_r93.gsb (IGNF:LAMBE etc ..)
I found a temporary solution.
I change the proj4 definition in the database /path_qgis/apps/qgis/ressources/srs.db...
Yves ryra6453
06:05 AM Feature request #14112 (Closed): Node tool enhancement : freehand mode ( aka "click-click" mode)
The current node displacement tool works with a drag & drop behaviour.
This issue propose to transform this behavi...
Vincent Picavet
05:50 AM Bug report #13192: Error when saving Matplotlib figure
I was following this issue since two users of my plugin (PhysiocapAnalyseur) have experimented the same error "The _i... Jean Hemmi
04:33 AM Bug report #13763 (Closed): QGIS crashes when doing a buffer with ftools
Fixed in changeset commit:"3bc3f52f0cf7aa587fa97818202ac6279db46843". Alexander Bruy
02:12 AM Bug report #13763: QGIS crashes when doing a buffer with ftools
There is no crash on master 5f3ca88 with fTools and Processing. fTools generates empty output layer, Processing throw... Alexander Bruy
04:17 AM Bug report #10279 (Closed): Join attributes by location - field shifted
Fixed in the Processing in master. Reopen if necessary. Alexander Bruy
04:17 AM Bug report #10279 (Closed): Join attributes by location - field shifted
Fixed in the Processing in master. Reopen if necessary. Alexander Bruy
04:13 AM Bug report #13985 (Feedback): Merge Vector Layer: Attribute values are wrongly assigning if that ...
Can not open attached archive.
This bug should be fixed in the Processing in master
Alexander Bruy
02:41 AM Bug report #14110: Spatialite / DbManager - Error fetching indexes with recent sqlite version
I have seen a commit had been added in sqlite to revert the columns number changed for index_info. I added a comment ... Michael Douchin
02:27 AM Bug report #14110 (Closed): Spatialite / DbManager - Error fetching indexes with recent sqlite ve...
Some users reported a bug in DbManager. When you connect to a sqlite/spatialite database, and then click on one layer... Michael Douchin
01:45 AM Bug report #13683 (Closed): DBManager doesn't work with the new authentication system
Corresponding PR merged. Reopen is necessary Alexander Bruy
01:45 AM Bug report #13683 (Closed): DBManager doesn't work with the new authentication system
Corresponding PR merged. Reopen is necessary Alexander Bruy

2016-01-14

11:51 PM Feature request #14109 (Closed): Easier EPSG selection for unknown projections
A frequent question is how to find the correct projection for layers without a .prj or similar.
An interesting appro...
Paolo Cavallini
10:44 PM Bug report #13841 (Closed): DbManager does not use the new authentication system
Fixed in changeset commit:"5f3ca88a84766daceba57c89187ce942a964669f". Anonymous
03:39 PM Bug report #14102: Application Crash
Oh, sure :-)
Since version 2.12.2 QGIS has seen many bugfixes and improvements. There is the chance that your proble...
Sebastian Dietrich
06:41 AM Bug report #14102: Application Crash
sorry but i'm a newbie. could you be more particularly? Grzeoprz Garstka
06:02 AM Bug report #14102: Application Crash
Can you reproduce using the "latest nightly build":https://www.qgis.org/en/site/forusers/alldownloads.html#windows?
...
Sebastian Dietrich
04:53 AM Bug report #14102 (Closed): Application Crash
Hello,
I'm getting crash while working on a big dates (modification, write, read) when closing also. Please help. Tha...
Grzeoprz Garstka
02:36 PM Bug report #14107 (Closed): properties layer statistic: No stats collected yet
The property layer statistic window does not collect statistics for bands. It shows: "No Stats" and "No stats collec... Nicolas Cadieux
02:31 PM Bug report #14106 (Closed): gdal info -stats are approximate if ".aux.xml" has been created.
When Using gdalinfo with the "-stats" switch, raster statistics are exact only if the ".aux.xml" file has not been cr... Nicolas Cadieux
11:33 AM Feature request #14105 (Open): DB Manager: 'Import vector layer' dialoge should remain open after...
When creating a new table in the DB Manager the 'Create Table' dialogue remains open. That's a very useful feature wh... Paul Kanelli
11:06 AM Bug report #14104 (Closed): DB Manager: sequence issue when copying a table from a PostGIS schema...
In QGIS 2.12.2 sequences of serial columns don't get lost when copying a table from a schema into another by drag and... Paul Kanelli
10:11 AM Feature request #7626 (Closed): Welcome page
Closing, as welcome page already implemented. Reopen if necessary Alexander Bruy
10:11 AM Feature request #7626 (Closed): Welcome page
Closing, as welcome page already implemented. Reopen if necessary Alexander Bruy
08:11 AM Bug report #13319 (Closed): SBN / SBX files using by Pisa ? (no problem with 2.8)
Fixed with c9b0ab17046296b3bbf9a71cb7e9427675b2ac55 Marco Hugentobler
07:56 AM Bug report #14103 (Closed): Application crash on Categorized classification without a column spec...
Using QGIS 2.12.0 I regularly create themed layers with Categorized classifications. I use the circle symbol and a co... Dennis Bauszus
07:10 AM Bug report #9978: Merge Vector Layers: 6 instead of NULL values
Hopefully fixed. Reopen if necessary Alexander Bruy
07:08 AM Bug report #9978 (Closed): Merge Vector Layers: 6 instead of NULL values
Fixed in changeset commit:"d12a0b4a252f34b1def14e49b15e8d9f75b6740f". Alexander Bruy
07:09 AM Feature request #14094 (Closed): Increase allowed maximum value for Outline Width in Simple Marke...
Fixed in changeset commit:"2aa523d41012773aa87fc76f48f52d1286106821". Alexander Bruy
05:34 AM Feature request #5470 (In Progress): Manage different versions of OTB
PR is here https://github.com/qgis/QGIS/pull/2669 Alexander Bruy
05:34 AM Feature request #5470 (In Progress): Manage different versions of OTB
PR is here https://github.com/qgis/QGIS/pull/2669 Alexander Bruy
05:22 AM Feature request #8239 (Feedback): Polygon overlay error with the new SAGA API in Sextante
Still true? Alexander Bruy
04:05 AM Bug report #13536 (Closed): GeoTIFF rendering issues with GDAL >2.0
This was a GDAL problem. Fixed per https://trac.osgeo.org/gdal/ticket/6308 (will be in GDAL 2.0.2). Surprising GRASS ... Even Rouault
03:39 AM Bug report #14101 (Closed): French reprojection use ntf_r93.gsb (IGNF:LAMBE etc ..)
ERROR when reproject or save as whith "IGNF:xxx" projection
for example:...
Yves ryra6453
02:54 AM Feature request #12784 (Closed): Allow scripts to deactivate CRS warning
Fixed in changeset commit:"8884c37b6f33d1d1aa42ac4dfb92def557a55fab". Victor Olaya
02:45 AM Bug report #14029: Server crash upon first read of a project
Tested on two machines, both Debian (one sid, one testing). It would be good to replicate it on other systems too. Paolo Cavallini
02:12 AM Bug report #14091: The dev don't support the WMS layer in QR defs
Sebastian Dietrich wrote:
> Sebastian Dietrich wrote:
> > Does it work when saving a project containing this WMS laye...
aperi2007 -

2016-01-13

12:25 AM Bug report #14100 (Closed): tracer: toggling edit off doesn't clear the tracer status, lead to co...
When the edit state of a layer is toggled off while you're tracing a new feature, the aborted trace doesn't clear up,... Mathieu Pellerin - nIRV
04:52 PM Bug report #13298: Shapefiles corrupting - objects and attributes becoming switched
I think so.
It can always be reopened if we ever see it again and can figure out a repeatable cause.
Thanks.
Jamie Portman
08:42 AM Bug report #13298: Shapefiles corrupting - objects and attributes becoming switched
> What is still happening in the latest nightly dev build (2.13) is deleted objects are not removed properly when sav... Giovanni Manghi
04:01 PM Bug report #14091: The dev don't support the WMS layer in QR defs
Sebastian Dietrich wrote:
> Does it work when saving a project containing this WMS layer?
What I meant was:
* Create...
Sebastian Dietrich
06:37 AM Bug report #14091: The dev don't support the WMS layer in QR defs
Master (on Windows) also crashes here when opening the attached qlr, is fine on 2.12.2 Giovanni Manghi
06:37 AM Bug report #14091: The dev don't support the WMS layer in QR defs
Master (on Windows) also crashes here when opening the attached qlr, is fine on 2.12.2 Giovanni Manghi
06:37 AM Bug report #14091: The dev don't support the WMS layer in QR defs
Master (on Windows) also crashes here when opening the attached qlr, is fine on 2.12.2 Giovanni Manghi
04:29 AM Bug report #14091: The dev don't support the WMS layer in QR defs
I tried this.
I create a new project and drag-n-drop the qlr in it.
I see nothing as reported.
After I save the proje...
aperi2007 -
02:32 AM Bug report #14091: The dev don't support the WMS layer in QR defs
Does it work when saving a project containing this WMS layer? Sebastian Dietrich
03:50 PM Feature request #14093: Prefer the QGIS-providers over the OGR-provider
I think one problem is that many users don't even know there are two different ways of handling a CSV file, nor do th... Sebastian Dietrich
01:40 PM Feature request #14093: Prefer the QGIS-providers over the OGR-provider
> Sounds right to me: why having a QGIS provider then?
There's lots of features in the QGIS provider not available i...
Nyall Dawson
01:19 PM Feature request #14093: Prefer the QGIS-providers over the OGR-provider
+1 for keeping GDAL/OGR CSV provider. The edit ability in 2.1dev is really useful! Nathaniel V. Kelso
01:26 AM Feature request #14093: Prefer the QGIS-providers over the OGR-provider
Sounds right to me: why having a QGIS provider then? Paolo Cavallini
01:24 AM Feature request #14093: Prefer the QGIS-providers over the OGR-provider
Repeating my comment in #14078: I'd note that the OGR CSV driver has gained editing capabilities in GDAL 2.1dev (spec... Even Rouault
02:25 PM Feature request #12250: Ability to load R packages and easily execute custom R scripts without Py...
Processing does not allow scripts to be created in pure R. Here is an example from the scatterplot regressione script... Irucka Embry
01:23 AM Feature request #12250 (Closed): Ability to load R packages and easily execute custom R scripts w...
If I'm not wrong, Processing allow you to add scripts in pure R. Reopen if necessary Alexander Bruy
01:23 AM Feature request #12250 (Closed): Ability to load R packages and easily execute custom R scripts w...
If I'm not wrong, Processing allow you to add scripts in pure R. Reopen if necessary Alexander Bruy
01:23 AM Feature request #12250 (Closed): Ability to load R packages and easily execute custom R scripts w...
If I'm not wrong, Processing allow you to add scripts in pure R. Reopen if necessary Alexander Bruy
12:30 PM Bug report #13987: Identify Feature not finding feature
Apologies. The tables should be created before the view, and the view was referencing a table/view that it did not ne... Harry Clarke
10:15 AM Bug report #13987: Identify Feature not finding feature
Harry Clarke wrote:
> This is frustrating. I do not know what you mean by "...attached sql is not good to restore any...
Giovanni Manghi
09:28 AM Bug report #13987: Identify Feature not finding feature
This is frustrating. I do not know what you mean by "...attached sql is not good to restore any data". Please explain... Harry Clarke
09:05 AM Bug report #13987 (Feedback): Identify Feature not finding feature
Cannot confirm here on master with my own data, attached sql is not good to restore any data. Giovanni Manghi
09:05 AM Bug report #13987 (Feedback): Identify Feature not finding feature
Cannot confirm here on master with my own data, attached sql is not good to restore any data. Giovanni Manghi
10:30 AM Feature request #14099 (Open): toggle button for labeling in toolbar or else
it would be very usefull to have a simple toggle button (1 click) in a toolbar in order to switch on/off labeling for... johan sanders
10:22 AM Bug report #14029: Server crash upon first read of a project
is this an issue just on single machine, or is confirmed to be a more general one? Giovanni Manghi
10:21 AM Bug report #10044 (Closed): OSM Polygons not rendering
closing for lack of feedback, please reopen if necessary. Giovanni Manghi
10:21 AM Bug report #10044 (Closed): OSM Polygons not rendering
closing for lack of feedback, please reopen if necessary. Giovanni Manghi
10:20 AM Bug report #13755: Copy/paste PostGIS layer: date not autofill ( ('now'::text)::date)
was this fixed by the same fix for #13857 ? Giovanni Manghi
10:19 AM Bug report #8511 (Closed): Iterations: autofill mode fills the output name in a wrong way under L...
Giovanni Manghi wrote:
> another round of tests on this (on several different Linux flavors), no issues, not even on ...
Giovanni Manghi
10:19 AM Bug report #8511 (Closed): Iterations: autofill mode fills the output name in a wrong way under L...
Giovanni Manghi wrote:
> another round of tests on this (on several different Linux flavors), no issues, not even on ...
Giovanni Manghi
10:19 AM Bug report #13584 (Closed): Vertices snap to other when "Enable topological editing" is active
closing for lack of feedback, please reopen if necessary. Giovanni Manghi
10:19 AM Bug report #13584 (Closed): Vertices snap to other when "Enable topological editing" is active
closing for lack of feedback, please reopen if necessary. Giovanni Manghi
10:18 AM Bug report #10042 (Closed): QGIS 2.2 randomly crashing when panning a project with lots of data
closing for lack of feedback, please reopen if necessary. Giovanni Manghi
10:18 AM Bug report #10042 (Closed): QGIS 2.2 randomly crashing when panning a project with lots of data
closing for lack of feedback, please reopen if necessary. Giovanni Manghi
10:16 AM Bug report #6686 (Closed): Embedded layers from projects with groups misbehaving
Sebastian Dietrich wrote:
> I can not reproduce using current master (commit:917dd055198f52b6288210d0a11f304aeacc2976...
Giovanni Manghi
10:16 AM Bug report #6686 (Closed): Embedded layers from projects with groups misbehaving
Sebastian Dietrich wrote:
> I can not reproduce using current master (commit:917dd055198f52b6288210d0a11f304aeacc2976...
Giovanni Manghi
09:27 AM Bug report #13104 (Closed): Vector:Geometry Tools:Simplify geometry - 'OK' button stays disabled
Fixed in changeset commit:"3d44e1f5454796bd49189e0319dce65b32c631ca". Alexander Bruy
09:23 AM Bug report #14086 (Rejected): gdal tools - proximity (non-ascii characters)
From error message I see that this happens in the gdal_proximity.py file which is part of the GDAL core. So ticket sh... Alexander Bruy
09:23 AM Bug report #14086 (Rejected): gdal tools - proximity (non-ascii characters)
From error message I see that this happens in the gdal_proximity.py file which is part of the GDAL core. So ticket sh... Alexander Bruy
08:54 AM Feature request #6828: Correct sorting of layers in TOC when loading multiple layers
Bruce Steedman wrote:
> This FR has been outstanding some years now and I'd have thought it was the very definition o...
Giovanni Manghi
06:18 AM Feature request #6828: Correct sorting of layers in TOC when loading multiple layers
This FR has been outstanding some years now and I'd have thought it was the very definition of a low effort high impa... Bruce Steedman
08:42 AM Bug report #13415 (Feedback): Import into PostGIS - Locale bug
There is no Import into PostGIS tool in the GDALTools plugin. I suspect that this bugreport related to Processing. Alexander Bruy
08:42 AM Bug report #13415 (Feedback): Import into PostGIS - Locale bug
There is no Import into PostGIS tool in the GDALTools plugin. I suspect that this bugreport related to Processing. Alexander Bruy
08:31 AM Feature request #14098 (Feedback): ftools geoprocessing tools are slow with large dataset, port t...
the vector geoprocessing tools of qgis (aka ftools) are known to be very weak with large/complex geometries. There ar... Giovanni Manghi
07:55 AM Feature request #14098 (Closed): ftools geoprocessing tools are slow with large dataset, port the...
Attempt to perform intersect on input SHP layers with higher number of features hangs around 60% and never finish.
...
Martin Landa
06:52 AM Bug report #12229 (Closed): python/plugins/processing/algs/qgis/ConcaveHull.py - throws error in ...
Fixed in commit:14c858a0b1 Alexander Bruy
06:52 AM Bug report #12229 (Closed): python/plugins/processing/algs/qgis/ConcaveHull.py - throws error in ...
Fixed in commit:14c858a0b1 Alexander Bruy
06:49 AM Feature request #12941 (Open): Saving Processing log
I meant the general one, but in fact there is a lot of duplication between the two, so we could think of both. Paolo Cavallini
05:12 AM Feature request #12941 (Feedback): Saving Processing log
Which log you mean: produced by algorithm (Log tab in the algorithm dialog) or general Processing log? Alexander Bruy
05:34 AM Bug report #14081: Processing>QGIS>Vectoroverlay tools>Clip
Then, it seems that the issue is fixed in master, so we can close this, right?
Might be one of the issues caused by ...
Victor Olaya
05:31 AM Bug report #13831: Save to Spatialite fails if input is from same DB
I suspect this is caused by fact that SQLite allows only single connection to database Alexander Bruy
04:55 AM Bug report #12347 (In Progress): Missing v.net* modules from GRASS Toolbox
Opps, sorry. Wrong tab Alexander Bruy
04:55 AM Bug report #12347 (In Progress): Missing v.net* modules from GRASS Toolbox
Opps, sorry. Wrong tab Alexander Bruy
04:54 AM Bug report #12347 (Rejected): Missing v.net* modules from GRASS Toolbox
Duplicates #12343 Alexander Bruy
04:54 AM Bug report #12347 (Rejected): Missing v.net* modules from GRASS Toolbox
Duplicates #12343 Alexander Bruy
04:54 AM Feature request #12343 (Closed): Add GRASS v.net* modules to Processing toolbox
PR merged in commit:9551ca7ca8 Alexander Bruy
04:54 AM Feature request #12343 (Closed): Add GRASS v.net* modules to Processing toolbox
PR merged in commit:9551ca7ca8 Alexander Bruy
02:07 AM Bug report #14096 (Closed): Processing: OTB Segmentation (edison) fails
Fixed in changeset commit:"f8de083a5b530924a55885787c7b006c52a776bf". Victor Olaya
01:30 AM Bug report #14096 (Closed): Processing: OTB Segmentation (edison) fails
With current OTB 5.2
TypeError: exceptions must be old-style classes or derived from BaseException, not bool
Traceb...
Paolo Cavallini
01:30 AM Bug report #9317 (Feedback): OTB Band Math error with Processing (sextante) modeler
Still true with latest master? Alexander Bruy
01:21 AM Bug report #14078: Incorrect loading of csv files
Fixed in GDAL per https://trac.osgeo.org/gdal/ticket/6305. I'd note that the OGR CSV driver has gained editing capabi... Even Rouault
01:19 AM Feature request #11620 (Closed): Processing: please bring back "Save as Python script" option
Fixed in master Alexander Bruy
01:19 AM Feature request #11620 (Closed): Processing: please bring back "Save as Python script" option
Fixed in master Alexander Bruy
01:18 AM Feature request #5807 (In Progress): Develop a test suite
PR is waiting for merge https://github.com/qgis/QGIS/pull/2648 Alexander Bruy
01:18 AM Feature request #5807 (In Progress): Develop a test suite
PR is waiting for merge https://github.com/qgis/QGIS/pull/2648 Alexander Bruy
01:18 AM Feature request #5807 (In Progress): Develop a test suite
PR is waiting for merge https://github.com/qgis/QGIS/pull/2648 Alexander Bruy
01:14 AM Bug report #14095 (Closed): Processing: OTB ColorMapping (optimal) rfails
Avvio dell'algoritmo ColorMapping (optimal)...
/usr/bin/otbcli_ColorMapping
-in
"/home/paolo/Documents/Didattica/Cors...
Paolo Cavallini

2016-01-12

12:55 AM Bug report #14090 (Closed): Frequency Analysis tool contains errors in code
Fixed in changeset commit:"7a879994d49ecbfeae406fce566015cab172b4d9". Victor Olaya
05:14 AM Bug report #14090 (Closed): Frequency Analysis tool contains errors in code
In the latest versions of the Processing plugin (from 2.10 onwards), there are minor errors in the code. The followin... Joseph Liam
12:28 AM Feature request #14093: Prefer the QGIS-providers over the OGR-provider
To use QGIS provider for CSV instead of GDAL, when loading layers from the browser. Paolo Cavallini
12:26 AM Feature request #14093: Prefer the QGIS-providers over the OGR-provider
So what are you suggesting? Jürgen Fischer
11:01 PM Feature request #14093 (Open): Prefer the QGIS-providers over the OGR-provider
For files that are supported by both native QGIS and the GDAL/OGR providers, like CSV, it is usually preferable to us... Paolo Cavallini
11:40 PM Feature request #14094 (Closed): Increase allowed maximum value for Outline Width in Simple Marke...
In Simple Marker dialog box max value for Outline Width is 99.99 (inherited from QDoubleSpinBox?). If Map units are u... Dražen Tutić
11:02 PM Bug report #14078: Incorrect loading of csv files
Done both, thanks. Paolo Cavallini
04:00 PM Bug report #14078 (Closed): Incorrect loading of csv files
Paolo Cavallini wrote:
> The attached test1 loads fine.
> Thanks for your feedback.
> Perhaps worth opening a ticket ...
Sebastian Dietrich
04:00 PM Bug report #14078 (Closed): Incorrect loading of csv files
Paolo Cavallini wrote:
> The attached test1 loads fine.
> Thanks for your feedback.
> Perhaps worth opening a ticket ...
Sebastian Dietrich
06:24 PM Bug report #13667 (Closed): rule based labelling is not saved in qml style files
Fixed in changeset commit:"04caab24a722ae13006f41baef7e12d191e32d3b". Nyall Dawson
04:25 PM Bug report #9576 (Feedback): SLD rule-based style export loses quotes around layer names
Sebastian Dietrich
02:43 PM Bug report #14064: Problem with numeric fields
can you please attach a sample of your data? thanks. Giovanni Manghi
02:40 PM Bug report #14079 (Feedback): Processing plugin cannot update
when updating Processing it does indeed show that error, but it just enough to close qgis and restart it and is ok.
...
Giovanni Manghi
02:34 PM Bug report #14091 (Closed): The dev don't support the WMS layer in QR defs
The QGIS-dev when saving a wms layer as Definition layer is not readable from the qgis-dem himself.
I test with the...
aperi2007 -
02:33 PM Bug report #14080 (Feedback): 'Georeferencer' plugin doesn't support clipboard (paste) functional...
paste where? Does it happens only on OsX? (note: the georef plugin is in c++ not python). Cheers! Giovanni Manghi
02:30 PM Bug report #14081 (Feedback): Processing>QGIS>Vectoroverlay tools>Clip
Hi,this is what I see:
qgis 2.8.5, works
qgis 2.12.2, error
GEOS geoprocessing error: One or more input features h...
Giovanni Manghi
11:24 AM Bug report #14082 (Feedback): area calculation in Field Calculator is depending on Output field type
Hi Richard,
related also to #12622 ?
Giovanni Manghi
11:18 AM Bug report #14083 (Feedback): Adding up (+) variables in expression builder results in concatenat...
your fields are text, not integers or decimals, I would say that the results is the expected one. Giovanni Manghi
11:18 AM Bug report #14083 (Feedback): Adding up (+) variables in expression builder results in concatenat...
your fields are text, not integers or decimals, I would say that the results is the expected one. Giovanni Manghi
11:18 AM Bug report #14083 (Feedback): Adding up (+) variables in expression builder results in concatenat...
your fields are text, not integers or decimals, I would say that the results is the expected one. Giovanni Manghi
10:34 AM Bug report #13872 (Closed): "build virtual vector": does not create a file extension
Alexander Bruy
10:33 AM Bug report #13872 (In Progress): "build virtual vector": does not create a file extension
Alexander Bruy
10:25 AM Bug report #13872 (Closed): "build virtual vector": does not create a file extension
Fixed in changeset commit:"917ea5c0e396abeb5f59e2c77ebf69417326cfa8". Alexander Bruy
10:34 AM Bug report #13748 (Closed): Wrong field type limitation
Alexander Bruy
10:34 AM Bug report #13748 (In Progress): Wrong field type limitation
Alexander Bruy
10:25 AM Bug report #13748 (Closed): Wrong field type limitation
Fixed in changeset commit:"04542a900a7c66975884fb6ee21fc2514645b246". Alexander Bruy
10:25 AM Bug report #9107 (Closed): remove GRASS nviz from modeller
Fixed in changeset commit:"3a514269ea0e3d97a1c6cc6a5abd9302c91d7f09". Alexander Bruy
10:23 AM Bug report #12212 (Closed): Multiparts to singleparts fails with one-vertex lines
Works in master. Please reopen if necessary Alexander Bruy
10:23 AM Bug report #12212 (Closed): Multiparts to singleparts fails with one-vertex lines
Works in master. Please reopen if necessary Alexander Bruy
10:17 AM Bug report #12337 (Feedback): Can't open GEOPROCESSING > OPTIONS
Still true? Seems fixed with master Alexander Bruy
10:15 AM Bug report #13405 (Closed): Zonal statistics tool doesn't work after processing plugin update
Works fine with master. Reopen if necessary Alexander Bruy
10:15 AM Bug report #13405 (Closed): Zonal statistics tool doesn't work after processing plugin update
Works fine with master. Reopen if necessary Alexander Bruy
09:59 AM Bug report #13873 (Feedback): "build virtual vector": file created fails to load correctly
Works fine for me. When I open resulting VRT file I can choose any layer from it as well as multiple layers. Selected... Alexander Bruy
09:54 AM Bug report #13041: Processing Toolbox Doesn't Pick Up New Database Connections
List of available connections populated during Processing algorithm initialization, that's why changes introduces aft... Alexander Bruy
09:52 AM Bug report #13344 (Closed): Processing Import into PostGIS: list of connection does not refresh
Duplicates #13041 Alexander Bruy
09:52 AM Bug report #13344 (Closed): Processing Import into PostGIS: list of connection does not refresh
Duplicates #13041 Alexander Bruy
09:50 AM Bug report #13651 (Feedback): Processing Help: the banner in the help shows "Testing" instead of ...
Should be fixed in master, please check Alexander Bruy
09:32 AM Bug report #12171: Processing Refactor fields: can't change an "int" field to "double" with 0 pre...
This is not a Processing bug and even not QGIS one. Seems GDAL does not allow to create float fields with zero precision Alexander Bruy
09:32 AM Bug report #12171: Processing Refactor fields: can't change an "int" field to "double" with 0 pre...
This is not a Processing bug and even not QGIS one. Seems GDAL does not allow to create float fields with zero precision Alexander Bruy
09:11 AM Bug report #14030: Filter expressions to postgres provider
@Matthias Kuhn,
I found this post on the blog http://blog.vitu.ch/10112013-1201/qgis-relations that explains the rol...
Edward H
09:11 AM Bug report #14030: Filter expressions to postgres provider
@Matthias Kuhn,
I found this post on the blog http://blog.vitu.ch/10112013-1201/qgis-relations that explains the rol...
Edward H
05:30 AM Bug report #7258 (Reopened): GetFeatureInfo request with a FILTER doesn't find anything
I'm using 2.12.1 and have exactly the mentioned problem. I can only query layer with PostGIS or spatialite as datapro... Marc Beiling
05:30 AM Bug report #7258 (Reopened): GetFeatureInfo request with a FILTER doesn't find anything
I'm using 2.12.1 and have exactly the mentioned problem. I can only query layer with PostGIS or spatialite as datapro... Marc Beiling
03:48 AM Bug report #14052: Symbol selector dialog: useless advanced "Clip features to canvas extent" option
Harrissou Santanna wrote:
> Beyond what may be passionate words, *what is the guideline about issue report closure*? ...
Jürgen Fischer
03:28 AM Feature request #14089 (Open): Discourage labels from other layers to cover features of a labelle...
This issue report is related to this "ML discussion":http://osgeo-org.1560.x6.nabble.com/What-is-quot-Discourage-othe... Harrissou Santanna
03:05 AM Bug report #7341 (Closed): mapCanvas refresh does not show newly created features in memory layers
Sebastian Dietrich wrote:
> Does that mean it was a misuse of _QgsVectorDataProvider::addFeatures()_, because this fu...
Jürgen Fischer
03:05 AM Bug report #7341 (Closed): mapCanvas refresh does not show newly created features in memory layers
Sebastian Dietrich wrote:
> Does that mean it was a misuse of _QgsVectorDataProvider::addFeatures()_, because this fu...
Jürgen Fischer

2016-01-11

10:30 PM Bug report #14086 (Rejected): gdal tools - proximity (non-ascii characters)
While using the proximity tool, If the path of the input or output files include any non-ascii characters, it raises ... ozan cicekci
07:12 PM Bug report #13835: Shapefiles with EPSG 2926 and 2927 Washington State Plane North and South not ...
Attached is the proj file from Skagit County Roads-Named.shp. clifford snow
03:01 PM Bug report #13835 (Feedback): Shapefiles with EPSG 2926 and 2927 Washington State Plane North and...
clifford snow wrote:
> I'd like to reopen this after discovering prj2epsg.org run by Boundless. When I plug in the .p...
Giovanni Manghi
03:01 PM Bug report #13835 (Feedback): Shapefiles with EPSG 2926 and 2927 Washington State Plane North and...
clifford snow wrote:
> I'd like to reopen this after discovering prj2epsg.org run by Boundless. When I plug in the .p...
Giovanni Manghi
01:36 PM Bug report #13835 (Reopened): Shapefiles with EPSG 2926 and 2927 Washington State Plane North and...
I'd like to reopen this after discovering prj2epsg.org run by Boundless. When I plug in the .prj (below) the site ret... clifford snow
04:02 PM Bug report #7758: Maximum viewing scale
<notextile>@</notextile>Nyall - agreed. The special value for _no lower boundary set_ seems to be _0_, which can also... Sebastian Dietrich
11:26 AM Bug report #14085 (Closed): Delete a feature in shapefile
This is a well-known bug unfortunately #11007.
Please update the current bug.
Saber Razmjooei
11:26 AM Bug report #14085 (Closed): Delete a feature in shapefile
This is a well-known bug unfortunately #11007.
Please update the current bug.
Saber Razmjooei
11:23 AM Bug report #14085 (Closed): Delete a feature in shapefile
On Windows with QGIS 2.10 or 2.12 (2.8?) there is a big bug when we delete a feature. The data associated with this o... Fabien Del Olmo
10:51 AM Bug report #13293 (Open): WCS server broken on Windows
Hi,
I cannot is confirmed, in fact on qgis-master (server) on Windows it seems worst then the last time: wfs always ...
Giovanni Manghi
08:33 AM Bug report #14084 (Closed): QGis Server axis ordering for WMS 1.3
I'm finding that QGis Server does not seem to respect the new axis ordering for WMS 1.3.
I have tried the followi...
Mark Woodward
07:18 AM Bug report #14082: area calculation in Field Calculator is depending on Output field type
Update: I found out that it is apparently a integer overflow problem. That is, only the 3 smallest provinces have a v... Richard Duivenvoorde
04:35 AM Bug report #14083 (Closed): Adding up (+) variables in expression builder results in concatenation
If I add up two variables using the expression builder, the two values are concatenated, instead of added up. So if A... Rombert Stapel
04:16 AM Bug report #13498 (Feedback): Fix font size in Processing help windows on HiDPI displays
Anita can you try with 716664e74939f3dd9ca531244e3b022b315d1e9e? Alexander Bruy
03:03 AM Feature request #11323 (In Progress): Allow editing gdal commands in processing
We already have field with generated GDAL command, but if I'm not wrpng, it is not editable yet. Alexander Bruy
02:58 AM Feature request #6885 (Closed): Modeler - retain parameter values when editing
Seems fixed. Please reopen if necessary. Alexander Bruy
02:58 AM Feature request #6885 (Closed): Modeler - retain parameter values when editing
Seems fixed. Please reopen if necessary. Alexander Bruy
02:55 AM Feature request #12937: Distance to nearest hub tool : Round distance
Not sure if we should round any calculated values not only in Hub Distance tool, but also in all other tools like Exp... Alexander Bruy

2016-01-10

11:39 PM Bug report #14078: Incorrect loading of csv files
The attached test1 loads fine.
Thanks for your feedback.
Perhaps worth opening a ticket on GDAL.
Paolo Cavallini
09:17 AM Bug report #14078: Incorrect loading of csv files
OK, now I could reproduce in master. Turns out this is a GDAL/OGR issue.
Note that files are loaded through GDAL/OGR...
Sebastian Dietrich
02:02 AM Bug report #14078 (Open): Incorrect loading of csv files
Loading through the text delimited plugin is OK, but simply dragging it into the cnavas shows the issue reported. Sim... Paolo Cavallini
07:45 PM Bug report #7758: Maximum viewing scale
@Sebastian - we should fix this. Make it so instead of showing these nonsense values we use an understandable string ... Nyall Dawson
03:00 PM Bug report #7758: Maximum viewing scale
This appears to be a bug within the presentation layer. *The style is correctly loaded and applied in current master.... Sebastian Dietrich
05:12 PM Bug report #13298: Shapefiles corrupting - objects and attributes becoming switched
I have tested the Split Object Tool issue (with lines going crazy when cut) in the latest nightly dev version and 2.1... Jamie Portman
04:02 PM Bug report #13299: Slow saving to network drive
Just tested and works perfectly!
Thanks.
Jamie Portman
03:54 PM Bug report #8546: default maximum scale shows nonsense value
!17.png!
Note that _-2147483648:1_ is a synonym for _1:0_ and both mean _no upper boundary set_.
If you simply hit _...
Sebastian Dietrich
03:08 PM Bug report #13987 (Open): Identify Feature not finding feature
Saber Razmjooei
12:40 PM Bug report #13987: Identify Feature not finding feature
Attached is a test project and accompanying SQL to generate the table and view
I have used table and views that alrea...
Harry Clarke
12:40 PM Bug report #13987: Identify Feature not finding feature
Attached is a test project and accompanying SQL to generate the table and view
I have used table and views that alrea...
Harry Clarke
05:58 AM Bug report #13987: Identify Feature not finding feature
Could you attach a sample project containing a "good" and a "bad" layer? And if possible post the SQL to generate the... Sebastian Dietrich
02:47 PM Bug report #13293 (Feedback): WCS server broken on Windows
This was probably fixed with f8f056e0b25b0c2b93cb954123b5d4e20803226d. Can you confirm? Nyall Dawson
02:28 PM Bug report #14081: Processing>QGIS>Vectoroverlay tools>Clip
Lene
Can you get the log info and paste it here?
Just reproduce the error and then go to the QGIS log, and copy wha...
Victor Olaya
10:10 AM Bug report #14081: Processing>QGIS>Vectoroverlay tools>Clip
Hi again.
Now I have installed 2.12.2 on a virtual computer. And no problems there. So it must be something from my u...
Lene Fischer
06:00 AM Bug report #14081 (Closed): Processing>QGIS>Vectoroverlay tools>Clip
In Processing>QGIS>Vectoroverlay tools>Clip function I get no result.
If I use the function in the Vector-menu it wor...
Lene Fischer
12:22 PM Bug report #7682 (Feedback): Label move not functioning on file with national characters
Nyall Dawson
11:10 AM Bug report #7682: Label move not functioning on file with national characters
I can not reproduce using current master (commit:19a47fec29a35b264e42893e7b56f22a5759ffc5) and a shapefile named "Tes... Sebastian Dietrich
12:22 PM Bug report #7800 (Feedback): Export SLD creates file with double-depth <filter> tags
Nyall Dawson
11:26 AM Bug report #7800: Export SLD creates file with double-depth <filter> tags
I can not reproduce in master (commit:19a47fec29a35b264e42893e7b56f22a5759ffc5). I applied the attachment:asdf.qml an... Sebastian Dietrich
11:37 AM Bug report #7341: mapCanvas refresh does not show newly created features in memory layers
Jürgen Fischer wrote:
> did you add the features to the layer or to the provider? The former would probably have wo...
Sebastian Dietrich
11:23 AM Feature request #14070: add buttons to layers panel to rearrange layers
Good idea Sebastian,
for that matter, another idea would be to be able to use keyboard shortcuts. For instance, with...
Jesse McMillan
10:51 AM Feature request #14070: add buttons to layers panel to rearrange layers
Note that _move up_ and _move down_ is ambigious when the previous/next entry is a group. Should the layer be moved *... Sebastian Dietrich
10:44 AM Bug report #14082 (Closed): area calculation in Field Calculator is depending on Output field type
Not sure how much this is related to #13209
But when I use the Field calculator to create a virtual field with the a...
Richard Duivenvoorde
10:42 AM Feature request #14073: Style Manager: A group should display symbols of its subgroups
> This is somehow the behaviour of "Groups" level.
Yes, and this is the reason why there is the _Ungrouped_ entry un...
Sebastian Dietrich

2016-01-09

07:49 PM Bug report #14078 (Feedback): Incorrect loading of csv files
Nyall Dawson
01:17 PM Bug report #14078: Incorrect loading of csv files
I can not reproduce using master (commit:8d105ff8f998bdf3426088d648cd75220b0b469c).
!QgisLoadCsvWithHeaders.png!
!Q...
Sebastian Dietrich
01:17 PM Bug report #14078: Incorrect loading of csv files
I can not reproduce using master (commit:8d105ff8f998bdf3426088d648cd75220b0b469c).
!QgisLoadCsvWithHeaders.png!
!Q...
Sebastian Dietrich
07:48 PM Feature request #4273 (Closed): North arrow in lower/upper centre canvas
Nyall Dawson
06:42 PM Feature request #4273: North arrow in lower/upper centre canvas
I've now finished this and it has been merged into master. Duncan Runnacles
07:48 PM Feature request #3756 (Closed): Flexible positioning of scalebar/compass
Nyall Dawson
06:47 PM Feature request #3756: Flexible positioning of scalebar/compass
I've finished this and it has been merged into master.
Decorations can now be placed at user defined margins from t...
Duncan Runnacles
01:28 PM Bug report #14080 (Closed): 'Georeferencer' plugin doesn't support clipboard (paste) functionalit...
Was referred to here from a gis.stackexchange.com question I asked. Here's the gist of the question. Makes for a good... David Douglas
07:25 AM Bug report #7269 (Closed): cant load GRASS plugin (osx 10.8.2)
Most probably resolved, FindGRASS.cmake now searches first with NO_DEFAULT_PATH then without. Radim Blazek
05:18 AM Bug report #6766 (Closed): region zone error using GRASS plugin
Fixed in changeset commit:"39072959ffd0029834db7f1e266f273a3c225a09". Radim Blazek
04:18 AM Bug report #14038: open graphical modeler models
Thanks for straighten that out. So on my office pc there's processing version 2.2.0-2, which i think is an updated ve... christian user
03:48 AM Bug report #6618 (Closed): GRASS raster resolution not taken into account
It seems to work correctly in 2.12, GRASS region is changed (WIND file) and new rasters are written with the resoluti... Radim Blazek
03:48 AM Bug report #6618 (Closed): GRASS raster resolution not taken into account
It seems to work correctly in 2.12, GRASS region is changed (WIND file) and new rasters are written with the resoluti... Radim Blazek
03:36 AM Bug report #13816: grass provider - missing slot and signal
Missing was fixed in commit:24d279a. Radim Blazek
03:35 AM Bug report #13816 (Closed): grass provider - missing slot and signal
Fixed in changeset commit:"001dce00a54870e2171e861aa2e3a1611b27fd60". Radim Blazek
01:37 AM Bug report #14048 (Closed): Importing symbols in Style Library doesn't always use the group name ...
Fixed in changeset commit:"8d105ff8f998bdf3426088d648cd75220b0b469c". Nyall Dawson
01:27 AM Bug report #14051 (Closed): Symbol selector dialog: "lock layer's colors" button should have only...
Fixed in changeset commit:"f3d1f8b8dc69d13244eb2fd7dec70012b02620b6". Nyall Dawson

2016-01-08

04:58 PM Bug report #14051: Symbol selector dialog: "lock layer's colors" button should have only two states
The icon is wrongly displayed when the button has the focus. It always displays the icon for the state _unlocked_ in ... Sebastian Dietrich
02:42 PM Bug report #5602 (Feedback): Identify disabled in WMS for grouped layers
Giovanni Manghi
07:27 AM Bug report #5602: Identify disabled in WMS for grouped layers
I need to clarify:
- With Mapserver group layer is never announced as queryable in the GetCapabilities
- However, if...
Jukka Rahkonen
12:39 PM Bug report #14079: Processing plugin cannot update
Cory Albrecht wrote:
> Attached file didn't seem to upload.
And that second try did not work either. I am getting a ...
Cory Albrecht
12:37 PM Bug report #14079: Processing plugin cannot update
Attached file didn't seem to upload. Cory Albrecht
12:35 PM Bug report #14079 (Closed): Processing plugin cannot update
Using QGIS Lyon 2.12.2 x86_64 on Windows 10 Version 1511 OS Build 10586.36.
Unfortunately there are only options to ...
Cory Albrecht
08:17 AM Bug report #14078 (Closed): Incorrect loading of csv files
The first row of the attached file is not interpreted as column headings.
Other, apparently similar, files are loaded...
Paolo Cavallini
07:59 AM Bug report #14077 (Closed): Geometry check requires file extension
If I choose a filename for the output of the new geometry repair plugin, and do not specify a file extension, I get a... Paolo Cavallini
07:58 AM Bug report #14076 (Closed): Check geometries plugin: missing command running indicator
When running, the cursor is the normal mouse icon, not the wheel indicating the command is running. Paolo Cavallini
07:47 AM Feature request #13685: Better handling of Processing updates for qgis/qgis-ltr/master
I don't think it's different. I think it's another effect of placing Processing plugin in user folder ~/.qgis2 when u... Harrissou Santanna
06:56 AM Feature request #13685: Better handling of Processing updates for qgis/qgis-ltr/master
Harrissou Santanna wrote:
> That means that once I updated to Processing 2.12.2, Processing plugin is stated broken i...
Alexander Bruy
06:24 AM Feature request #13685: Better handling of Processing updates for qgis/qgis-ltr/master
You are right that my proposal may not be easily doable.
This issue pops up again:
- The current version for QGIS 2....
Harrissou Santanna
07:37 AM Bug report #13987: Identify Feature not finding feature
Does not work for me when the point data is in a Postgresql Table which was imported via DB Manager. The error is rep... Harry Clarke
02:41 AM Bug report #13987 (Feedback): Identify Feature not finding feature
Works fine for me in 2.12.1 Saber Razmjooei
05:33 AM Bug report #14075 (Closed): Composer scale Bar: The Map list is sorted according to items Z-order...
In a composer, add many map items and a scale bar
In Items tab or from View menu, change the z-order of the map items...
Harrissou Santanna
03:51 AM Bug report #14074 (Closed): Layer Style : list of group symbols doesn't update after "Open librar...
In the style manager, create a group and add symbols to it
Open a layer properties > style and at the top level of th...
Harrissou Santanna
03:50 AM Bug report #11864 (Closed): wfs parsing of decimal value results in QString
Fixed in changeset commit:"97b8a72b8254a449127362cb153da8c137b74a97". Roel Huybrechts
03:23 AM Feature request #14072: Style Manager: avoid same name for different groups
Or just avoid same name for the same level groups... In which case, when using tools like "Add to group", the complet... Harrissou Santanna
02:23 AM Feature request #14072 (Closed): Style Manager: avoid same name for different groups
For consistency, it may be good to not let use same name for two different groups Harrissou Santanna
02:49 AM Feature request #14073 (Closed): Style Manager: A group should display symbols of its subgroups
As groups panel is organized as a tree, shouldn't a custom group show at its level symbols from groups that may be em... Harrissou Santanna
02:29 AM Feature request #14045: Style Manager : Allow selection of multiple symbols at once while groupin...
What about allowing drag'n drop for group also? User can move a sub-group to another group. Harrissou Santanna
02:13 AM Bug report #14071 (Closed): Layers effects don't work with line pattern fill (and other fills)
In the layer properties > Style, when layer effects are activated (http://nyalldawson.net/2015/04/introducing-qgis-li... Julien Monticolo
01:26 AM Bug report #14064: Problem with numeric fields
Yes, it has sufficient length (10 digits, and we're using only 4)? We're working with shapefiles... (hoep to move to ... Thierry Gonon
01:19 AM Bug report #14064 (Feedback): Problem with numeric fields
Are you sure your numeric field has sufficient length? What file type are you using?
Saber Razmjooei
01:19 AM Bug report #14064 (Feedback): Problem with numeric fields
Are you sure your numeric field has sufficient length? What file type are you using?
Saber Razmjooei

2016-01-07

12:23 AM Feature request #9275: Choose custom grid shift binary when re-projecting/transforming a dataset.

> It's a larger grid shift binary (>10MB) so that could affect the plugin size.
this is not an issue, ntv2 grids a...
Giovanni Manghi
12:38 PM Feature request #9275: Choose custom grid shift binary when re-projecting/transforming a dataset.
The NTv2 grid shift binary is covered by the "Open Government License - Canada":http://open.canada.ca/en/open-governm... Donovan Cameron
10:29 AM Feature request #9275 (Closed): Choose custom grid shift binary when re-projecting/transforming a...
Donovan Cameron wrote:
> I think this is fine to close, because since then there has been transformation enhancements...
Giovanni Manghi
10:29 AM Feature request #9275 (Closed): Choose custom grid shift binary when re-projecting/transforming a...
Donovan Cameron wrote:
> I think this is fine to close, because since then there has been transformation enhancements...
Giovanni Manghi
10:13 AM Feature request #9275: Choose custom grid shift binary when re-projecting/transforming a dataset.
I think this is fine to close, because since then there has been transformation enhancements since this report that a... Donovan Cameron
06:19 PM Bug report #14066: Composer : move "Pan composer" and "Zoom" tools from Composer Items toolbar to...
I mean it changes what the mouse does. Eg, switching to the zoom tool makes the mouse zoom in/out, switching to the n... Nyall Dawson
02:17 PM Bug report #14066: Composer : move "Pan composer" and "Zoom" tools from Composer Items toolbar to...
Ok I wasn't aware of that. Thanks for the information.
What do you mean by _That toolbar contains "tools" which chan...
Harrissou Santanna
01:57 PM Bug report #14066 (Closed): Composer : move "Pan composer" and "Zoom" tools from Composer Items t...
This has been discussed in the past, but it's by design. That toolbar contains "tools" which change the behavior of t... Nyall Dawson
01:57 PM Bug report #14066 (Closed): Composer : move "Pan composer" and "Zoom" tools from Composer Items t...
This has been discussed in the past, but it's by design. That toolbar contains "tools" which change the behavior of t... Nyall Dawson
03:00 AM Bug report #14066 (Closed): Composer : move "Pan composer" and "Zoom" tools from Composer Items t...
These two tools are rather paper navigation tools. AFAICS, they have no effects on map composer item, only on the pap... Harrissou Santanna
04:25 PM Feature request #14070 (Open): add buttons to layers panel to rearrange layers
Drag-and-drop is sometimes not a very good way of rearranging layers. I frequently end up adding a layer to a group w... Jesse McMillan
03:59 PM Bug report #14048: Importing symbols in Style Library doesn't always use the group name entered
See "PR 2649":https://github.com/qgis/QGIS/pull/2649 for a solution that additionally allows importing symbols withou... Sebastian Dietrich
02:56 PM Bug report #14048: Importing symbols in Style Library doesn't always use the group name entered
Harrissou Santanna wrote:
> * If the field is empty, the imported symbols will be grouped in a new group *named as th...
Sebastian Dietrich
01:52 PM Feature request #14065: Composer: Add a "Zoom to Page extent" tool
That option zooms to the bounds of the content. Eg if you had items outside of the page, it will include those in the... Nyall Dawson
02:49 AM Feature request #14065: Composer: Add a "Zoom to Page extent" tool
I found commit:19d64998 and commit:020eb606 that let me think it has been present though wrongly named Harrissou Santanna
02:41 AM Feature request #14065 (Open): Composer: Add a "Zoom to Page extent" tool
With the multipage in Print Composer, it can be handy to have a "zoom to page" tool that quickly resizes the print co... Harrissou Santanna
11:57 AM Bug report #13418: Print Composer : "Lock layer style for map item" doesn't update the map if sty...
It's still a valid (unresolved) bug Nyall Dawson
10:55 AM Bug report #13418: Print Composer : "Lock layer style for map item" doesn't update the map if sty...
I was wondering what's the current state of this bug. Is it expected to be fixed for LTR 2.14?
Should not be set inva...
Harrissou Santanna
11:07 AM Bug report #11746 (Reopened): Vertical lines appear as artifacts when map has lots of layers turn...
Forgot to reopen so that's what this post is for. Donovan Cameron
11:07 AM Bug report #11746: Vertical lines appear as artifacts when map has lots of layers turned on.
Thanks for testing Giovanni.
I've uploaded something similar in 7z and zip - both the same and with the full dataset...
Donovan Cameron
04:38 AM Feature request #14069: Composer: Add a "Pick extent" tool to copy an extent from a map item to a...
I didn't mention it but "copy paste the map item" is not a solution because each map has already his set of locked la... Harrissou Santanna
04:32 AM Feature request #14069 (Open): Composer: Add a "Pick extent" tool to copy an extent from a map it...
Let's say you have a multi page print composer with many map items showing the same extent.
And you then realise that...
Harrissou Santanna
04:34 AM Bug report #13293: WCS server broken on Windows
I guys,
i install QGIS 2.12.2 and QGIS 2.12.2 Server with OSGeo4W 32-bits and the WFS is working again.
I test in a...
João Gaspar
04:07 AM Feature request #14068 (Open): Composer: Identify if a preset is used to lock a map Item layers
When the data defined override option is used on a setting, its icon takes another shape.
In Print composer, map Item...
Harrissou Santanna
03:48 AM Bug report #5602: Identify disabled in WMS for grouped layers
Giovanni Manghi wrote:
> michele zanolli wrote:
> > Jukka Rahkonen wrote:
> > > Yes, but it seems to require that eve...
Giovanni Manghi
03:47 AM Bug report #5602 (Reopened): Identify disabled in WMS for grouped layers
michele zanolli wrote:
> Jukka Rahkonen wrote:
> > Yes, but it seems to require that every individual layer in the gr...
Giovanni Manghi
03:47 AM Bug report #5602 (Reopened): Identify disabled in WMS for grouped layers
michele zanolli wrote:
> Jukka Rahkonen wrote:
> > Yes, but it seems to require that every individual layer in the gr...
Giovanni Manghi
03:45 AM Bug report #14030 (Open): Filter expressions to postgres provider
Giovanni Manghi
01:48 AM Bug report #14030: Filter expressions to postgres provider
Hi, sorry for the long time to respond.
I will try to be more explicit about this issue :
I load 2 "big" tables in Q...
Edward H
01:48 AM Bug report #14030: Filter expressions to postgres provider
Hi, sorry for the long time to respond.
I will try to be more explicit about this issue :
I load 2 "big" tables in Q...
Edward H
03:06 AM Feature request #14067 (Open): Composer: Add "Zoom Last" and "Zoom Next" tools
Could be nice to add "Zoom Last" and "Zoom Next" tools to paper navigation in the print composer Harrissou Santanna

2016-01-06

12:38 AM Bug report #14064 (Closed): Problem with numeric fields
Hi all, We're using QGis 2.12 on fedora, and it works quite fine
Here's the problem : when digitising, if we are fill...
Thierry Gonon
11:32 PM Bug report #5602: Identify disabled in WMS for grouped layers
Jukka Rahkonen wrote:
> Yes, but it seems to require that every individual layer in the group is queryable. If one la...
michele zanolli
05:09 AM Bug report #5602 (Closed): Identify disabled in WMS for grouped layers
Jukka Rahkonen wrote:
> Yes, but it seems to require that every individual layer in the group is queryable. If one la...
Giovanni Manghi
09:27 PM Bug report #14063 (Closed): Diagrams: impossible to change the legend until the dialog is validated
Fixed in changeset commit:"b8bce97c1f2f089ece559a9501c7e4d83732aa7c". Nyall Dawson
02:51 PM Bug report #14063 (Closed): Diagrams: impossible to change the legend until the dialog is validated
Open a layer properties dialog > diagram tab
Check "Show diagrams for this layer"
In the attributes section, add an a...
Harrissou Santanna
02:08 PM Bug report #14062: Expressions using commas as decimal seperator fail to evaluate
It fails. Tested with: *0,8 * 3*.
In the field calculator, I get an "Expression is invalid" at the bottom of the dial...
Harrissou Santanna
11:18 AM Bug report #14062 (Feedback): Expressions using commas as decimal seperator fail to evaluate
The spin boxes calculations use the same expression engine as field calculator. Can you test if the expressions with ... Nyall Dawson
11:18 AM Bug report #14062 (Feedback): Expressions using commas as decimal seperator fail to evaluate
The spin boxes calculations use the same expression engine as field calculator. Can you test if the expressions with ... Nyall Dawson
10:22 AM Bug report #14062: Expressions using commas as decimal seperator fail to evaluate
Oups, miss a title. Can be something like "Comma separated value not allowed in spinbox calculation" Harrissou Santanna
10:19 AM Bug report #14062 (Closed): Expressions using commas as decimal seperator fail to evaluate
In symbol properties (and elsewhere in QGIS), you can put a calculation expression in a spinbox instead of typing a v... Harrissou Santanna
01:02 PM Feature request #13750 (Closed): filter legend according to canvas extent AND scale visibility ra...
Seems done now in 2.12 Regis Haubourg
12:29 PM Bug report #13592 (Closed): Processing: `r.to.vect` and `v.generalize` fail
one last test, on qgis master, both modules on grass 6 and 7, on both linux and windows, no issues.
If you have da...
Giovanni Manghi
12:29 PM Bug report #13592 (Closed): Processing: `r.to.vect` and `v.generalize` fail
one last test, on qgis master, both modules on grass 6 and 7, on both linux and windows, no issues.
If you have da...
Giovanni Manghi
11:55 AM Bug report #13192 (Closed): Error when saving Matplotlib figure
as far as I understand this could be an issue in matplotlib as is packaged in osgeo4w, if so please file a ticket in ... Giovanni Manghi
11:55 AM Bug report #13192 (Closed): Error when saving Matplotlib figure
as far as I understand this could be an issue in matplotlib as is packaged in osgeo4w, if so please file a ticket in ... Giovanni Manghi
11:53 AM Bug report #13144 (Closed): Style Categorized not working with PostGis database
Jürgen Fischer wrote:
> Any output in the log?
closing for lack of feedback, please reopen if necessary.
Giovanni Manghi
11:53 AM Bug report #13144 (Closed): Style Categorized not working with PostGis database
Jürgen Fischer wrote:
> Any output in the log?
closing for lack of feedback, please reopen if necessary.
Giovanni Manghi
11:52 AM Bug report #12361 (Closed): QGIS crashes whenever using Python console
closing for lack of feedback, please reopen if necessary. Giovanni Manghi
11:52 AM Bug report #12361 (Closed): QGIS crashes whenever using Python console
closing for lack of feedback, please reopen if necessary. Giovanni Manghi
11:51 AM Bug report #6481 (Closed): ftools function "Export/Add geometry columns" produces incorrect dbase...
closing for lack of feedback, please reopen if necessary. Giovanni Manghi
11:51 AM Bug report #6481 (Closed): ftools function "Export/Add geometry columns" produces incorrect dbase...
closing for lack of feedback, please reopen if necessary. Giovanni Manghi
11:50 AM Bug report #9369 (Closed): "duplicate layer" takes ages to duplicate spatialite layers
Closing for lack of feedback and because I cannot replicate with recent releases, but please reopen if still true (an... Giovanni Manghi
11:50 AM Bug report #9369 (Closed): "duplicate layer" takes ages to duplicate spatialite layers
Closing for lack of feedback and because I cannot replicate with recent releases, but please reopen if still true (an... Giovanni Manghi
11:49 AM Bug report #13065 (Open): WFS 1.0.0 Client requests with a GML component fail against Geoserver (...
Giovanni Manghi
11:48 AM Bug report #14058 (Closed): editing layers created with DB Manager
I don't think that this option is related to editing capabilities of the loaded layer from query
http://qgis.org/api...
Giovanni Manghi
11:48 AM Bug report #14058 (Closed): editing layers created with DB Manager
I don't think that this option is related to editing capabilities of the loaded layer from query
http://qgis.org/api...
Giovanni Manghi
11:41 AM Bug report #8628 (Closed): DB Manager does not load PostGIS rasters using QGIS-master for Debian
Giovanni Manghi
08:53 AM Bug report #8628: DB Manager does not load PostGIS rasters using QGIS-master for Debian
closing for lack of feedback, please reopen of necessary. Giovanni Manghi
11:20 AM Feature request #14061 (Closed): Composer: Add an option to export only the preview atlas feature
You can - don't use the atlas exports, just use the normal PDF/png/svg exports that you'd use if you didn't have an a... Nyall Dawson
11:20 AM Feature request #14061 (Closed): Composer: Add an option to export only the preview atlas feature
You can - don't use the atlas exports, just use the normal PDF/png/svg exports that you'd use if you didn't have an a... Nyall Dawson
08:54 AM Feature request #14061 (Closed): Composer: Add an option to export only the preview atlas feature
It'd be nice to be able to choose to export only the previewed atlas feature page(s) and not all the atlas. Harrissou Santanna
10:12 AM Feature request #4702 (Closed): GDAL tools: add gdal2tiles tool
Implemented in #1f22b432b52fa077f9837b9a8b77b9c8d6f84f62 ! Médéric RIBREUX
10:12 AM Feature request #4702 (Closed): GDAL tools: add gdal2tiles tool
Implemented in #1f22b432b52fa077f9837b9a8b77b9c8d6f84f62 ! Médéric RIBREUX
10:12 AM Feature request #4702 (Closed): GDAL tools: add gdal2tiles tool
Implemented in #1f22b432b52fa077f9837b9a8b77b9c8d6f84f62 ! Médéric RIBREUX
10:11 AM Feature request #3331 (Closed): GdalTools: add utilities for MapServer
PR is merged in #1f22b432b52fa077f9837b9a8b77b9c8d6f84f62 ! Médéric RIBREUX
10:11 AM Feature request #3331 (Closed): GdalTools: add utilities for MapServer
PR is merged in #1f22b432b52fa077f9837b9a8b77b9c8d6f84f62 ! Médéric RIBREUX
10:11 AM Feature request #3331 (Closed): GdalTools: add utilities for MapServer
PR is merged in #1f22b432b52fa077f9837b9a8b77b9c8d6f84f62 ! Médéric RIBREUX
10:11 AM Feature request #3331 (Closed): GdalTools: add utilities for MapServer
PR is merged in #1f22b432b52fa077f9837b9a8b77b9c8d6f84f62 ! Médéric RIBREUX
08:57 AM Bug report #14018 (Closed): UNable to create Multiple map outputs on one print composer
closing for lack of feedback, please reopen of necessary. Giovanni Manghi
08:57 AM Bug report #14018 (Closed): UNable to create Multiple map outputs on one print composer
closing for lack of feedback, please reopen of necessary. Giovanni Manghi
08:57 AM Bug report #13395 (Closed): Load style from database
closing for lack of feedback, please reopen of necessary. Giovanni Manghi
08:57 AM Bug report #13395 (Closed): Load style from database
closing for lack of feedback, please reopen of necessary. Giovanni Manghi
08:55 AM Bug report #13151 (Closed): Zonal statistics error: 0-d arrays can't be indexed
closing for lack of feedback, please reopen of necessary. Giovanni Manghi
08:55 AM Bug report #13151 (Closed): Zonal statistics error: 0-d arrays can't be indexed
closing for lack of feedback, please reopen of necessary. Giovanni Manghi
08:55 AM Bug report #11746 (Closed): Vertical lines appear as artifacts when map has lots of layers turned...
closing for lack of feedback, please reopen of necessary. Giovanni Manghi
08:55 AM Bug report #11746 (Closed): Vertical lines appear as artifacts when map has lots of layers turned...
closing for lack of feedback, please reopen of necessary. Giovanni Manghi
08:54 AM Bug report #12892 (Closed): Can't load table from SQL editor in DBManager with 'WHERE' argument
closing for lack of feedback, please reopen of necessary. Giovanni Manghi
08:54 AM Bug report #12892 (Closed): Can't load table from SQL editor in DBManager with 'WHERE' argument
closing for lack of feedback, please reopen of necessary. Giovanni Manghi
08:53 AM Bug report #14009 (Closed): ogr2ogr not compiled with postgres drivers in QGIS v. 2.12
closing for lack of feedback, please reopen of necessary. Giovanni Manghi
08:53 AM Bug report #14009 (Closed): ogr2ogr not compiled with postgres drivers in QGIS v. 2.12
closing for lack of feedback, please reopen of necessary. Giovanni Manghi
08:40 AM Feature request #14060 (Open): Composer: Add an option to select the page to export
Create a multi page composition and "Export as image" this one.
You'll most of the time need to rename some of the g...
Harrissou Santanna
05:40 AM Bug report #14052: Symbol selector dialog: useless advanced "Clip features to canvas extent" option
Got it. Harrissou Santanna
05:36 AM Bug report #14052: Symbol selector dialog: useless advanced "Clip features to canvas extent" option

> Beyond what may be passionate words, *what is the guideline about issue report closure*? I use to close _my own re...
Giovanni Manghi
05:19 AM Bug report #13255: Some WFS data not displayed from LuciadLightspeed WFS server
Robin Houtmeyers wrote:
> Hi, I am reopening this issue since the QGIS WFS requests mentioned in #6 work ok now (this...
Giovanni Manghi
05:19 AM Bug report #13255: Some WFS data not displayed from LuciadLightspeed WFS server
Robin Houtmeyers wrote:
> Hi, I am reopening this issue since the QGIS WFS requests mentioned in #6 work ok now (this...
Giovanni Manghi
05:07 AM Bug report #14056 (Closed): QCA::scanForPlugins()
please ask questions on the users or developers mailing lists. Giovanni Manghi
05:07 AM Bug report #14056 (Closed): QCA::scanForPlugins()
please ask questions on the users or developers mailing lists. Giovanni Manghi
05:07 AM Bug report #13209: area not calculated correctly with OTF on
see also #14057 Giovanni Manghi
05:06 AM Bug report #14057 (Closed): $area bogus value
duplicate of #13209 Giovanni Manghi
05:06 AM Bug report #14057 (Closed): $area bogus value
duplicate of #13209 Giovanni Manghi
05:06 AM Bug report #14059: QGIS Server crash with OTF active and layer without features
No I don't have any evidence. I only checked the mentioned releases. Horst Düster
05:04 AM Bug report #14059 (Feedback): QGIS Server crash with OTF active and layer without features
Do you have any evidence that was not crashing in qgis < 2.8 ? Giovanni Manghi
05:00 AM Bug report #14059 (Closed): QGIS Server crash with OTF active and layer without features
1. open new project
2. add layer with features and CRS definition EPSG:4326
3. remove all features
4. select OTF diff...
Horst Düster
01:02 AM Feature request #14045: Style Manager : Allow selection of multiple symbols at once while groupin...
It sounds good to me.
And +1 for the drag'n drop to the group tree.
Harrissou Santanna

2016-01-05

12:34 AM Bug report #14058 (Closed): editing layers created with DB Manager
I noticed a strange behavior in layers created with DB manager. Tested it in QGIS 2.6.1 and QGIS 2.12.0
In QGIS 2.6....
Mart Reinola
01:31 PM Feature request #14045: Style Manager : Allow selection of multiple symbols at once while groupin...
Hi Harrissou,
I see. I think this dialog is a good example of using "modes":https://en.wikipedia.org/wiki/Mode_(comp...
Sebastian Dietrich
12:45 PM Bug report #10505 (Closed): Labels hidden by histograms
Fixed in master. Now you can set the z-index for labels and diagrams manually to control which will be drawn over the... Nyall Dawson
12:45 PM Bug report #10505 (Closed): Labels hidden by histograms
Fixed in master. Now you can set the z-index for labels and diagrams manually to control which will be drawn over the... Nyall Dawson
12:40 PM Bug report #13809: [Mint, Cinnamon DE] Properties dialog for layers panel is not a floating window
I don't use Linux but "this thread":http://askubuntu.com/questions/109321/popup-dialogs-attached-to-window-title-and-... Sebastian Dietrich
09:03 AM Bug report #14057 (Closed): $area bogus value
I created a snip file using two separate shape files. The resulting layer has approximately 12,000 features. When usi... Marina Mautner
06:08 AM Bug report #14052: Symbol selector dialog: useless advanced "Clip features to canvas extent" option
Jürgen Fischer wrote:
> Harrissou Santanna wrote:
> > there are so many elder bug reports that are worth closing, I t...
Harrissou Santanna
05:46 AM Bug report #14056 (Closed): QCA::scanForPlugins()
in vs2008
run:QCA::scanForPlugins(),software collapse,why?
I come from china, ,my tel:18310143979
houjiangzhen houjiangzhen
05:26 AM Bug report #13255 (Reopened): Some WFS data not displayed from LuciadLightspeed WFS server
Hi, I am reopening this issue since the QGIS WFS requests mentioned in #6 work ok now (this
issue was due to a miscon...
Robin Houtmeyers
05:14 AM Bug report #11307 (Closed): Default transparency for selections not honored
2.13.0-Master
Revision
cbd29e5
*
Fixed*
Dmitry Kravchook
03:53 AM Bug report #14055: Style Manager: Remove or deactivate the Help button
wow... quicky :)
Thanks
Harrissou Santanna
03:41 AM Bug report #14055 (Closed): Style Manager: Remove or deactivate the Help button
Fixed in changeset commit:"17ed9d15fa00aeb305ef0dbee48896665d38b01c". Nyall Dawson
02:25 AM Bug report #14055 (Closed): Style Manager: Remove or deactivate the Help button
Settings menu --> Style Manager
There's a Help button in the dialog that opens an empty dialog.
Should be removed acc...
Harrissou Santanna
03:42 AM Bug report #11864: wfs parsing of decimal value results in QString
I think this can be fixed by adding 'decimal' to the checks in qgswfsprovider?... Roel Huybrechts
03:41 AM Bug report #13888 (Closed): Label display not fit with layer order
Fixed in changeset commit:"5e4c14cd402009037d8d82e8a6d75d495c24d55a". Nyall Dawson
03:41 AM Feature request #13559 (Closed): Make it possible to control rendering order of diagrams
Fixed in changeset commit:"5e4c14cd402009037d8d82e8a6d75d495c24d55a". Nyall Dawson
03:38 AM Bug report #13863 (Reopened): Complex Polygon not displayed on screen if it can not be displayed ...
Not yet fixed Nyall Dawson
02:17 AM Bug report #5602: Identify disabled in WMS for grouped layers
Yes, but it seems to require that every individual layer in the group is queryable. If one layer in not queryable Map... Jukka Rahkonen
01:37 AM Bug report #5602: Identify disabled in WMS for grouped layers
Thanks for the explanation, I agree with you. Only a precisation: if the WMS Client queries the group layer - even if... michele zanolli

2016-01-04

12:44 AM Bug report #5602: Identify disabled in WMS for grouped layers
The reason is that in the GetCapabilities document that Mapserver creates the group layer is not marked as queryable.... Jukka Rahkonen
06:33 AM Bug report #5602 (Reopened): Identify disabled in WMS for grouped layers
Médéric RIBREUX wrote:
> Hello, bug triage...
>
> I can't reproduce it on QGIS 2.13 master on BRGM WMS services on h...
michele zanolli
12:17 AM Bug report #14043 (Closed): feature rendering order not saved, settings lost when re-loading project
Fixed in changeset commit:"614c84f2c681ac8c8262a7130627272e40ac75c7". Anonymous
06:36 PM Bug report #14043: feature rendering order not saved, settings lost when re-loading project
This, https://github.com/qgis/QGIS/pull/2636, fixes the issue. Mathieu Pellerin - nIRV
05:58 PM Bug report #14043: feature rendering order not saved, settings lost when re-loading project
Matthias, ok, it might have to do with the fact that the layer I was testing is a rule-based symbology.
I'm attachin...
Mathieu Pellerin - nIRV
04:58 AM Bug report #14043 (Feedback): feature rendering order not saved, settings lost when re-loading pr...
Can't reproduce with a shapefile and the default symbology apart from the rendering order. Matthias Kuhn
06:31 PM Bug report #14050 (Closed): Style Manager : trying to add a symbol to a not renamed group fails
Fixed in changeset commit:"115cc483dd105be073fe8a6202547c97a9c3380c". Nyall Dawson
06:26 PM Bug report #14049 (Closed): Style Manager : Combining "Group Symbols" and "Apply Group" tools fre...
Fixed in changeset commit:"90eaba9f4f78097b18e48a4d99793fa6a2abbe23". Nyall Dawson
04:52 AM Bug report #14049: Style Manager : Combining "Group Symbols" and "Apply Group" tools freezes the ...
Thanks for working on this Harrissou Santanna
01:31 PM Bug report #14052 (Closed): Symbol selector dialog: useless advanced "Clip features to canvas ext...
Ok, let's close this. It's most definitely a symbol related setting and belongs in the dialog. Here's some extra proo... Nyall Dawson
12:33 PM Bug report #14052: Symbol selector dialog: useless advanced "Clip features to canvas extent" option
Harrissou Santanna wrote:
> there are so many elder bug reports that are worth closing, I think.
Feel free to do so.
Jürgen Fischer
04:57 AM Bug report #14052: Symbol selector dialog: useless advanced "Clip features to canvas extent" option
Harrissou Santanna wrote:
> I still don't understand which feature and which canvas we are talking about at this leve...
Giovanni Manghi
04:50 AM Bug report #14052: Symbol selector dialog: useless advanced "Clip features to canvas extent" option
I still don't understand which feature and which canvas we are talking about at this level of the design (keep in min... Harrissou Santanna
04:22 AM Bug report #14052: Symbol selector dialog: useless advanced "Clip features to canvas extent" option
Harrissou Santanna wrote:
> Having it closed simply like that makes me feel that my report was just felt as noisy and...
Giovanni Manghi
05:22 AM Feature request #4702 (In Progress): GDAL tools: add gdal2tiles tool
Hello, bug triage...
there is [a PR](https://github.com/qgis/QGIS/pull/2633) for this feature request...
Médéric RIBREUX
05:19 AM Feature request #3331 (In Progress): GdalTools: add utilities for MapServer
Hello, bug triage...
there is now "a PR":https://github.com/qgis/QGIS/pull/2633 for this feature request...
Médéric RIBREUX
04:59 AM Feature request #3331 (Feedback): GdalTools: add utilities for MapServer
see https://github.com/qgis/QGIS/pull/2633 Giovanni Manghi
04:59 AM Feature request #3331 (Feedback): GdalTools: add utilities for MapServer
see https://github.com/qgis/QGIS/pull/2633 Giovanni Manghi
04:59 AM Feature request #3331 (Feedback): GdalTools: add utilities for MapServer
see https://github.com/qgis/QGIS/pull/2633 Giovanni Manghi
05:03 AM Bug report #13661 (Closed): Node tool should not allow to delete nodes and leave just 1 in lines ...
Giovanni Manghi
05:01 AM Feature request #12343 (Feedback): Add GRASS v.net* modules to Processing toolbox
Giovanni Manghi
05:00 AM Feature request #12343: Add GRASS v.net* modules to Processing toolbox
see https://github.com/qgis/QGIS/pull/2628 Giovanni Manghi
04:50 AM Bug report #13863 (Closed): Complex Polygon not displayed on screen if it can not be displayed en...
Giovanni Manghi
04:49 AM Bug report #13862 (Closed): Labels are not displayed on Layers with "cut-outs"
Giovanni Manghi

2016-01-03

11:53 PM Bug report #13661: Node tool should not allow to delete nodes and leave just 1 in lines or two in...
https://github.com/qgis/QGIS/pull/2632 provides a fix. Marco Hugentobler
11:31 PM Bug report #13490: PostGIS: Merge drops dataset whereas split retains it
Just for the record:
Until this is fixed in QGIS I implemented the functionality in "Digitizing tools":https://github...
Bernhard Ströbl
12:19 PM Bug report #14049: Style Manager : Combining "Group Symbols" and "Apply Group" tools freezes the ...
See "PR 2629":https://github.com/qgis/QGIS/pull/2629 for a solution. Sebastian Dietrich
11:51 AM Bug report #14049: Style Manager : Combining "Group Symbols" and "Apply Group" tools freezes the ...
You end up in the same frozen state when clicking on another tab while in _grouping mode_. Sebastian Dietrich
09:35 AM Bug report #14052: Symbol selector dialog: useless advanced "Clip features to canvas extent" option
Sorry if I hurt you. I wasn't criticising the work you may have done on the bug tracker. I've no skill to judge it so... Harrissou Santanna
07:33 AM Bug report #14052 (Feedback): Symbol selector dialog: useless advanced "Clip features to canvas e...
Harrissou Santanna wrote:
> Closing a subject while it's being discussed is not fair, Giovanni, and doesn't encourage...
Giovanni Manghi
05:49 AM Bug report #14052: Symbol selector dialog: useless advanced "Clip features to canvas extent" option
Closing a subject while it's being discussed is not fair, Giovanni, and doesn't encourage people to contribute. This ... Harrissou Santanna
05:26 AM Bug report #14052 (Reopened): Symbol selector dialog: useless advanced "Clip features to canvas e...
Nyall Dawson:
> Short answer: this isn't a bug ;)
If by bug you mean "the option fails to do what it's designed for"...
Harrissou Santanna
04:58 AM Bug report #14052 (Closed): Symbol selector dialog: useless advanced "Clip features to canvas ext...
Giovanni Manghi
06:17 AM Feature request #4033 (Open): Map navigation - temporarily change to zoom in / zoom out / pan tool
Médéric RIBREUX
06:16 AM Feature request #4151 (Closed): New Feature: Render (Toggle map rendering) option for every layer...
Hello, bug triage...
closed for lack of feedback and the feature seems to be implemented in QGIS 2.13 master.
Feel ...
Médéric RIBREUX
06:16 AM Feature request #4151 (Closed): New Feature: Render (Toggle map rendering) option for every layer...
Hello, bug triage...
closed for lack of feedback and the feature seems to be implemented in QGIS 2.13 master.
Feel ...
Médéric RIBREUX
06:16 AM Feature request #4151 (Closed): New Feature: Render (Toggle map rendering) option for every layer...
Hello, bug triage...
closed for lack of feedback and the feature seems to be implemented in QGIS 2.13 master.
Feel ...
Médéric RIBREUX
06:14 AM Feature request #4054 (Open): Enhancement: option in the interpolation plugin to set the extent t...
Médéric RIBREUX
06:11 AM Feature request #4346 (Closed): startup tip suggestion
Hello, bug triage...
fixed in commit:88d3b9f
Médéric RIBREUX
06:11 AM Feature request #4346 (Closed): startup tip suggestion
Hello, bug triage...
fixed in commit:88d3b9f
Médéric RIBREUX
06:11 AM Feature request #4346 (Closed): startup tip suggestion
Hello, bug triage...
fixed in commit:88d3b9f
Médéric RIBREUX
05:01 AM Bug report #13061 (Feedback): QGIS crashes on close if data was read through GDAL in Python Console
Leonard Kong wrote:
> This is a blocking issue for me, . . . I have been thinking that this is a gdal problem and I t...
Giovanni Manghi
05:00 AM Feature request #12722 (Feedback): Allow copy/paste of columns between tables also when columns d...

> However I believe it should also work for the scenario where the columns have the same names but are in a differen...
Giovanni Manghi
05:00 AM Feature request #12722 (Feedback): Allow copy/paste of columns between tables also when columns d...

> However I believe it should also work for the scenario where the columns have the same names but are in a differen...
Giovanni Manghi
04:58 AM Bug report #7077 (Feedback): Opening 1.8 project in 1.9 changes shading of raster layers
Giovanni Manghi

2016-01-02

09:58 PM Bug report #14052: Symbol selector dialog: useless advanced "Clip features to canvas extent" option
I think you may be misunderstanding what this setting does. Easiest way to explain is to try turning it on and off wi... Nyall Dawson
06:25 PM Bug report #14052 (Reopened): Symbol selector dialog: useless advanced "Clip features to canvas e...
I'm sorry but I don't understand your answer.
In the Style Manager, we're just building models of symbols, models tha...
Harrissou Santanna
01:33 PM Bug report #14052 (Closed): Symbol selector dialog: useless advanced "Clip features to canvas ext...
That option still applies to a symbol, even in the style manager - it's used to modify the appearance of a centroid o... Nyall Dawson
01:33 PM Bug report #14052 (Closed): Symbol selector dialog: useless advanced "Clip features to canvas ext...
That option still applies to a symbol, even in the style manager - it's used to modify the appearance of a centroid o... Nyall Dawson
04:51 AM Bug report #14052 (Closed): Symbol selector dialog: useless advanced "Clip features to canvas ext...
Open Settings menu --> Style Manager
Activate Line or Fill tab and click Edit or Add button
At the bottom of the symb...
Harrissou Santanna
06:16 PM Feature request #14045: Style Manager : Allow selection of multiple symbols at once while groupin...
Hi Sebastian,
I'm not using any of them :). I was just checking how it works so that I can update the Doc.
And indeed...
Harrissou Santanna
12:49 PM Feature request #14045: Style Manager : Allow selection of multiple symbols at once while groupin...
> It may be interesting to have an option to select many symbols at once (click'n drag, holding a shift or ctrl key).... Sebastian Dietrich
05:37 PM Feature request #14053: Symbol selector dialog: use same terms in the different properties of sym...
Hi Nyall,
I'm on 2.12.0 Trusty Tahr but didn't find anything different when (quickly) check these dialogs in master.
...
Harrissou Santanna
01:17 PM Feature request #14053 (Feedback): Symbol selector dialog: use same terms in the different proper...
Which version does this apply to? Can you give specifics? Nyall Dawson
10:50 AM Feature request #14053 (Closed): Symbol selector dialog: use same terms in the different properti...
While designing a symbol (marker, line or fill), according to the symbol layer type chosen, in its properties:
* "Rot...
Harrissou Santanna
01:50 PM Bug report #13809 (Closed): [Mint, Cinnamon DE] Properties dialog for layers panel is not a float...
This is an issue with Cinnamon, not QGIS. We use modal dialogs like the layer properties window where appropriate. Th... Nyall Dawson
01:50 PM Bug report #13809 (Closed): [Mint, Cinnamon DE] Properties dialog for layers panel is not a float...
This is an issue with Cinnamon, not QGIS. We use modal dialogs like the layer properties window where appropriate. Th... Nyall Dawson
12:53 PM Bug report #7077: Opening 1.8 project in 1.9 changes shading of raster layers
Is this still true for master?
Can you attach an example, e.g. a QGIS-1.8 project with one affected raster layer, in...
Sebastian Dietrich
04:23 AM Bug report #14051 (Closed): Symbol selector dialog: "lock layer's colors" button should have only...
Open the symbol selector dialog,
add new symbol layers to the symbol tree
and try to lock some of them with the "lo...
Harrissou Santanna

2016-01-01

08:21 PM Feature request #12722: Allow copy/paste of columns between tables also when columns do not have ...
There has been an improvement with 2.12 in seeing that pastes work most of the time provided the source table columns... Patrick Dunford
05:48 PM Bug report #14050: Style Manager : trying to add a symbol to a not renamed group fails
See "PR 2627":https://github.com/qgis/QGIS/pull/2627 for a solution. Sebastian Dietrich
11:28 AM Bug report #8997 (Closed): Memory vector layer datasource wrongly written in project
Fixed in changeset commit:"5a42728f3e5b7d49c959dc2a3363d91f411d9b53". Nyall Dawson
05:54 AM Bug report #14032: Changes in "Options/Digitizing/Rubberband/Line color" doesn't change backgroun...
Thanks for new feature - it works better than in arcmap Piotr Kania

2015-12-31

05:58 PM Bug report #14050 (Closed): Style Manager : trying to add a symbol to a not renamed group fails
Open the Settings menu --> Style Manager
Add a new group. Do not rename it.
All attempts to add symbols to this group...
Harrissou Santanna
05:53 PM Bug report #14049 (Closed): Style Manager : Combining "Group Symbols" and "Apply Group" tools fre...
Open Settings menu --> Style Manager
Create a group and rename it
Select the group and then the "Group Symbols" tool ...
Harrissou Santanna
03:44 PM Bug report #13061: QGIS crashes on close if data was read through GDAL in Python Console
This is a blocking issue for me, . . . I have been thinking that this is a gdal problem and I think most people looki... Leonard Kong
02:23 PM Bug report #14048 (Closed): Importing symbols in Style Library doesn't always use the group name ...
When importing symbols into Style library, there's a field to indicate the group to which symbols belong.
* If you en...
Harrissou Santanna
09:41 AM Feature request #14047 (Open): Standardize symbols export process between PNG, SVG and XML formats
From the Style Library you can :
* Export to PNG : export to distinct PNG files the **selected** symbols
* Export to ...
Harrissou Santanna
08:21 AM Feature request #14046 (Closed): Exporting symbol from Style Manager : add a checkbox near each s...
When trying to export symbols from the Style Manager, you have a dialog with all available symbols. You then need to ... Harrissou Santanna
08:19 AM Feature request #14045 (Closed): Style Manager : Allow selection of multiple symbols at once whil...
In Style Manager, when grouping symbols into a group, you get a dialog with symbols and a checkbox associated. This h... Harrissou Santanna

2015-12-30

06:00 PM Bug report #14041: opening the layer properties window can take ages nowadays
Nyall, after your commit:34c9daa, I cannot see a difference in speed between opening a layer properties window for a ... Mathieu Pellerin - nIRV
01:38 PM Bug report #8997: Memory vector layer datasource wrongly written in project
See "PR 2624":https://github.com/qgis/QGIS/pull/2624 for a solution. Sebastian Dietrich
05:29 AM Bug report #6449 (Closed): Big polygon in shapefile not shown in 1.8.0
cleaning the vector (v.clean/st_makevalid/etc.) gives a vector that works as expected. Giovanni Manghi
05:29 AM Bug report #6449 (Closed): Big polygon in shapefile not shown in 1.8.0
cleaning the vector (v.clean/st_makevalid/etc.) gives a vector that works as expected. Giovanni Manghi
05:20 AM Bug report #5875 (Closed): QGIS doesn't use its own GDAL tools and fails if another version of GD...
closing for lack of feedback, please reopen if necessary. Giovanni Manghi
05:20 AM Bug report #5875 (Closed): QGIS doesn't use its own GDAL tools and fails if another version of GD...
closing for lack of feedback, please reopen if necessary. Giovanni Manghi
05:19 AM Bug report #6218 (Closed): Loading styles issue
seems also somehow duplicate of #3775 Giovanni Manghi
05:19 AM Bug report #6218 (Closed): Loading styles issue
seems also somehow duplicate of #3775 Giovanni Manghi
03:43 AM Bug report #6097 (Closed): Getting wrong attribute values from a feature in qgis
closing for the lack of feedback, please reopen if necessary. Giovanni Manghi
03:43 AM Bug report #6097 (Closed): Getting wrong attribute values from a feature in qgis
closing for the lack of feedback, please reopen if necessary. Giovanni Manghi
03:43 AM Bug report #6187 (Closed): Raster disappears when bands change
closing as it seems fixed and for the lack of feedback, please reopen if necessary. Giovanni Manghi
03:43 AM Bug report #6187 (Closed): Raster disappears when bands change
closing as it seems fixed and for the lack of feedback, please reopen if necessary. Giovanni Manghi
03:40 AM Bug report #6375 (Closed): svg and simple symbol mix do not scale the same way
closing as it seems fixed and for the lack of feedback, please reopen if necessary. Giovanni Manghi
03:40 AM Bug report #6375 (Closed): svg and simple symbol mix do not scale the same way
closing as it seems fixed and for the lack of feedback, please reopen if necessary. Giovanni Manghi
03:37 AM Bug report #14044 (Closed): Label rendering problem during zoom in or out
This bug is about rendering features' labels. Tested with QGIS 2.12 on Win7 OS. I added two vector layers (named 1 an... Mehmet Selim BILGIN
02:12 AM Bug report #14038: open graphical modeler models
christian user wrote:
> As a plugin, even core plugin, processing I guess remains untouched when installing a newer v...
Giovanni Manghi

2015-12-29

12:09 AM Bug report #13977 (Closed): QgsVectorFileWriter: bug at saving vector layer to shapefile
As explained, not a bug in QGIS Nyall Dawson
12:09 AM Bug report #13977 (Closed): QgsVectorFileWriter: bug at saving vector layer to shapefile
As explained, not a bug in QGIS Nyall Dawson
07:37 PM Bug report #13977: QgsVectorFileWriter: bug at saving vector layer to shapefile
Simon Chenery wrote:
> Use one of the following filenames to avoid Python escape sequence conversion of \\t to TAB in...
Sebastian Dietrich
06:01 PM Bug report #14043 (Closed): feature rendering order not saved, settings lost when re-loading project
The newly-introduced feature rendering order setttings are not saved in the project file, leading to the settings bei... Mathieu Pellerin - nIRV
05:00 PM Bug report #14041: opening the layer properties window can take ages nowadays
Ok, good to know it isn't just me.
Elevating to blocker since it's an ongoing regression that affects basic operati...
Mathieu Pellerin - nIRV
05:00 PM Bug report #14041: opening the layer properties window can take ages nowadays
Ok, good to know it isn't just me.
Elevating to blocker since it's an ongoing regression that affects basic operati...
Mathieu Pellerin - nIRV
02:41 AM Bug report #14041: opening the layer properties window can take ages nowadays
It's not just you - I'm seeing this too. Nyall Dawson
01:40 AM Bug report #14041 (Closed): opening the layer properties window can take ages nowadays
I've noticed that for some time now, opening the layer properties window can take 4-5 seconds on layers having a larg... Mathieu Pellerin - nIRV
03:50 AM Bug report #14038: open graphical modeler models
That's a good hint. I think this is not stated pretty clearely in the docs. As a plugin, even core plugin, processing... christian user
02:59 AM Bug report #14028 (Open): CurvePolygons not drawn
Nyall Dawson

2015-12-28

12:34 AM Bug report #10756 (Feedback): Minidump on closing QGIS 2.4
Giovanni Manghi
12:33 AM Bug report #10756: Minidump on closing QGIS 2.4
Leonard Kong wrote:
> Hi:
> I'm working on a plugin and am experiencing the exact same issue. I have traced it down ...
Giovanni Manghi
10:37 AM Bug report #10756: Minidump on closing QGIS 2.4
Hi:
I'm working on a plugin and am experiencing the exact same issue. I have traced it down to a gdal call in the my...
Leonard Kong
12:31 AM Bug report #13060 (Closed): Postgresql materialized view doesn't open
zimirrr leonid wrote:
> thx a lot.
> It worked!
>
> But why MV do need to be selected manualy and simple view don't?...
Giovanni Manghi
12:31 AM Bug report #13060 (Closed): Postgresql materialized view doesn't open
zimirrr leonid wrote:
> thx a lot.
> It worked!
>
> But why MV do need to be selected manualy and simple view don't?...
Giovanni Manghi
05:29 AM Bug report #13060: Postgresql materialized view doesn't open
thx a lot.
It worked!
But why MV do need to be selected manualy and simple view don't?
zimirrr leonid
05:19 AM Bug report #13060: Postgresql materialized view doesn't open
zimirrr leonid wrote:
> Sorry, didn't notice that))
> Here is the pic of full dialog
> I can't expand Feature id, the...
Giovanni Manghi
04:22 AM Bug report #13060: Postgresql materialized view doesn't open
Sorry, didn't notice that))
Here is the pic of full dialog
I can't expand Feature id, there is only "Select..."
zimirrr leonid
02:14 AM Bug report #13060: Postgresql materialized view doesn't open
zimirrr leonid wrote:
> i use 'SELECT row_number() over () AS qgisid ' to create unique rowid
>
> i've just tested i...
Giovanni Manghi
01:00 AM Bug report #13060: Postgresql materialized view doesn't open
i use 'SELECT row_number() over () AS qgisid ' to create unique rowid
i've just tested it in version 2.12.0 and that...
zimirrr leonid
01:00 AM Bug report #13060: Postgresql materialized view doesn't open
i use 'SELECT row_number() over () AS qgisid ' to create unique rowid
i've just tested it in version 2.12.0 and that...
zimirrr leonid
12:30 AM Bug report #14039 (Closed): Trouble Installing qgis-plugin-grass, Dependency Issue
Richard Carpenter wrote:
> Jürgen,
>
> I've tried installing it using 'debian-ltr' and 'ubuntugis-ltr', but not at t...
Giovanni Manghi
12:30 AM Bug report #14039 (Closed): Trouble Installing qgis-plugin-grass, Dependency Issue
Richard Carpenter wrote:
> Jürgen,
>
> I've tried installing it using 'debian-ltr' and 'ubuntugis-ltr', but not at t...
Giovanni Manghi
09:09 AM Bug report #14039: Trouble Installing qgis-plugin-grass, Dependency Issue
Jürgen,
I've tried installing it using 'debian-ltr' and 'ubuntugis-ltr', but not at the same time. I comment out th...
Richard Carpenter
08:31 AM Bug report #14039: Trouble Installing qgis-plugin-grass, Dependency Issue
Right. For distributions with GRASS7 there is no grass plugin in 2.8. GRASS7 support in plugin was added in 2.12 - o... Jürgen Fischer
03:12 AM Bug report #14039: Trouble Installing qgis-plugin-grass, Dependency Issue
Jürgen Fischer wrote:
> You might be mixing repositories. You should either have qgis.org/debian-ltr or qgis.org/ubu...
Giovanni Manghi
03:46 PM Bug report #8285 (Closed): Saving styles (qml and sld) doesn't work for CSV layers under Windows
Fixed in changeset commit:"b73785023b408cd5a989c445548e2fa0bb2b9647". Jürgen Fischer
03:29 PM Bug report #8285: Saving styles (qml and sld) doesn't work for CSV layers under Windows
See "PR 2620":https://github.com/qgis/QGIS/pull/2620 for a solution. Sebastian Dietrich
12:48 PM Bug report #13061: QGIS crashes on close if data was read through GDAL in Python Console
I can verify that it still exists with QGIS 2.12. My plugin crashes in exactly the same location. Leonard Kong
10:25 AM Bug report #13963: QGIS greadily allocates memory and crashes when editing moderately large shape...
Karl Kastner wrote:
> On my machine the bug can be reproduced when all plugins are disabled or by temporally moving t...
Giovanni Manghi
08:02 AM Bug report #13963: QGIS greadily allocates memory and crashes when editing moderately large shape...
On my machine the bug can be reproduced when all plugins are disabled or by temporally moving the ~/.qgis2 folder bef... Karl Kastner
06:02 AM Bug report #13963: QGIS greadily allocates memory and crashes when editing moderately large shape...
Sorry for making a false alarm!
It was CadTools, I deinstalled them (and Digitizing Tools to be sure) and now it work...
Hynek Suchy
05:54 AM Bug report #13963: QGIS greadily allocates memory and crashes when editing moderately large shape...
Gerhard Spieles wrote:
> Hi Hynek,
> maybe a problem of installed plugins.
> See #13869
usually in my testing boxes ...
Giovanni Manghi
05:48 AM Bug report #13963: QGIS greadily allocates memory and crashes when editing moderately large shape...
Hi Hynek,
maybe a problem of installed plugins.
See #13869
Gerhard Spieles
05:35 AM Bug report #13963: QGIS greadily allocates memory and crashes when editing moderately large shape...
Jurgen, Nyall, shouldn't this be tagged as blocker? Giovanni Manghi
05:30 AM Bug report #13963: QGIS greadily allocates memory and crashes when editing moderately large shape...
Hello!
I would like to confirm this bug.
I am on Windows Vista 32bits Ultimate, QGIS 2.12.1 Lyon, standalone installe...
Hynek Suchy
05:17 AM Bug report #14038: open graphical modeler models
christian user wrote:
> It's the standard 2.8.5 LTR installation if this is of interest.
> Where can I find the versi...
Giovanni Manghi
04:29 AM Bug report #14038: open graphical modeler models
It's the standard 2.8.5 LTR installation if this is of interest.
Where can I find the version? I can see some stateme...
christian user
05:15 AM Bug report #13919: QGIS server security patch: random crashes and performance regression
Note that all the project I tested with QGIS server use Postgis as data source - if that helps. Andreas Neumann
05:14 AM Bug report #13919: QGIS server security patch: random crashes and performance regression
Hi Stéphane,
I hope you had a good Christmas vacation!
I tested https://github.com/sbrunner/QGIS/commit/6d56cba465b...
Andreas Neumann
04:58 AM Bug report #10636 (Closed): Translation for command description and help in Processing: GRASS and...
Paolo Cavallini
04:27 AM Bug report #7745: Please use grass-doc from local files, not from the web
Apparently not, at least on 2.8.5, see attached. Paolo Cavallini
04:00 AM Bug report #14029: Server crash upon first read of a project
I tried reproducing the issue on another machine with a simple project, activating and deactivating reprojection, and... Paolo Cavallini
03:52 AM Bug report #14008 (Closed): Crash zooming to wide extent
Confirmed, duplicate of #12757 Sandro Santilli
03:52 AM Bug report #14008 (Closed): Crash zooming to wide extent
Confirmed, duplicate of #12757 Sandro Santilli
03:06 AM Bug report #12416 (Open): QGIS 2.8.1 crash opening FileGDB (openGDB-Driver)
Flo Ju wrote:
> As an attachement the GDB-File (zipped) - QGIS 2.8.1 crashes on Win-Server VM and Win7 64Bit when ope...
Giovanni Manghi
01:14 AM Bug report #14024: DB Manager fails copying a LINESTRINGM
Not that I know of. Please check also https://lists.osgeo.org/pipermail/postgis-users/2015-December/041072.html
I'll ...
Paolo Cavallini

2015-12-27

05:21 PM Bug report #14039 (Feedback): Trouble Installing qgis-plugin-grass, Dependency Issue
You might be mixing repositories. You should either have qgis.org/debian-ltr or qgis.org/ubuntugis-ltr, but not both. Jürgen Fischer
05:21 PM Bug report #14039 (Feedback): Trouble Installing qgis-plugin-grass, Dependency Issue
You might be mixing repositories. You should either have qgis.org/debian-ltr or qgis.org/ubuntugis-ltr, but not both. Jürgen Fischer
05:17 PM Bug report #14039 (Closed): Trouble Installing qgis-plugin-grass, Dependency Issue
I'm trying to load QGIS and the additional programs that are recommended to install with it according to QGIS' instal... Richard Carpenter
04:27 PM Bug report #13060: Postgresql materialized view doesn't open
Nicolas Rochard wrote:
> Hello,
>
> - Server Configuration : PostGreSQL 9.3.6 + PostGIS 2.1.5
> - Desktop : QGIS 2.1...
Giovanni Manghi
04:15 PM Bug report #4007 (Closed): Building t2tdoc fails on Windows: 'TEXINPUTS' is not recognized as an ...
ok, reopen if necessary. Giovanni Manghi
04:15 PM Bug report #4007 (Closed): Building t2tdoc fails on Windows: 'TEXINPUTS' is not recognized as an ...
ok, reopen if necessary. Giovanni Manghi
03:07 PM Bug report #4007: Building t2tdoc fails on Windows: 'TEXINPUTS' is not recognized as an internal ...
Ah, sorry. If we don't have someone to reproduce I guess close it.
I don't have a windows build environment at the m...
Alister Hood
02:02 PM Bug report #4007: Building t2tdoc fails on Windows: 'TEXINPUTS' is not recognized as an internal ...
what to do with this ticket? closing? leaving it open? Giovanni Manghi
04:07 PM Bug report #13741: Spatialite moving fields
Jakub Kosik wrote:
> Not same at all - I got mess in fields of single object, not mixed with other objects. Also geom...
Giovanni Manghi
03:59 PM Bug report #13298: Shapefiles corrupting - objects and attributes becoming switched
I also can't replicate the original issue in the description, the one about the mixing/switching attributes.
Please ...
Giovanni Manghi
03:57 PM Bug report #13298: Shapefiles corrupting - objects and attributes becoming switched
Jamie Portman wrote:
> I found the shapefile and object that was having ONE of the issues (not the attributes and obj...
Giovanni Manghi
03:54 PM Bug report #13298: Shapefiles corrupting - objects and attributes becoming switched
Jean-Pierre Vinadia wrote:
> I have quite the same problem with QGIS 2.12.
> I work on a local drive.
> This problem ...
Giovanni Manghi
03:48 PM Bug report #13298: Shapefiles corrupting - objects and attributes becoming switched
Jean-Pierre Vinadia wrote:
> The problem appaers again with an other file. With QGIS 2.12.0
>
> It's really a very v...
Giovanni Manghi
03:14 PM Bug report #12928 (Closed): Using form view to edit data, changes the attribute that uses Date/Ti...
Nhung Seidensticker wrote:
> Hi Giovanni
> My boss is away for another 2 weeks. I need permission. Will provide some ...
Giovanni Manghi
03:14 PM Bug report #12928 (Closed): Using form view to edit data, changes the attribute that uses Date/Ti...
Nhung Seidensticker wrote:
> Hi Giovanni
> My boss is away for another 2 weeks. I need permission. Will provide some ...
Giovanni Manghi
03:11 PM Bug report #12795 (Open): Georeferencer generates incorrect GDAL script when input file is JPG
Giovanni Manghi
02:53 PM Bug report #9598 (Open): problems with adding embed layers/groups
Giovanni Manghi
02:48 PM Bug report #13976 (Closed): Missing strings in translation file
closing for the lack of a clear description (and lack of feedback). Jürgen Fischer
01:13 PM Bug report #13976: Missing strings in translation file
Jürgen Fischer wrote:
> The ts files weren't changed between "2.12.0 and 2.12.1":https://github.com/qgis/QGIS/compare...
Giovanni Manghi
02:42 PM Bug report #10044: OSM Polygons not rendering
this a very detailed report, but very difficult also to try replicate.
Could you test is using a recent release mak...
Giovanni Manghi
02:37 PM Bug report #13608 (Closed): Possible Bug in GEOS when calculating intersection of two polygons wi...
this was caused by a change in the qgis code that left several tools in the vector menu "broken" when the result cont... Giovanni Manghi
02:37 PM Bug report #13608 (Closed): Possible Bug in GEOS when calculating intersection of two polygons wi...
this was caused by a change in the qgis code that left several tools in the vector menu "broken" when the result cont... Giovanni Manghi
02:32 PM Bug report #12066: font marker symbols wrong size in map units
Oskar Karlin wrote:
> From 1:74000 and up (more zoomed out) this behaviour appears. And for some reason it's only one...
Giovanni Manghi
02:00 PM Bug report #12770 (Closed): shapefile gets corrupted after editing
I think that the original report/description is duplicate of #11007, that will be fixed (hopefully) in time for the n... Giovanni Manghi
02:00 PM Bug report #12770 (Closed): shapefile gets corrupted after editing
I think that the original report/description is duplicate of #11007, that will be fixed (hopefully) in time for the n... Giovanni Manghi
01:56 PM Bug report #12770: shapefile gets corrupted after editing
Mohamed Houd wrote:
> I get the same problems when editing a shapefile that was created first under QGIS 2.6 and open...
Giovanni Manghi
01:52 PM Bug report #5321 (Open): Inserting geometries using a WFS-T of ArcGIS Server
Giovanni Manghi
01:41 PM Bug report #12895: QGIS 2.8.1 freezes when saving data
see also #13963 Giovanni Manghi
01:24 PM Bug report #12895: QGIS 2.8.1 freezes when saving data
still an issue on the latest qgis releases?
Can you attach a sample project with data to allow us try replicate the ...
Giovanni Manghi
01:38 PM Bug report #5748 (Closed): QgsRasterLayer::setDrawingStyle() doesn't work
closing for lack of feedback, please reopen if necessary. Giovanni Manghi
01:38 PM Bug report #5748 (Closed): QgsRasterLayer::setDrawingStyle() doesn't work
closing for lack of feedback, please reopen if necessary. Giovanni Manghi
01:20 PM Bug report #10322: Scalebar bug in print composer
can anyone say if this is still an issue in the latest releases?
If yes, can anyone attach a project with layouts *an...
Giovanni Manghi
01:19 PM Bug report #4001 (Closed): addJoinedFeatureAttributes converts join value in substring to string ...
Médéric RIBREUX wrote:
> Hello, bug triage...
>
> is it still true for QGIS 2.13 (master) ? The code has been heavil...
Giovanni Manghi
01:19 PM Bug report #4001 (Closed): addJoinedFeatureAttributes converts join value in substring to string ...
Médéric RIBREUX wrote:
> Hello, bug triage...
>
> is it still true for QGIS 2.13 (master) ? The code has been heavil...
Giovanni Manghi
01:16 PM Bug report #6369 (Open): vsizip - relative paths not used & can't update path in "missing layers"...
Giovanni Manghi
01:14 PM Bug report #12774 (Closed): Attribute table only show first 99 rows from SQL Server views
Giovanni Manghi
01:12 PM Bug report #13490 (Open): PostGIS: Merge drops dataset whereas split retains it
Giovanni Manghi
01:08 PM Feature request #8387 (Open): Warn users when saving projects that contain memory/scratch layers
Giovanni Manghi
01:03 PM Bug report #13835 (Closed): Shapefiles with EPSG 2926 and 2927 Washington State Plane North and S...
clifford snow wrote:
> Typically I don't see authority parameters in .prj files. For example below is an ogrinfo repo...
Giovanni Manghi
01:03 PM Bug report #13835 (Closed): Shapefiles with EPSG 2926 and 2927 Washington State Plane North and S...
clifford snow wrote:
> Typically I don't see authority parameters in .prj files. For example below is an ogrinfo repo...
Giovanni Manghi
12:59 PM Bug report #12171 (Open): Processing Refactor fields: can't change an "int" field to "double" wit...
Still true on master, please change the category if it is a QGIS issue rather than a Processing one. Giovanni Manghi
12:01 PM Feature request #13814 (Open): Processing: use sqlite/spatialite as intermediate format
Giovanni Manghi
11:10 AM Bug report #14038: open graphical modeler models
Please let us know which Processing version (not same as QGIS version!) you are using.
I can only confirm that the m...
Anita Graser
09:32 AM Bug report #14038: open graphical modeler models
System is Win7 64bit on both machines.
I tried different QGIS versions on both machines to make it work(same version,...
christian user
04:19 AM Bug report #14038 (Feedback): open graphical modeler models
Are you copying the model between the same OS?
The different systems are using the *same* Processing version?
Can y...
Giovanni Manghi
04:19 AM Bug report #14038 (Feedback): open graphical modeler models
Are you copying the model between the same OS?
The different systems are using the *same* Processing version?
Can y...
Giovanni Manghi
02:42 AM Bug report #14038 (Closed): open graphical modeler models
Hi there I'm trying to open models I saved on another system. Unfortunately QGIS refuses to open the models. Opening ... christian user
07:57 AM Bug report #10042: QGIS 2.2 randomly crashing when panning a project with lots of data
Just a note that multithreading was integrated in 2.4 so it can't affect version 2.2 Martin Dobias
05:12 AM Bug report #11596: SVG markers have black border when exported as svg through print composer
what is the status of this issue? Giovanni Manghi
05:07 AM Bug report #11390 (Open): Attribute table in map composer : set column width to automatic is not ...
Giovanni Manghi
04:59 AM Bug report #13278: Qgis crash saving postgis layer
Jürgen Fischer wrote:
> Anibal Alarcon Acosta wrote:
> > When the restore is full the problem is the same. I can give...
Giovanni Manghi
04:21 AM Bug report #12373 (Open): exporting 3D Postgis layer to shapefile loses the Z value
see also #14006 Giovanni Manghi
04:21 AM Bug report #12373 (Open): exporting 3D Postgis layer to shapefile loses the Z value
see also #14006 Giovanni Manghi
04:20 AM Bug report #14006: Can't export layers from Postgis tables with Z component geometries
is this a regression also compared to #12373 ? Giovanni Manghi
04:11 AM Bug report #11622 (Closed): Crash with new feature selecting a polygon between some layers with r...
there was an issue (causing a crash) with the right click identify on map canvas, but this was solved around the time... Giovanni Manghi
04:11 AM Bug report #11622 (Closed): Crash with new feature selecting a polygon between some layers with r...
there was an issue (causing a crash) with the right click identify on map canvas, but this was solved around the time... Giovanni Manghi
04:08 AM Bug report #5851 (Closed): WMS projection from EPSG:4326 to EPSG:900913 cut part of the layer
yes, seems fixed in master (while is still not ok on 2.8.5). Giovanni Manghi
04:08 AM Bug report #5851 (Closed): WMS projection from EPSG:4326 to EPSG:900913 cut part of the layer
yes, seems fixed in master (while is still not ok on 2.8.5). Giovanni Manghi
03:59 AM Bug report #14037 (Open): frequent crash when editing data in relation forms (standard relation f...
Giovanni Manghi
03:56 AM Bug report #13977 (Feedback): QgsVectorFileWriter: bug at saving vector layer to shapefile
Giovanni Manghi
02:23 AM Bug report #10794 (Reopened): Processing: Lines disappearing in Modeler
sorry but still not fixed, at least in Versions 2.8.5 LTR, 2.12.1 christian user
02:23 AM Bug report #10794 (Reopened): Processing: Lines disappearing in Modeler
sorry but still not fixed, at least in Versions 2.8.5 LTR, 2.12.1 christian user

2015-12-26

12:57 AM Bug report #14028: CurvePolygons not drawn
QGIS 2.12.2 works. zicke -
 

Also available in: Atom