as long as we're cleaning up this little function. let's make it look pretty. Another non-functional change.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@5011 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -155,9 +155,9 @@ OpenLayers.Layer.WMS = OpenLayers.Class(OpenLayers.Layer.Grid, {
|
|||||||
|
|
||||||
var imageSize = this.getImageSize();
|
var imageSize = this.getImageSize();
|
||||||
var newParams = {
|
var newParams = {
|
||||||
BBOX: this.encodeBBOX ? bounds.toBBOX() : bounds.toArray(),
|
'BBOX': this.encodeBBOX ? bounds.toBBOX() : bounds.toArray(),
|
||||||
WIDTH:imageSize.w,
|
'WIDTH': imageSize.w,
|
||||||
HEIGHT:imageSize.h
|
'HEIGHT': imageSize.h
|
||||||
};
|
};
|
||||||
var requestString = this.getFullRequestString(newParams);
|
var requestString = this.getFullRequestString(newParams);
|
||||||
return requestString;
|
return requestString;
|
||||||
|
|||||||
Reference in New Issue
Block a user