OpenLayers OpenLayers

Changeset 5870

Show
Ignore:
Timestamp:
01/23/08 22:16:42 (1 year ago)
Author:
crschmidt
Message:

Add generic 'button' control. r=tschaub. (Closes #872)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/openlayers/lib/OpenLayers.js

    r5746 r5870  
    130130            "OpenLayers/Control.js", 
    131131            "OpenLayers/Control/Attribution.js", 
     132            "OpenLayers/Control/Button.js", 
    132133            "OpenLayers/Control/ZoomBox.js", 
    133134            "OpenLayers/Control/ZoomToMaxExtent.js", 
  • trunk/openlayers/tests/list-tests.html

    r5867 r5870  
    7474    <li>test_Control.html</li> 
    7575    <li>Control/test_Attribution.html</li> 
     76    <li>Control/test_Button.html</li> 
    7677    <li>Control/test_DragFeature.html</li> 
    7778    <li>Control/test_DragPan.html</li>