Skip to content
Snippets Groups Projects
Commit 4fbccc5a authored by A Nilsen's avatar A Nilsen
Browse files

Update get_nib.py

parent c0c71f64
Branches
No related tags found
No related merge requests found
......@@ -591,8 +591,8 @@ class getnib:
self.iface.messageBar().pushMessage("Error", "Layer is missing crs", level=Qgis.Critical, duration=3)
layers = [] # Empty layers to get a fresh start when rerunning the plugin
return # Return from (end) plugin
# Get the extent of the active layer (coordinates in file or layer crs)
# Get the extent of the active layer (coordinates in file or layer crs)
xmin = e.xMinimum()
xmax = e.xMaximum()
ymin = e.yMinimum()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment