When using the modify feature functionality of OpenLayers, I get the option to move the individual vertices around.
But I also get a set of virtual vertices - each vertex located on the edge between the original vertices. The virtual vertices allow me to kind of locally subdivide the existing polygon.

I can see that this feature is neat, but in many situations I don't want the user to be able to do local subdivision of the polygon - I want to maintain the original set of vertices while allowing the user to change the position of each of the vertices.
Is that possible with the existing OpenLayers controls?
