Changes between Version 9 and Version 10 of DefaultControls
- Timestamp:
- 04/16/07 10:44:24 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DefaultControls
v9 v10 13 13 map = new OpenLayers.Map( $('map'), {controls: [] } ); 14 14 }}} 15 16 If 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 }}}
