ol2 icon indicating copy to clipboard operation
ol2 copied to clipboard

Modify Feature BySegment. Edition doesn't continue after a vertex is deleted

Open miguelbelem opened this issue 11 years ago • 1 comments

Some kind of vertex index refresh is needed when one of them is deleted.

miguelbelem avatar Oct 27 '14 00:10 miguelbelem

We're seeing this problem too. Basically BySegment doesn't handle vertex deletion.

It seems like BySegment needs to override handleKeypress. Although perhaps the vertex deletion code in that method should be factored out into a more focussed method (in case other key handlers are added in the future).

dr-jts avatar Mar 10 '15 04:03 dr-jts