Changeset 4036
- Timestamp:
- 08/24/07 18:33:28 (1 year ago)
- Files:
-
- trunk/openlayers/lib/OpenLayers/Handler/Path.js (modified) (1 diff)
- trunk/openlayers/lib/OpenLayers/Handler/Point.js (modified) (1 diff)
- trunk/openlayers/tests/list-tests.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/lib/OpenLayers/Handler/Path.js
r3984 r4036 113 113 this.line.geometry.components[index].x = this.point.geometry.x; 114 114 this.line.geometry.components[index].y = this.point.geometry.y; 115 this.line.geometry.components[index].clearBounds(); 115 116 }, 116 117 trunk/openlayers/lib/OpenLayers/Handler/Point.js
r3984 r4036 237 237 this.point.geometry.x = lonlat.lon; 238 238 this.point.geometry.y = lonlat.lat; 239 this.point.geometry.clearBounds(); 239 240 this.drawFeature(); 240 241 } trunk/openlayers/tests/list-tests.html
r3994 r4036 74 74 <li>test_Handler.html</li> 75 75 <li>Handler/test_Drag.html</li> 76 <li>Handler/test_Point.html</li> 77 <li>Handler/test_Path.html</li> 76 78 <li>test_Map.html</li> 77 79 </ul>
