Changes between Version 6 and Version 7 of DefaultControls

Show
Ignore:
Timestamp:
10/20/06 07:00:30 (7 years ago)
Author:
euzuro
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DefaultControls

    v6 v7  
    66 * PanZoom (''[http://openlayers.org/doc/reference.html#OpenLayers.Control.PanZoom tech]'') -- Basic Pan N,E,S,W and Zoom In/Out/Max buttons 
    77 * 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 
     9If 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 
     11Ex: 
     12{{{ 
     13            map = new OpenLayers.Map( $('map'), {controls: [] } ); 
     14}}}