Skip to content
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

Open
comradgek opened this issue Sep 23, 2013 · 5 comments
Open

Capture orthogonal lines/polygons do not works #3

comradgek opened this issue Sep 23, 2013 · 5 comments

Comments

@comradgek
Copy link

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

@mloeks
Copy link

mloeks commented Sep 23, 2013

should be fixed in version 0.6.1 after pull request has been merged!

@kalxas
Copy link
Member

kalxas commented Sep 24, 2013

The pull request is now merged.
Lets confirm this is fixed and close the issue, after 0.6.1 release.

@mloeks
Copy link

mloeks commented Sep 24, 2013

Thanks a lot for merging, Angelos!
Please release a new version and ask Stefan for uploading it into the official QGIS repo.
Then of course this issue can be closed.
-m

@snickish
Copy link

0.6.1 not working in Qgis 2.0.1 Windows 7 Ultimate
All three 'capture' options greyed out plus 'modify circular arc'
crashes Qgis

@pcav
Copy link

pcav commented Apr 29, 2014

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants