[Qgis-developer] Re: addFeatures without knowing new feature's id, bug?

2012-01-17 Thread 3nids
Hi Giuseppe, Hi Jürgen, Thanks for the reply, everything is fine! So, thanks for the fix Jürgen! Btw, is there a way of knowing the ID of a written feature? As I want to modify it once it is written, I am doing a select to look for my feature. When using the max+1 solution, it was ok, as I knew

[Qgis-developer] Re: Problem with Postgis 2.0 Views and picking (info-tool)

2012-01-17 Thread 3nids
Hi Andreas, I have similar problems, but with Postgis 1.5. I posted last week on qgis and postgis users: http://old.nabble.com/MultiPoint-to-CircularString-to-LineString-td33132890.html In my case, I noticed thaht when building a geometry, you have to enforce the SRID in it, with EWKT for example

Re: [Qgis-developer] Problem with Postgis 2.0 Views and picking (info-tool)

2012-01-17 Thread Denis Rouzaud
Hi Andreas, I have similar problems, but with Postgis 1.5. I posted last week on qgis and postgis users: http://old.nabble.com/MultiPoint-to-CircularString-to-LineString-td33132890.html In my case, I noticed thaht when building a geometry, you have to enforce the SRID in it, with EWKT for exa

Re: [Qgis-developer] Problem with Postgis 2.0 Views and picking (info-tool)

2012-01-17 Thread Sandro Santilli
On Wed, Jan 18, 2012 at 12:07:46AM +0100, Andreas Neumann wrote: > Any idea what could be wrong here? Currently I only have a Postgis 2.0 > database available, so I can't test with Postgis 1.5 at the same time. > Maybe with a virtual machine ... You don't need a virtual machine. PostGIS 2.0 and 1

[Qgis-developer] Problem with Postgis 2.0 Views and picking (info-tool)

2012-01-17 Thread Andreas Neumann
Hi, I recently experimented again with Postgis 2.0 again. I noticed while loading the Views works fine, that I cannot pick an object with the info tools. It works fine with regular tables, but fails for views. Here is the error message I get in the log: --- Fetching from curs

Re: [Qgis-developer] addFeatures without knowing new feature's id, bug?

2012-01-17 Thread Giuseppe Sucameli
Hi Denis, On Tue, Jan 17, 2012 at 7:20 AM, Denis Rouzaud wrote: > If you have any clue, it's great! I'm a little bit lost. few minutes ago Jef fixed it in changeset 70288272f752... Now calling the addFeature method w/o set the value for the pk field in the attributeMap, the postgres provider us

Re: [Qgis-developer] QGIS-server watermark

2012-01-17 Thread Paolo Cavallini
Il 17/01/2012 15:37, Marco Hugentobler ha scritto: Hi Paolo Plugins cannot be used in QGIS server. The way to go is to modify the image before it is sent back to the client. ok, so it's a new function to be developed, right? All the best, and thanks. -- Paolo Cavallini - Faunalia www.faunali

Re: [Qgis-developer] QGIS-server watermark

2012-01-17 Thread Marco Hugentobler
Hi Paolo Plugins cannot be used in QGIS server. The way to go is to modify the image before it is sent back to the client. Regards, Marco On 17.01.2012 14:31, Paolo Cavallini wrote: Hi all. Is it possible to add a watermark to the maps produced by QGIS-server? Will the watermark plugin work

[Qgis-developer] QGIS-server watermark

2012-01-17 Thread Paolo Cavallini
Hi all. Is it possible to add a watermark to the maps produced by QGIS-server? Will the watermark plugin work, or there are better solutions? Thanks. -- Paolo Cavallini - Faunalia www.faunalia.eu Full contact details at www.faunalia.eu/pc ___ Qgis-deve

Re: [Qgis-developer] Raster resampling

2012-01-17 Thread Marco Hugentobler
Hi Radim >Have you considered a possibility to pass resampling to a driver in >case it supports resampling? At least GDAL supports resampling, >currently used GDALRasterIO does not, GDALWarp does. GDALWarp was >slow with reprojection, I don't know if resampling is better. The problem here is tha

[Qgis-developer] Problem with libgeos: where to repport?

2012-01-17 Thread Agustin Lobo
HI! I have the following error at upgrading the binary of libgeos-c1 and libgeos-dev (I understand that from the ubuntugis unstable repo), I think it is a problem with the building of the binary, but do not find where to repport this problem. If anybody could let me know or perhaps a person related

[Qgis-developer] cannot call QgsVectorDataProvider.changeGeometryValues() from python

2012-01-17 Thread Denis Rouzaud
Hi, I tried to call changeGeometryValues from a plugin without any success. I tried with a dictionnary, a list and a set. changeGeometryValues is expecting a QgsGeometryMap. As I undestrood, there is no equivalent for QMap in python, and I should use a dict...but I get this error: TypeError:

Re: [Qgis-developer] Complicate the plugin situation

2012-01-17 Thread Martin Dobias
Hi Alessandro thanks for the summary! > Discussion topics > -- > > Numbers refer to the items above. > > 1.1 - Recently, I've read about having another plugin home page on > Redmine plugin subproject, what's the purpose of having another > plugins list  on hub.qgis.org whe

Re: [Qgis-developer] Complicate the plugin situation

2012-01-17 Thread Paolo Cavallini
Il 17/01/2012 10:01, Alessandro Pasotti ha scritto: after the latest discussions on this list and on the tracker the plugin situations has never been so confused. Agreed. 1.1 - Recently, I've read about having another plugin home page on Redmine plugin subproject, what's the purpose of havin

[Qgis-developer] Re: broken package when updating QGIS in synaptic

2012-01-17 Thread 3nids
I managed to rebuild QGIS by unchecking ubuntugis-unstable and debian-nightly in my sources. I don't know if it is my fault to have more than needed sources or if this is a sources conflict. Sorry for disturbing, maybe it helps for the sources. Greetings, Denis -- View this message in context:

[Qgis-developer] Complicate the plugin situation

2012-01-17 Thread Alessandro Pasotti
Hi, after the latest discussions on this list and on the tracker the plugin situations has never been so confused. This is a long email, please take a long breath and read it :) I've been working on the new Plugin repository since the Lisbon meeting, and I wish to summarize my (very personal) vi