Changes between Version 9 and Version 10 of DefaultControls

Show
Ignore:
Timestamp:
04/16/07 10:44:24 (6 years ago)
Author:
crschmidt
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DefaultControls

    v9 v10  
    1313            map = new OpenLayers.Map( $('map'), {controls: [] } ); 
    1414}}} 
     15 
     16If using the MouseToolbar control, you should do the following: 
     17 
     18{{{ 
     19            map = new OpenLayers.Map( $('map'), {controls: [new OpenLayers.Control.PanZoom(), new OpenLayers.Control.MouseToolbar()] } ); 
     20}}}