ol2
ol2 copied to clipboard
ModifyFeature bySegment: Unable to modify some segments
To reproduce the problem:
Using: http://openlayers.org/dev/examples/modify-feature-bysegment.html
- Select the feature and drag a real point,
- then hover with the mouse over the two segments of the dragged vertex.
- Oops! can only be edit one of the two segments.
I was able to reproduce, thanks for catching this @jorix
Is there a fix for this issue?
I have noticed another problem.
Contrary to the normal modifyFeature control where you just have to hover a vertex and press delete key to delete a vertex, with the bySegment feature, you have to click on a vertex to be able to delete it. That is not a problem, but after deleting a vertex, you cannot modify the feature anymore. You have to deselect it and select it again to continue to modify it.
I'm having the same (after deleting a vertex) problem as @DemarsM. Any fix on this one?