Re: [Qgis-user] SRTM-plug-in?

2015-11-19 Thread Alex M
On 11/18/2015 10:21 PM, Paolo Cavallini wrote: > Il 18/11/2015 19:44, Alex M ha scritto: >> On 11/18/2015 06:14 AM, Bernd Vogelgesang wrote: >>> Hi, >>> there once was a plug-in in the repository, that downloaded SRTM-DEM > >> Did the plugin do 30m or 90m SRTM? > > Hi all, > agreed, it would be g

Re: [Qgis-user] QGIS Segmentation fault

2015-11-19 Thread Blumentrath, Stefan
Hi again, I actually deleted the build directory before I built again with Debug. Now I freshly cloned the code, created build directory git clone -b release-2_12 --single-branch https://github.com/qgis/QGIS.git QGIS_2_12 cd QGIS_2_12 mkdir qgis-2.12 cd qgis-2.12/ ccmake .. #There in the CMAKE_

Re: [Qgis-user] QGIS Segmentation fault

2015-11-19 Thread Matthias Kuhn
In cmake gui is the right choice, the env variable is ignored. Maybe you have to "make clean" before running "make" again? It seems that there are no debug symbols available yet. And once they are available, it seems that there's still an issue with X of which I am not sure if it brings the applica

Re: [Qgis-user] QGIS Segmentation fault

2015-11-19 Thread Blumentrath, Stefan
Yes I did. Now I also tried export CMAKE_BUILD_TYPE=Debug Befor running (earlier I specified Debug in the cmake gui): ccmake .. make gdb ./output/bin/qgis Cheers Stefan -Original Message- From: Qgis-user [mailto:qgis-user-boun...@lists.osgeo.org] On Behalf Of Matthias Kuhn Sent: 19. no

Re: [Qgis-user] TimeManager question

2015-11-19 Thread Neumann, Andreas
> What about : > > Coalesce (animation_datetime(), now()) > > Does that work? So I tested COALESCE(animation_datetime(), now()) - and it doesn't work for two reasons: - for layers that are not under time manager control, animation_datetime() doesn't return NULL, but returns as invalid exp