
OpenLayers.GreaseOl.Control.GreaseControlZoomRect=OpenLayers.Class(OpenLayers.GreaseOl.Control.GreaseControlDrawRect,{initialize:function(cssStyle,options){OpenLayers.GreaseOl.Control.GreaseControlDrawRect.prototype.initialize.apply(this,[cssStyle,options]);},notice:function(position){if(this.getBounds(position)!=null){this.map.zoomToExtent(this.getBounds(position));}else{if(!this.out){this.map.setCenter(this.getPoint(position),this.map.getZoom()+1);}else{this.map.setCenter(this.getPoint(position),this.map.getZoom()-1);}}},CLASS_NAME:"OpenLayers.GreaseOl.Control.GreaseControlZoomRect"});