Changeset 4215
- Timestamp:
- 09/11/07 10:16:34 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
sandbox/camptocamp/feature/lib/OpenLayers/Handler/Polygon.js
r4214 r4215 83 83 this.line.geometry.components[index].x = this.point.geometry.x; 84 84 this.line.geometry.components[index].y = this.point.geometry.y; 85 this.line.geometry.components[index].clearBounds(); 85 86 }, 86 87
