Changes between Version 6 and Version 7 of DefaultControls
- Timestamp:
- 10/20/06 07:00:30 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DefaultControls
v6 v7 6 6 * PanZoom (''[http://openlayers.org/doc/reference.html#OpenLayers.Control.PanZoom tech]'') -- Basic Pan N,E,S,W and Zoom In/Out/Max buttons 7 7 * ArgParser (''[http://openlayers.org/doc/reference.html#OpenLayers.Control.ArgParser tech]'') -- Parses arguments from the location bar to set center/zoom/layers on page load 8 9 If the user wishes no controls at all to be added to the [wiki:Map], an empty array should be passed in as the 'controls' array. 10 11 Ex: 12 {{{ 13 map = new OpenLayers.Map( $('map'), {controls: [] } ); 14 }}}
