Re: [Qgis-developer] Identify crash

2014-12-10 Thread Radim Blazek
Solved by make clean, sorry for the noise. Thanks Radim On Wed, Dec 10, 2014 at 8:04 AM, Denis Rouzaud denis.rouz...@gmail.com wrote: I'm not Can you give more details to reproduce? On 09.12.2014 20:10, Radim Blazek wrote: I am getting immediate crash with current master when

Re: [Qgis-developer] Python Oracle getFeatures non working on non-geometric tables

2014-12-10 Thread mederic.ribreux
Hello, I've been further this morning... You just need to build a QgsFeatureRequest which grabs the NoGeometry features. layer = QgsMapLayerRegistry.instance().mapLayersByName('MY_ATTRIBUTE_TABLE')[0] for f in layer.getFeatures(QgsFeatureRequest().setFlags(QgsFeatureRequest.NoGeometry)):

Re: [Qgis-developer] [Qgis-user] How load Postgis layer from command line?

2014-12-10 Thread Germán Carrillo
Exactly Richard, that would be the expected behaviour. Regards, Germán 2014-12-10 4:37 GMT-05:00 Richard Duivenvoorde rdmaili...@duif.net: On 10-12-14 10:11, Uggla Henrik wrote: In Linux it is very easy to setup a ramdisk for fast temporal file storage. --help really gives the

[Qgis-developer] Problems with refresh canvas after upgrade to 2.6

2014-12-10 Thread Luca Mandolesi
Hi, someone knows why the method self.iface.mapCanvas().refresh() doesn't work properly after QGis upgrade to 2.6? I've lost some changelog? Best regards Luca ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org

Re: [Qgis-developer] Problems with refresh canvas after upgrade to 2.6

2014-12-10 Thread Sandro Santilli
On Wed, Dec 10, 2014 at 06:03:07PM +0100, Luca Mandolesi wrote: Hi, someone knows why the method self.iface.mapCanvas().refresh() doesn't work properly after QGis upgrade to 2.6? I've lost some changelog? What do you mean by properly ? --strk; () ASCII ribbon campaign -- Keep it simple !

Re: [Qgis-developer] Problems with refresh canvas after upgrade to 2.6

2014-12-10 Thread Martin Dobias
Hi Luca On Thu, Dec 11, 2014 at 12:03 AM, Luca Mandolesi mandol...@gmail.com wrote: Hi, someone knows why the method self.iface.mapCanvas().refresh() doesn't work properly after QGis upgrade to 2.6? I've lost some changelog? Upgrade from what version? In QGIS 2.4 there were some changes:

Re: [Qgis-developer] Problems with refresh canvas after upgrade to 2.6

2014-12-10 Thread Luca Mandolesi
Sorry, you're right. The canvas has not been refreshed. I need every time to do it manually with the refresh button. ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] Problems with refresh canvas after upgrade to 2.6

2014-12-10 Thread Luca Mandolesi
2014-12-10 18:41 GMT+01:00 Martin Dobias wonder...@gmail.com: Hi Luca On Thu, Dec 11, 2014 at 12:03 AM, Luca Mandolesi mandol...@gmail.com wrote: Hi, someone knows why the method self.iface.mapCanvas().refresh() doesn't work properly after QGis upgrade to 2.6? I've lost some changelog?

Re: [Qgis-developer] Error : cannot connect to X server on Ubuntu

2014-12-10 Thread devquestio...@gmail.com
Yeah, I am trying to use headless application. I was able to overcome the earlier error, but now i am stuck with a new error message. QPixmap: Cannot create a QPixmap when no GUI is being used QPixmap: Cannot create a QPixmap when no GUI is being used QPixmap: Cannot create a QPixmap when no GUI

Re: [Qgis-developer] Error : cannot connect to X server on Ubuntu

2014-12-10 Thread Matthias Kuhn
The tests run on a headless server with xvfb. So I assume that doing anything with xvfb-run python yourapp.py and no messing with display should work perfectly as well. On 12/10/2014 08:50 PM, devquestio...@gmail.com wrote: Yeah, I am trying to use headless application. I was able to overcome

Re: [Qgis-developer] Error : cannot connect to X server on Ubuntu

2014-12-10 Thread Matthias Kuhn
I have never run a processing model standalone, so I cannot help there. I don't know how closely tied this is to GUI related things. It may or may not work without X. But if you have to create a QgsApplication which is a QApplication I am pretty sure that you need to have some kind of X running.

[Qgis-developer] Documentation for QGIS server

2014-12-10 Thread Daniel Scholten
Dear QGIS developers, I want to use QGIS-Server to * create a WMS and a WFS, * perform some GIS analysis on-the-fly within my interactive online map to dynamically create new layers and * enable users of my online map to manipulate some stored geodata. I found some documentation [1,2,3,4,5],