Hello, I'm getting this error when I try to create a survey for drilling. Can you help me solve the problem?
Version QGİS 4.0.3
AttributeError: 'NoneType' object has no attribute 'crs'
Traceback (most recent call last):
File "C:\Users/yasemin/AppData/Roaming/QGIS/QGIS4\profiles\default/python/plugins\geoscience\DrillManager.py", line 119, in onDesurveyHole
self.desurveyHole()
File "C:\Users/yasemin/AppData/Roaming/QGIS/QGIS4\profiles\default/python/plugins\geoscience\DrillManager.py", line 1163, in desurveyHole
self.writeVectorLayerFromMemory(collar3D, self.createCollarFilename(), self.collarLayer.crs())
File "C:\Users/yasemin/AppData/Roaming/QGIS/QGIS4\profiles\default/python/plugins\geoscience\DrillManager.py", line 1187, in writeVectorLayerFromMemory
options.destCRS = self.desurveyLayer.crs()
^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'crs'
Hello, I'm getting this error when I try to create a survey for drilling. Can you help me solve the problem?
Version QGİS 4.0.3
AttributeError: 'NoneType' object has no attribute 'crs'
Traceback (most recent call last):
File "C:\Users/yasemin/AppData/Roaming/QGIS/QGIS4\profiles\default/python/plugins\geoscience\DrillManager.py", line 119, in onDesurveyHole
self.desurveyHole()
File "C:\Users/yasemin/AppData/Roaming/QGIS/QGIS4\profiles\default/python/plugins\geoscience\DrillManager.py", line 1163, in desurveyHole
self.writeVectorLayerFromMemory(collar3D, self.createCollarFilename(), self.collarLayer.crs())
File "C:\Users/yasemin/AppData/Roaming/QGIS/QGIS4\profiles\default/python/plugins\geoscience\DrillManager.py", line 1187, in writeVectorLayerFromMemory
options.destCRS = self.desurveyLayer.crs()
^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'crs'