bstroebl / DigitizingTools

A QGIS plugin, that subsumes different tools useful during digitizing sessions
GNU General Public License v2.0
22 stars 9 forks source link

Customizable angle snapping intervals #59

Closed beyhh closed 2 years ago

beyhh commented 2 years ago

I love the snapping to common angles feature but unfortunately, the smallest interval is 5°. Would it be possible to allow the user to create custom intervals? I my case, I would frequently require a 1° interval and sometimes even a 0.5° interval. Could this be achieved by manipulating a .py file somewhere?

bstroebl commented 2 years ago

This is the bug tracker for the DigitizingTools plugin; requests for improvements of QGIS' core features should be addressed to the QGIS bug tracker. I doubt you can achieve this by manipulating Python files as core is coded in C++. Sorry that I cannot offer more help.

beyhh commented 2 years ago

Ok, thanks for the feedback. I obviously confused the Digitizing Tools Plugin (hence my hope for manipulating a py file) with the QGIS built-in Advanced Digitizing tools functionality.