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

User info suggestion #52

Closed andre-kotze closed 8 months ago

andre-kotze commented 8 months ago

Great plugin. I have tried to use Geodesic Densify on line layers with geometry type LineStringZ. The fact that it doesn't work is no issue at all, but it only says "{} of {} features failed to process correctly" and outputs an empty polygon layer. I think it would be better with a more informative error message...

hamiltoncj commented 8 months ago

@andre-kotze I have fixed that problem and released a new version; however, the output layer will either be a LineString, MultiLineString, Polygon, or MultiPolygon layer. I am not retaining the Z or M values because I don't think it makes sense to interpolate them.

andre-kotze commented 8 months ago

Thanks! And I totally agree.