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

Bug: Invalid blade geometry freezes QGIS for MultiPolygon Features #22

Closed andywicht closed 7 years ago

andywicht commented 7 years ago

In case an invalid blade geometry is digitised (no closed part available to cut from the original geometry) when the selected feature is of type "MultiPolygon" (does not matter if there actually are parts or not), QGIS will freeze irrecoverably.

invalid_blade_geom

This can for example happen when a user accidentally hits the right mouse button while digitising a blade geometry.

Can not reproduce this behaviour with geometry type "Polygon". In that case the action is simply cancelled. This behaviour is desirable to be implemented for MultiPolygon features as well.

QGIS Version: 2.18.9

bstroebl commented 7 years ago

New Version of the plugin is available on QGIS' plugin site