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

"Split Features" tool does not honor topological editing #33

Closed andywicht closed 5 years ago

andywicht commented 6 years ago

Hi Bernhard,

when splitting a feature in order to merge the split off part to an adjacent feature, the necessary vertex for clean merging is not inserted into the adjacent polygon after/while splitting. The QGIS core tool does honor the topological editing settings and inserts a vertex in the adjacent feature.

split_1 Example

split_2 split one part using one existing vertex

split_3 vertex missing in adjacent polygon

split_4 desired result

Greetings