Are you wanting to edit the geometry programatically or allow a user to modify the feature through direct manipulation? If the latter case then you can use the ModifyFeature control. There's an example on the OpenLayers website here: http://openlayers.org/dev/examples/modify-feature.html
Cheers Adam On Fri, Aug 13, 2010 at 6:04 AM, ulao <[email protected]> wrote: > > I was wondering if there was any way to edit a point in an Geometry object > without redrawing it? I used OpenLayers.Geometry.LineString to create my > object and see I can use getVertices but there is no set? > > -- > View this message in context: > http://osgeo-org.1803224.n2.nabble.com/edit-points-in-Geometry-of-a-vector-tp5417230p5417230.html > Sent from the OpenLayers Users mailing list archive at Nabble.com. > _______________________________________________ > Users mailing list > [email protected] > http://openlayers.org/mailman/listinfo/users > _______________________________________________ Users mailing list [email protected] http://openlayers.org/mailman/listinfo/users
