<div dir="ltr">I added two new Shape Tools (<a href="https://plugins.qgis.org/plugins/shapetools/">https://plugins.qgis.org/plugins/shapetools/</a>) processing algorithms. Shape Tools has a number of geodesic shapes that can be generated from a point vector layer using parameters from the processing dialog box or from the vector layer's attribute table. What Shape Tools has lacked is the ability to click on a location and generate a shape at that location.<div><br></div><div>I am testing out the capability of doing this from a processing algorithm using QgsProcessingParameterPoint. I would like your reaction to this capability. Is it worth doing this for the other primitive shapes?</div><div><br></div><div>The two new algorithms draw a concentric band or donut shape about the clicked canvas point. I also added a processing algorithm to generate N number of concentric circles with optional radial lines. This is somewhat similar to the ArcGIS "Generate Range Rings" function. Here is an example image:</div><div><br></div><div><a href="https://drive.google.com/file/d/1a_-iFiOaHG9ucHx2rsdcCb0L3i3qO5mv/view?usp=drive_link">https://drive.google.com/file/d/1a_-iFiOaHG9ucHx2rsdcCb0L3i3qO5mv/view?usp=drive_link</a><br></div><div><br></div><div>Let me know what you think about these kinds of algorithms.</div><div><br></div><div>Thanks,</div><div>Calvin</div></div>