[Qgis-developer] qgis server / xvfb on ubuntu xenial

2016-09-17 Thread Otto Dassau
Hi, I have a problem using xvfb with qgis server on ubuntu xenial: * QGIS server 2.16 on trusty with xvfb 2:1.15.1 works well as described by Alessandro: http://www.itopen.it/qgis-server-setup-notes/ . We use it to render HTML in GetPrint. * QGIS server 2.16 on xenial with xvfb 2:1.18.3

[Qgis-developer] best way to provide a python lib to both plugin and processing?

2016-09-17 Thread Richard Duivenvoorde
Hi, I have a python plugin in which one of the core functions is to retrieve some data via a custom protocol. Let's call this a 'data-provider'. It could be handy if we could also use that data-provider in a processing script or model. So Question: how to distribute/create a python library

Re: [Qgis-developer] Warning - shapefile corruption on 2.16/master and how to recover

2016-09-17 Thread Jeff McKenna
On 2016-09-16 10:48 PM, Randal Hale wrote: I just ran a test Randy, can you try with the osm-lands shapefile that I linked to in my message? I'm curious how it works on other systems. This problem could just be on Windows it sounds like.

Re: [Qgis-developer] [Qgis-user] Qgis nightly - stuck in loading "Add raster" dialog

2016-09-17 Thread Richard Duivenvoorde
Whee, Thanks Mathieu for pinging me! YES this fixes my laptop (for master)! I was getting mad of the fan which kept blowing... @Nyall: can this also be cherry picked to master_2 ? It's not in it yet?: https://github.com/qgis/QGIS/blob/master_2/src/gui/qgsfilterlineedit.cpp#L53 Regards,