NationalSecurityAgency / qgis-shapetools-plugin

Shape Tools creates geodesic shapes and includes a number of geodesic tools for QGIS including the XY to Line tool, geodesic densify tool, geodesic line break, geodesic measure tool, geodesic measurement layer, geodesic scale, rotate and translate tool, and digitize points at an azimuth & distance tools.
GNU General Public License v2.0
154 stars 68 forks source link

Improvement suggestion: Observe QGIS settings for preferred distance units #43

Closed beyhh closed 2 years ago

beyhh commented 2 years ago

The shape tools are really great and I don't want to miss them, especially the geodesic measure tool which should actually be a QGIS standard and not part of a Plugin, but anyway...

The only thing I would suggest is that the measure tool uses the preferred distance unit settings from the QGIS options (Map Tools section) when starting up. Currently, the unit is set to Kilometers by default and I always have to manually select the unit I want.

Other than that, a really great plugin!!! 👍

hamiltoncj commented 2 years ago

@beyhh I'm glad you like the plugin. This is a very easy change so I updated Shape Tools to version 3.4.3 and made the unit setting persistent so that it will always be what it was last set to.

beyhh commented 2 years ago

That's also a good solution and much appreciated. Thank you for the quick response.