nextgis / quickmapservices

QGIS plugin to find and add map services to a project in one click
http://plugins.qgis.org/plugins/quick_map_services/
GNU General Public License v2.0
170 stars 49 forks source link

Quick Map Services fails on QGis 2.17 #107

Closed Komzpa closed 3 years ago

Komzpa commented 8 years ago
Traceback (most recent call last):
              File "/home/kom/.qgis-dev//python/plugins/quick_map_services/py_tiled_layer/tilelayer.py", line 316, in draw
                self.drawTilesOnTheFly(renderContext, self.tiles)
              File "/home/kom/.qgis-dev//python/plugins/quick_map_services/py_tiled_layer/tilelayer.py", line 410, in drawTilesOnTheFly
                canvas_ds.SetProjection(str(transform.destCRS().toWkt()))
            AttributeError: 'QgsCoordinateTransform' object has no attribute 'destCRS'
514ckw4r3 commented 3 years ago

@Komzpa, Is this issue still relevant? I checked this issue on QGIS 2.16 and it didn't reproduce.

Komzpa commented 3 years ago

It's been 5 years and a major version change.