We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b38be6f commit 7d4d9abCopy full SHA for 7d4d9ab
python/plugins/MetaSearch/dialogs/maindialog.py
@@ -551,7 +551,7 @@ def record_clicked(self):
551
points = bbox_to_polygon(record.bbox)
552
if points is not None:
553
src = QgsCoordinateReferenceSystem(4326)
554
- dst = self.map.mapRenderer().destinationCrs()
+ dst = self.map.mapSettings().destinationCrs()
555
geom = QgsGeometry.fromPolygon(points)
556
if src.postgisSrid() != dst.postgisSrid():
557
ctr = QgsCoordinateTransform(src, dst)
0 commit comments