Re: [Qgis-developer] Misaligned Google OpenLayers layer

2013-04-07 Thread Leyan
A little hack to get it working correctly in your area: You can change the level of maximum zoom by editing line 24 of .qgis/python/plugins/openlayers/html/google_satellite.html The basic file says: { type: google.maps.MapTypeId.SATELLITE, numZoomLevels: 22 } I had to change to: {

[Qgis-developer] Status of Plugins to load PostGIS Raster and MBTiles directly?

2013-04-07 Thread Stefan Keller
Hi, What is the status of plugins 1. to load PostGIS Raster and 2. to load MBTiles directly into QGIS as (raster) layer? Yours, Stefan ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org

Re: [Qgis-developer] Status of Plugins to load PostGIS Raster and MBTiles directly?

2013-04-07 Thread Stefan Keller
On 2013/4/7 I wrote What is the status of plugins 1. to load PostGIS Raster and 2. to load MBTiles directly into QGIS as (raster) layer? To be more specific: I really mean loading PostGIS Raster and MBTiles directly, w/o trick using GDAL (GdalTools?) and configuring .VRT by hand before. For

Re: [Qgis-developer] Status of Plugins to load PostGIS Raster and MBTiles directly?

2013-04-07 Thread Even Rouault
Le dimanche 07 avril 2013 21:26:00, Stefan Keller a écrit : On 2013/4/7 I wrote What is the status of plugins 1. to load PostGIS Raster and 2. to load MBTiles directly into QGIS as (raster) layer? To be more specific: I really mean loading PostGIS Raster and MBTiles directly, w/o

Re: [Qgis-developer] Status of Plugins to load PostGIS Raster and MBTiles directly?

2013-04-07 Thread Stefan Keller
Hi Even Thanks for the hint! Of you really mean by open mbtiles files directly as any other GDAL rasters being able to access files with postfix .mbtiles (not by postfix .VRT) - that's what I mean. Remains the issue for loading PostGIS Raster: When I try to load a Add a Postgis Raster Layer

[Qgis-developer] Select by Location tool and other things

2013-04-07 Thread Antonio Locandro
I was using the select by location tool today and here are my thoughts. 1st. Once it finishes the selection it gives the result in the status bar of QGIS, I think if it is succesful it should close the current window and show a pop up XX/XXX features selected, and during the performing of the

Re: [Qgis-developer] How do we deal with duplicate functionality in Select by Location and Spatial Query Plugin?

2013-04-07 Thread skampus
just yesterday i needed a spatial query but i realize that none of existing plugin or core function have the possibility to apply a buffer for selection. i discovered a plugin called not properly query by example that lets to apply a buffer (http://hub.qgis.org/projects/richie). at the moment,

Re: [Qgis-developer] Select by Location tool and other things

2013-04-07 Thread Pedro Venâncio
Hi, The 1st point was already reported as a regression on this ticket: http://hub.qgis.org/issues/7528 . I dont know if I should report this as a separated ticket. What do you think? Pedro From: Antonio Locandro I was using the select by location

[Qgis-developer] Old symbology removed in master

2013-04-07 Thread Martin Dobias
Hi just a quick note that old symbology API has been removed: QgsRenderer (+ implementations), QgsSymbol and few others are gone. Projects using old symbology still can be loaded and old symbology will be automatically converted to new symbology (just in memory, so if you do not save the project

Re: [Qgis-developer] Select by Location tool and other things

2013-04-07 Thread Antonio Locandro
I think they are different, although have some similarities. I don't know what the right approach about reporting would be but I guess I was hoping someone in the developer list would check this out ___

Re: [Qgis-developer] Old symbology removed in master

2013-04-07 Thread Antonio Locandro
I would say remove all deprecated things and just move forward and have cleaner better code ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/qgis-developer