Changeset 8603
- Timestamp:
- 01/08/09 11:03:27 (1 year ago)
- Files:
-
- sandbox/topp/editing/tests/Handler/Point.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
sandbox/topp/editing/tests/Handler/Point.html
r6719 r8603 122 122 var control = new OpenLayers.Control(); 123 123 map.addControl(control); 124 var handler = new OpenLayers.Handler.Point(control );124 var handler = new OpenLayers.Handler.Point(control, {}); 125 125 var activated = handler.activate(); 126 126 var px = new OpenLayers.Pixel(150, 75);
