Is there any way to edit coordinates of the point manually? I want to edit a point just like I create:
var point = new OpenLayers.Geometry.Point(newX,newY);
var point_ft = new OpenLayers.Feature.Vector(point, null, null);
warstwaRysowania.addFeatures(point_ft);
Can I do it similar to this example? If yes please tell me how. I want to work on the existing feature.