1 /* Copyright (c) 2006-2008 MetaCarta, Inc., published under the Clear BSD
2 * license. See http://svn.openlayers.org/trunk/openlayers/license.txt for the
3 * full text of the license. */
6 * @requires OpenLayers/Control.js
10 * Class: OpenLayers.Control.ZoomOut
11 * The ZoomOut control is a button to decrease the zoom level of a map.
14 * - <OpenLayers.Control>
16 OpenLayers.Control.ZoomOut = OpenLayers.Class(OpenLayers.Control, {
20 * {String} The type of <OpenLayers.Control> -- When added to a
21 * <Control.Panel>, 'type' is used by the panel to determine how to
24 type: OpenLayers.Control.TYPE_BUTTON,
33 CLASS_NAME: "OpenLayers.Control.ZoomOut"