Friday, 12 July 2019

How to create polygons with straight lines and right angles in QGIS?


When creating a polygon, how do I do it so that the lines are straight (90, 0 degrees, etc.) and when I create corners they can be right angles? For instance, how do I create a perfect square or rectangle?



Answer



For QGIS 3: See ahmadhanb's answer.




Original answer:


Check the CadTools plugin. It offers orthogonal line tools. Here's what the help says:



enter image description here


No comments:

Post a Comment

arcpy - Changing output name when exporting data driven pages to JPG?

Is there a way to save the output JPG, changing the output file name to the page name, instead of page number? I mean changing the script fo...