when drawing make sure the point follow the cursor, even after zooming in or out, p=jorix, r=me (closes #3195)

git-svn-id: http://svn.openlayers.org/trunk/openlayers@11836 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Éric Lemoine
2011-03-31 11:35:24 +00:00
parent 4a6524fa85
commit 61ed146240
2 changed files with 8 additions and 1 deletions
+1
View File
@@ -157,6 +157,7 @@ OpenLayers.Handler.Path = OpenLayers.Class(OpenLayers.Handler.Point, {
this.line.geometry.addComponent(
this.point.geometry, this.line.geometry.components.length
);
this.layer.addFeatures([this.point]);
this.callback("point", [this.point.geometry, this.getGeometry()]);
this.callback("modify", [this.point.geometry, this.getSketch()]);
this.drawFeature();