Changeset 9155
- Timestamp:
- 03/31/09 16:59:41 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/lib/OpenLayers/Control/ZoomPanel.js
r9038 r9155 12 12 /** 13 13 * Class: OpenLayers.Control.ZoomPanel 14 * The ZoomPanel control is a compact collecton of 3 zoom controls -a14 * The ZoomPanel control is a compact collecton of 3 zoom controls: a 15 15 * <OpenLayers.Control.ZoomIn>, a <OpenLayers.Control.ZoomToMaxExtent>, and a 16 16 * <OpenLayers.Control.ZoomOut>. By default it is drawn in the upper left 17 17 * corner of the map. 18 18 * 19 * Note: If you wish to use this class with the default images and you want 19 * Note: 20 * If you wish to use this class with the default images and you want 20 21 * it to look nice in ie6, you should add the following, conditionally 21 22 * added css stylesheet to your HTML file: 22 23 * 24 * (code) 23 25 * <!--[if lte IE 6]> 24 26 * <link rel="stylesheet" href="../theme/default/ie6-style.css" type="text/css" /> 25 27 * <![endif]--> 28 * (end) 26 29 * 27 30 * Inherits from:
