Changeset 5378
- Timestamp:
- 12/11/07 15:44:59 (1 year ago)
- Files:
-
- sandbox/enjahova/openlayers/examples/more-controls.html (added)
- sandbox/enjahova/openlayers/lib/OpenLayers/Control/Identify.js (modified) (1 diff)
- sandbox/enjahova/openlayers/tests/Control/test_Identify.html (added)
- sandbox/enjahova/openlayers/tests/Control/test_ZoomOut.html (added)
- sandbox/enjahova/openlayers/tests/Control/test_ZoomToLastExtent.html (added)
- sandbox/enjahova/openlayers/tests/list-tests.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
sandbox/enjahova/openlayers/lib/OpenLayers/Control/Identify.js
r5374 r5378 38 38 draw: function() { 39 39 this.handler = new OpenLayers.Handler.Drag( this, 40 {" down": this.identify}, {keyMask: this.keyMask} );40 {"up": this.identify}, {keyMask: this.keyMask} ); 41 41 }, 42 42 sandbox/enjahova/openlayers/tests/list-tests.html
r5319 r5378 79 79 <li>Control/test_Permalink.html</li> 80 80 <li>Control/test_Scale.html</li> 81 <li>Control/test_ZoomToLastExtent.html</li> 82 <li>Control/test_ZoomOut.html</li> 83 <li>Control/test_Identify.html</li> 81 84 <li>test_Handler.html</li> 82 85 <li>Handler/test_Feature.html</li>
