[QGIS-Developer] Explicit policy re bug fixing responsibilities after new features

2020-03-09 Thread Nyall Dawson
Hi list, I'm after feedback on whether or not others think an explicit policy/contract regarding bug fixing responsibilities for new features is a good idea or not. I would like to see something like this added to the developer guidelines: "Following any new feature development, it is the

[QGIS-Developer] Changelog (english) in website, plz check

2020-03-09 Thread Richard Duivenvoorde
Hi, Changelog for 3.14 added to website: https://qgis.org/en/site/forusers/visualchangelog312 Plz check. If all ok I'll push strings to transifex within a couple of days. Thanks for everyone involved in creating the items, AND Kartoza people for fixing the rst export! Regards, Richard

Re: [QGIS-Developer] Update layer styling panel using Python

2020-03-09 Thread Anita Graser
The open doc issue ticket also relates to the layer styling panel https://github.com/qgis/QGIS-Documentation/issues/2071 It references an old blog post by Nathan which has meanwhile moved to https://woostuff.wordpress.com/2016/06/29/qgis-style-dock-part-2-plugin-panels/. This post illustrates how

Re: [QGIS-Developer] repo for old-ltr?

2020-03-09 Thread Jürgen E . Fischer
Hi Etienne, On Mon, 09. Mar 2020 at 11:38:12 +0100, Etienne Trimaille wrote: > We have the same issue as last year for us. > Is-there a repository for QGIS 3.4? No. Jürgen -- Jürgen E. Fischer norBIT GmbH Tel. +49-4931-918175-31 Dipl.-Inf. (FH) Rheinstraße

Re: [QGIS-Developer] Creation error for Spatialite layer

2020-03-09 Thread Alessandro Pasotti
Hi, already reported and fixed (and backported): https://github.com/qgis/QGIS/issues/34932 See also: https://github.com/qgis/QGIS/issues/34932 On Mon, Mar 9, 2020 at 11:10 AM Bo Victor Thomsen < bo.victor.thom...@gmail.com> wrote: > Hi list - > > I've stumbled into a severe - possible

Re: [QGIS-Developer] repo for old-ltr?

2020-03-09 Thread Etienne Trimaille
Hi, We have the same issue as last year for us. Is-there a repository for QGIS 3.4? Similar to: http://qgis.org/debian-ltr-2.18/ http://qgis.org/ubuntugis-ltr-2.18/ for QGIS 2.18. Thanks Le lun. 25 févr. 2019 à 16:50, Paolo Cavallini a écrit : > Thanks a lot Jürgen. > > On 25/02/19 16:39,

[QGIS-Developer] Creation error for Spatialite layer

2020-03-09 Thread Bo Victor Thomsen
Hi list - I've stumbled into a severe - possible regression - error trying to crate a Spatialite layer with an  autoincrementing id field. Steps to recreate error: 1. Create a spatialite layer in QGIS 2. Check the "Create a autoincrementing primary key" checkbox (Which correctly create a

Re: [QGIS-Developer] GeoPDF not available with GDAL 3.0.4

2020-03-09 Thread matteo
Hi, that's the strange thing, my output looks exactly like your: > gdalinfo --formats | grep -i pdf > > doesn't read like  > >  PDF -raster,vector- (rw+vs): Geospatial PDF matteo@debian:~$ gdalinfo --formats | grep -i pdf PDF -raster,vector- (rw+vs): Geospatial PDF this is becoming really

Re: [QGIS-Developer] GeoPDF not available with GDAL 3.0.4

2020-03-09 Thread Andreas Neumann
Hi Matteo, if the output of gdalinfo --formats | grep -i pdf doesn't read like PDF -raster,vector- (rw+vs): Geospatial PDF then yes, you'd need to compile GDAL/OGR yourself. Andreas On 2020-03-09 10:57, matteo wrote: I compiled it with poppler ./configure --with-python=python3

Re: [QGIS-Developer] GeoPDF not available with GDAL 3.0.4

2020-03-09 Thread matteo
> I compiled it with poppler > > ./configure --with-python=python3 --with-proj=/usr/local --with-pg=yes > --with-poppler so gdal should be manually compiled to enable geopdf? Cheers Matteo ___ QGIS-Developer mailing list

Re: [QGIS-Developer] GeoPDF not available with GDAL 3.0.4

2020-03-09 Thread Andreas Neumann
Thanks Jorge, Yes, I remember that. You'd have to make sure that the output from gdalinfo --formats | grep -i pdf reads PDF -raster,vector- (rw+vs): Geospatial PDF Otherwise it Geospatial PDF is not enabled in GDAL. I compiled it with poppler ./configure --with-python=python3

Re: [QGIS-Developer] GeoPDF not available with GDAL 3.0.4

2020-03-09 Thread matteo
Hi Jorge, > My gdalinfo returns: > > gdalinfo --formats | grep -i pdf > PDF -raster,vector- (rw+vs): Geospatial PDF > > Can you check your's gdalinfo --formats output? same for me matteo@debian:~$ gdalinfo --formats | grep -i pdf PDF -raster,vector- (rw+vs): Geospatial PDF > Did you

Re: [QGIS-Developer] GeoPDF not available with GDAL 3.0.4

2020-03-09 Thread Jorge Gustavo Rocha
Hi Matteo, My gdalinfo returns: gdalinfo --formats | grep -i pdf PDF -raster,vector- (rw+vs): Geospatial PDF Can you check your's gdalinfo --formats output? Did you compile it? I compile gdal myself and I use the option: --with-pdfium=/usr/local To compile PDFium, use Even's receipt: git

Re: [QGIS-Developer] GeoPDF not available with GDAL 3.0.4

2020-03-09 Thread Andreas Neumann
Hi, Strange. I also compiled against GDAL/OGR 3.04 - and it is not greyed out. However, I have an older QGIS version and an older qt version (5.9.5) than you. Not sure if that matters. Andreas On 2020-03-09 09:32, matteo wrote: Hi Andreas, In the QGIS About dialogue - does it also

Re: [QGIS-Developer] GeoPDF not available with GDAL 3.0.4

2020-03-09 Thread matteo
Hi Andreas, > In the QGIS About dialogue - does it also say that QGIS was built with > GDAL 3.0.4? > > Just to make sure that there aren't multiple GDAL versions on your > system and QGIS could be linked against an older version? yep: QGIS version 3.13.0-Master QGIS code revision 0f229208a7

Re: [QGIS-Developer] GeoPDF not available with GDAL 3.0.4

2020-03-09 Thread Andreas Neumann
Hi Matteo, In the QGIS About dialogue - does it also say that QGIS was built with GDAL 3.0.4? Just to make sure that there aren't multiple GDAL versions on your system and QGIS could be linked against an older version? Andreas On 2020-03-09 09:20, matteo wrote: Hi all, I've complied

[QGIS-Developer] GeoPDF not available with GDAL 3.0.4

2020-03-09 Thread matteo
Hi all, I've complied QGIS against GDAL 3.0.4 but when I try to export a geopdf it is still greyed out saying: GeoPDF creating requires GDAL version 3.0 or later this is the output of the terminal: matteo@debian:~/dev/build-qgis$ gdal-config --version 3.0.4 some suggestions? Thanks Matteo