[Qgis-developer] road graph crashes qgis for spatialite layers

2011-01-31 Thread Paolo Cavallini
Got this: qgis.bin[30608]: segfault at 1 ip 7f2446ffc4ec sp 7fff9b3ede60 error 6 in libspatialiteprovider.so[7f2446feb000+1f000] All the best. -- http://www.faunalia.it/pc ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org

[Qgis-developer] file browser plugin

2011-01-31 Thread Giovanni Manghi
Hi all, I would like to thank Nathan Woodrow for his very useful file browser plugin! Nathan, it will support also rasters? I noticed also that under Windows the folders are ordered alphabetically while under linux it seems random. Other features that would be great to have (and that maybe you

Re: [Qgis-developer] file browser plugin

2011-01-31 Thread Nathan Woodrow
Thanks for the feedback Giovanni. Glad you liked it. Support for rasters should be pretty easy to add, I'll see if I can add something tonight or tomorrow. Yeah I didn't notice the sorting difference until I installed it on windows to test today. I think I will just sort the list before I add

Re: [Qgis-developer] road graph crashes qgis for spatialite layers

2011-01-31 Thread Sergey Yakushev
https://trac.osgeo.org/qgis/changeset/15110 Mon, 31 Jan 2011 10:46:44 +0100 письмо от Paolo Cavallini cavall...@faunalia.it: Got this: qgis.bin[30608]: segfault at 1 ip 7f2446ffc4ec sp 7fff9b3ede60 error 6 in libspatialiteprovider.so[7f2446feb000+1f000] All the best. --

Re: [Qgis-developer] Re : Debugging_bug_#2219

2011-01-31 Thread Martin Dobias
Hi Sunil On Mon, Jan 31, 2011 at 12:41 PM, sunilraj.kiran sunilraj.ki...@kcubeconsulting.com wrote: I am working on the new bug http://trac.osgeo.org/qgis/ticket/2219 . I have a doubt regarding this bug that is, While creating a GPX layer, Can the user has privilege to move

Re: [Qgis-developer] road graph crashes qgis for spatialite layers

2011-01-31 Thread Paolo Cavallini
Il giorno lun, 31/01/2011 alle 13.49 +0300, Sergey Yakushev ha scritto: https://trac.osgeo.org/qgis/changeset/15110 confirmed, no crash now. Thanks. -- http://www.faunalia.it/pc ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org

[Qgis-developer] road graph export

2011-01-31 Thread Paolo Cavallini
Hi all. If I export the shortest path to a new temporary layer, it is saved to EPSG:4326 - WGS 84 instead of current project projection. I think this is suboptimal. Moreover, visually the path does not seem the shortest (but I have to do more formal testing). Finally, when saving the image, the

[Qgis-developer] add WMS layer

2011-01-31 Thread Paolo Cavallini
Hi all. I have seen that the recent rearrangement of vector loading button has included WMS among the vectors. I think this is inappropriate. I suggest moving it to a load raster button, or put it together with WFS in a load web services button. In the first case, WFS could appropriately be moved

Re: [Qgis-developer] add WMS layer

2011-01-31 Thread Ivan Mincik
On Mon, Jan 31, 2011 at 4:22 PM, Paolo Cavallini cavall...@faunalia.it wrote: Hi all. I have seen that the recent rearrangement of vector loading button has included WMS among the vectors. I think this is inappropriate. I suggest moving it to a load raster button, or put it together with WFS

[Qgis-developer] Known problems with QGIS

2011-01-31 Thread Agustin Lobo
Hi all, After an intensive use of QGIS 1.6 (binary installations on linux, MAC and windows), I've found the following problems to be of particular operational concern: 1. Histogram tool for raster layers: I think it only works right for Unsigned Byte images, for sure it is wrong if negative

[Qgis-developer] Problems using QgsVectorLayer::selectedFeatures()

2011-01-31 Thread Federico J . Fernández
Hi List, I'm developing an application using the QGIS API. At this point, I need to replicate the QGIS functionality for merging features in a given layer. I copied some parts of the code from qgisapp.cpp, but I have some problems. In short, I receive an abort from the compiler when the method

Re: [Qgis-developer] file browser plugin

2011-01-31 Thread Nathan Woodrow
Hi All, I have now added raster support for my file browser plugin, should be upgradeable in the plugin installer as 1.2. I have given it limited testing, as I don't have a lot of raster files to test it with. If you find any bugs don't hesitate to let me know. - Nathan 2011/2/1 Giovanni