Changeset 1303
- Timestamp:
- 08/18/06 23:43:35 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/openlayers/2.0/lib/OpenLayers/Control/PanZoomBar.js
r1302 r1303 26 26 this.position = new OpenLayers.Pixel(OpenLayers.Control.PanZoomBar.X, 27 27 OpenLayers.Control.PanZoomBar.Y); 28 29 // put code here to catch "changebaselayer" event from map, because30 // we are going to have to redraw this thing each time, because31 // numZoomLevels will/might change.32 28 }, 33 29
