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:
    { type: google.maps.MapTypeId.SATELLITE, numZoomLevels: 20 }
and the plugin will not try to get images at higher resolution (which are not available anyway). Jut try several values to see what zoom level is adapted to your study area.

Still, I would love to see a real solution to the problem.

Regards,

Leyan


On 04/04/2013 02:19 PM, Janneke van Dijk wrote:
Does anyone know of a workaround? Matt Boyd suggested saving images and loading them for these specific zoomlevels - could anyone tell me how to go about that (and is it allowed under the Google terms)?

Janneke

On 04/04/2013 00:07, AntonioLocandro wrote:
I confirm this on latest QGIS master + windows 7, also confirm it doesn't
happen with bing





--
View this message in context: http://osgeo-org.1560.n6.nabble.com/Misaligned-Google-OpenLayers-layer-tp5039475p5044414.html Sent from the Quantum GIS - Developer mailing list archive at Nabble.com.
_______________________________________________
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


_______________________________________________
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer



_______________________________________________
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer

Reply via email to