[Qgis-developer] Alternative opensource LiDAR las/laz library?

2015-06-06 Thread ardi
Hi! I'd like to add LiDAR file import support to a tool I'm writing, but the laslib and laszip libraries are LGPL, which is an issue for me because I target OSs where dynamic libraries are not always possible. Do you know of any MIT (or similar) licensed lib capable of reading LiDAR 1.3 files in

Re: [Qgis-developer] Alternative opensource LiDAR las/laz library?

2015-06-06 Thread Martin Isenburg
The LASzip library has a static linking exception as posted here: http://groups.google.com/d/topic/lastools/Bs9YBXzXXcg/discussion On Jun 6, 2015 9:56 PM, ardi ardillasdelmo...@gmail.com wrote: Hi! I'd like to add LiDAR file import support to a tool I'm writing, but the laslib and laszip

[Qgis-developer] [Qgis-user] GetFeatureInfo Filter not work on Shape File

2015-06-06 Thread Walter Lorenzetti
Hi list, I'm using qgis-server 2.8.2 on Ubuntu 14.04 with qgis-web-client, but i have a problem on GetFeatureInfo call with Filter parameter on a shape file in my project, I obtain zero results. If a try with same layer but inside PostgreSql, every things work. Someone have an idea about

Re: [Qgis-developer] error during compiling [libproj.so]

2015-06-06 Thread Werner Macho
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi! Did you try a make clean in between? How is the Makefile produced? cmake ? ccmake? Can you take a look where PROJ_INCLUDE_DIR and PROJ_LIBRARY point to? Where on your system is libproj.so.0 located? regards Werner On 06/06/15 11:03, Matteo

[Qgis-developer] Using the mailing list - How To Ask Questions The Smart Way

2015-06-06 Thread Lene Fischer
Hi, As a part of lectures at our university, I show the students and lecturere the mailing lists. Mailing lists are run by volunteers for free (You and Me ☺) and we all use our time to read and answer questions. Or read and learn. Our way of taking part of the Open Source community. It is a

[Qgis-developer] error during compiling [libproj.so]

2015-06-06 Thread Matteo Ghetta
Hi guys, again I have some trouble when compiling qgis. This is the output: make[2]: *** No rule to make target '/usr/lib/libproj.so', needed by 'output/lib/libqgis_core.so.2.9.0'. Stop. CMakeFiles/Makefile2:1116: recipe for target 'src/core/CMakeFiles/qgis_core.dir/all' failed make[1]: ***

Re: [Qgis-developer] error during compiling [libproj.so]

2015-06-06 Thread Sebastiaan Couwenberg
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 06/06/2015 11:12 AM, Werner Macho wrote: Where on your system is libproj.so.0 located? He runs Debian testing, which ships proj 4.9.1 (libproj.so.9) since a few weeks. With the update to 4.9.1 the library moved to Multi-Arch directories, so:

Re: [Qgis-developer] error during compiling [libproj.so]

2015-06-06 Thread Matteo Ghetta
Hi Sebastiaan, thanks! So, in simple words, I can delete the QGIS git cloned directory, re-clone it, create a new build directory and run a new ccmake. Right?! Cheers Matteo 2015-06-06 11:33 GMT+02:00 Sebastiaan Couwenberg sebas...@xs4all.nl: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512

Re: [Qgis-developer] error during compiling [libproj.so]

2015-06-06 Thread Matteo Ghetta
Hi Sebastiaan, thanks for your help. I checked and I have libproj9 already installed. So what exacly should I do? Should I re-run ccmake in order to have another list of all the paths? Thanks! Matteo 2015-06-06 11:25 GMT+02:00 Sebastiaan Couwenberg sebas...@xs4all.nl: -BEGIN PGP SIGNED

Re: [Qgis-developer] error during compiling [libproj.so]

2015-06-06 Thread Werner Macho
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi! No need to delete the cloned QGIS repository - just clean the build directory .. (or remove the build directory and create it again) That should be enough to help you getting started again... regards Werner On 06/06/15 11:39, Matteo Ghetta

Re: [Qgis-developer] Persist plugin GUI dialog settings

2015-06-06 Thread Tom Chadwin
Thanks, Richard. That would work perfectly, but my UI is mostly QTreeWidgetItem elements. Apparently, those don't emit valueChanged signals, so I can't use your code (unless I've got that wrong). I therefore either have to find some other signal I can hook into, or save the settings at some

Re: [Qgis-developer] error during compiling [libproj.so]

2015-06-06 Thread Sebastiaan Couwenberg
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 06/06/2015 11:30 AM, Matteo Ghetta wrote: So what exacly should I do? Should I re-run ccmake in order to have another list of all the paths? Throw away your old build directory, recreate it and run `cmake ..` from inside it. Kind Regards,

Re: [Qgis-developer] error during compiling [libproj.so]

2015-06-06 Thread Matteo Ghetta
Hi Werner, thanks for the answer! yep, I made a make clean, this is the small bash script I use to compile: #!/bin/bash cd ~/lavori/QGIS-master git checkout master git pull cd build make clean make I also tried to add the nightly repository and install the master version from there but I get

Re: [Qgis-developer] error during compiling [libproj.so]

2015-06-06 Thread Matteo Ghetta
Ok i ll try it and let you know! Thanks!! Il giorno 06/giu/2015 11.42, Werner Macho werner.ma...@gmail.com ha scritto: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi! No need to delete the cloned QGIS repository - just clean the build directory .. (or remove the build directory and

[Qgis-developer] Drag n drop on OS X

2015-06-06 Thread Stefan Ziegler
Hi I'm running into this issue: https://hub.qgis.org/issues/11399 Could this be a solution? https://bugreports.qt.io/browse/QTBUG-40449 Since 2.10 is coming soon, it would be great to have a solution. I'm using QGIS master on Yosemite built with homebrew. best regards Stefan

Re: [Qgis-developer] Drag n drop on OS X

2015-06-06 Thread Nyall Dawson
On 7 Jun 2015 7:13 am, Stefan Ziegler stefan.ziegler...@gmail.com wrote: Hi I'm running into this issue: https://hub.qgis.org/issues/11399 Could this be a solution? https://bugreports.qt.io/browse/QTBUG-40449 Since 2.10 is coming soon, it would be great to have a solution. I'm using QGIS

Re: [Qgis-developer] Drag n drop on OS X

2015-06-06 Thread Stefan Ziegler
Thanks for looking into it! Stefan Sent from my iPhone On 07 Jun 2015, at 00:07, Nyall Dawson nyall.daw...@gmail.com wrote: On 7 Jun 2015 7:13 am, Stefan Ziegler stefan.ziegler...@gmail.com wrote: Hi I'm running into this issue: https://hub.qgis.org/issues/11399 Could this be

[Qgis-developer] How to ship help with a plugin which adds algs to Processing?

2015-06-06 Thread Anita Graser
Hi, I'm wondering how I can ship help for the algorithms which my plugin adds to Processing. Currently, the help tab only displays: The requested URL /testing/en/docs/user_manual/xxx/xxx.html was not found on this server. Is there a way to ship my help with the plugin or does it have to be