Bug #5626
Union and Symetrical difference tools do not work if input layers are PostGIS data
| Status: | Closed | Start Date: | 05/23/2012 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assigned to: | - | % Done: | 0% |
|
| Category: | fTools | |||
| Target version: | Version 1.8.0 | |||
| Platform: | Patch supplied: | No | ||
| Platform version: | Affected version: | master | ||
| Status info: | Causes crash or corruption: | No | ||
| Resolution: | fixed |
Description
Subject says it all!
testing data:
SRID=4326;POLYGON((0 0,0 2,1 2,1 1,2 1,2 2,3 2,3 1,4 1,4 2,5 2,5 0,0 0)) SRID=4326;POLYGON((0 2,0 5,5 5,5 2,4 1,1 1,0 2))
History
Updated by Alexander Bruy about 1 year ago
I add some database related fixes. Unfortunately, currently I have no access to PostGIS DB and can't test. Please check if problem still exists after f998a44a31
Updated by Giovanni Manghi about 1 year ago
Alexander Bruy wrote:
I add some database related fixes. Unfortunately, currently I have no access to PostGIS DB and can't test. Please check if problem still exists after f998a44a31
I can give you one Alex, i will send you the access credentials privately
Updated by Adam Hirsch about 1 year ago
I'm also seeing a hang trying to run Symmetric Difference or Union on two Vector layers in a regular project, no PostGIS involved. (that I know of, anyhow; I'm new to QGIS)
OSX 10.7, QGIS 1.7.4
Updated by Alexander Bruy about 1 year ago
Adam Hirsch wrote:
I'm also seeing a hang trying to run Symmetric Difference or Union on two Vector layers in a regular project, no PostGIS involved. (that I know of, anyhow; I'm new to QGIS)
Can you try with latest development version? There are several fixes in this tools in last few days.
Updated by Alexander Bruy about 1 year ago
- Status changed from New to Closed
- Resolution set to fixed
Just tested using attached sample data with PostGIS and SpatiaLite: both tools works. Please reopen if necessary
Updated by Salvatore Larosa about 1 year ago
Thanks! Everything works fine!