OpenLayers OpenLayers

Changeset 5378

Show
Ignore:
Timestamp:
12/11/07 15:44:59 (1 year ago)
Author:
enjahova
Message:

added tests for ZoomToLastExtent, Identify and ZoomOut controls, also examples/more-controls.html

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • sandbox/enjahova/openlayers/lib/OpenLayers/Control/Identify.js

    r5374 r5378  
    3838    draw: function() { 
    3939        this.handler = new OpenLayers.Handler.Drag( this, 
    40                             {"down": this.identify}, {keyMask: this.keyMask} ); 
     40                            {"up": this.identify}, {keyMask: this.keyMask} ); 
    4141    }, 
    4242 
  • sandbox/enjahova/openlayers/tests/list-tests.html

    r5319 r5378  
    7979    <li>Control/test_Permalink.html</li> 
    8080    <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> 
    8184    <li>test_Handler.html</li> 
    8285    <li>Handler/test_Feature.html</li>