Skip to content
Snippets Groups Projects
Commit d6d1f4fe authored by Benjamin Jakimow's avatar Benjamin Jakimow
Browse files

removed some debug printouts

parent 09852285
No related branches found
No related tags found
No related merge requests found
......@@ -63,11 +63,11 @@ class RectangleMapTool(QgsMapToolEmitPoint):
def canvasReleaseEvent(self, e):
self.isEmittingPoint = False
wkt = self.canvas.mapSettings().destinationCrs().toWkt()
r = self.rectangle()
if r is not None:
print("Rectangle:", r.xMinimum(), r.yMinimum(), r.xMaximum(), r.yMaximum())
self.reset()
wkt = self.canvas.mapSettings().destinationCrs().toWkt()
if wkt:
self.rectangleDrawed.emit(r, wkt)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment