-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Capture orthogonal lines/polygons do not works #3
Comments
should be fixed in version 0.6.1 after pull request has been merged! |
The pull request is now merged. |
Thanks a lot for merging, Angelos! |
0.6.1 not working in Qgis 2.0.1 Windows 7 Ultimate |
I confirm that the tool is still not always working (on some machines it does, on some others it does not, with no obvious pattern). This might be due to different general options, or maybe to a negative interaction with other plugins? |
Capture orthogonal lines/polygons function works incorrect. In polygonal layer it draws lines and in line layer it draws points (vertexes). When you trying to complete object creation the error appears.
Traceback (most recent call last):
File "C:\Users\aborodul/.qgis2/python/plugins\cadtools\tools\orthogonaldigitizer.py", line 89, in canvasPressEvent
self.createFeature()
File "C:\Users\aborodul/.qgis2/python/plugins\cadtools\tools\orthogonaldigitizer.py", line 126, in createFeature
layerEPSG = layer.srs().epsg()
AttributeError: 'QgsVectorLayer' object has no attribute 'srs'
Версия Python:
2.7.4 (default, Apr 6 2013, 19:54:46) [MSC v.1500 32 bit (Intel)]
Версия:
2.0.1-Dufour Dufour, exported
The text was updated successfully, but these errors were encountered: