Layer.MapGuide.getURL: use map.getSize instead of map.getCurrentSize. r=bartvde (closes #2532)
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10118 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -264,7 +264,7 @@ OpenLayers.Layer.MapGuide = OpenLayers.Class(OpenLayers.Layer.Grid, {
|
||||
getURL: function (bounds) {
|
||||
var url;
|
||||
var center = bounds.getCenterLonLat();
|
||||
var mapSize = this.map.getCurrentSize();
|
||||
var mapSize = this.map.getSize();
|
||||
|
||||
if (this.singleTile) {
|
||||
//set up the call for GETMAPIMAGE or GETDYNAMICMAPOVERLAY with
|
||||
|
||||
Reference in New Issue
Block a user