I have a layer with polygons and one with points at every vertices of polygon ( so I can label them with a number). I want to create a point at every new or modified vertex with virtual layer.
At the moment I use extract vertices and copy the new ones in point layer but I would like to do this automatically when a new polygon is created or modified.
Also if it is possible to generate only vertices that doesn't have a feature in point layer ( new vertices).
Is is possible to do this in Virtual Layer ?
node_to_points(geometry) works but generates one feature with multiple points.
