Re: [Qgis-developer] Where are the points?

2012-12-06 Thread Tim Sutton
Hi On Thu, Dec 6, 2012 at 8:47 AM, Justin Hubbard jus...@pyrotechsoftware.comwrote: Hi I am using QGis 1.8. The code I am using is identical to the code in the cookbook. I have also tried doing this in the console. Same result. When I create a new shapefile layer and add the points as

Re: [Qgis-developer] Where are the points?

2012-12-06 Thread Pēteris Brūns
Hi, try to open your Spatialite db and add layer without plugin. If then also are missing some geometries can be problems with your Spatialite database indexes. Regards, On 2012.12.06. 10:22, Tim Sutton wrote: Hi On Thu, Dec 6, 2012 at 8:47 AM, Justin Hubbard jus...@pyrotechsoftware.com

[Qgis-developer] QgsRunProcess: forwarding the finished() signal?

2012-12-06 Thread Rafael Varela Pet
Hi all, I think that it would be useful if QgsRunProcess::processExit() [1] forwards the finished() signal [2] sent by QProcess, so a plugin that runs an external process could detect when the process exits. Should I file an enhancement request or there's already a method to achieve this? [1]

Re: [Qgis-developer] Where are the points?

2012-12-06 Thread Justin Hubbard
Hi. When I load the layer outside of the plugin I get the same problem. If there is a problem with the database indexes, how would I rectify this? On Thu, Dec 6, 2012 at 10:36 AM, Pēteris Brūns p...@sungis.lv wrote: Hi, try to open your Spatialite db and add layer without plugin. If then

Re: [Qgis-developer] Where are the points?

2012-12-06 Thread Pēteris Brūns
Hi, simplest way is to reindex, if that does not work delete existing and create a new. See in spatialite deocumentation http://www.gaia-gis.it/gaia-sins/spatialite-tutorial-2.3.1.html#t8 and here http://www.gaia-gis.it/spatialite-3.0.0-BETA/spatialite-cookbook/html/rtree.html And check if

Re: [Qgis-developer] Change transparency with new symbology - segmentation fault

2012-12-06 Thread Giuseppe Sucameli
Hi Pedro, On Thu, Dec 6, 2012 at 2:43 AM, Giuseppe Sucameli sucam...@faunalia.it wrote: there's already a ticket [1], but I've fixed it right now :) unfortunately the problem is still there, I fixed it only partially: when I haven't got the segfault opening the transparency (and also color)

Re: [Qgis-developer] Update to the SpatiaLite provider - ( Mac OS X nighty build)

2012-12-06 Thread William Kyngesburye
Oh, poking around while working on the spatialite 4 build - the upcoming GDAL 1.10 has updates for spatialite 4. This means I should wait for the GDAL 1.10 release before updating my SQLite framework for spatialite 4. This would also make the rebuild of everything else a lot simpler for me