/* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license.
 * See http://svn.openlayers.org/trunk/openlayers/release-license.txt 
 * for the full text of the license. */
OpenLayers.Layer.WMSCOTR=OpenLayers.Class.create();OpenLayers.Layer.WMSCOTR.prototype=OpenLayers.Class.inherit(OpenLayers.Layer.WMS,{getURL:function(bounds){return this.getFullRequestString({BBOX:bounds.toBBOX(),WIDTH:this.tileSize.w,HEIGHT:this.tileSize.h,ZLEV:this.map.getZoom()});},CLASS_NAME:"OpenLayers.Layer.WMSCOTR"});
