r402@creusa: crschmidt | 2006-05-27 12:13:02 -0400
Finish previous commit. git-svn-id: http://svn.openlayers.org/trunk/openlayers@426 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -106,7 +106,8 @@ OpenLayers.Control.PanZoomBar.prototype =
|
|||||||
|
|
||||||
this.map.events.register("zoomend", this, this.moveZoomBar);
|
this.map.events.register("zoomend", this, this.moveZoomBar);
|
||||||
|
|
||||||
centered = centered.add(0, zoomStopSize*(this.map.getZoomLevels()+1));
|
centered = centered.add(0,
|
||||||
|
this.zoomStopHeight*(this.map.getZoomLevels()+1));
|
||||||
return centered;
|
return centered;
|
||||||
},
|
},
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user