Making dateline handling work with ratio.
This commit is contained in:
@@ -614,6 +614,9 @@
|
||||
getMaxExtent: function() {
|
||||
return new OpenLayers.Bounds(-180,-90,180,90);
|
||||
},
|
||||
getExtent: function() {
|
||||
return r.extent;
|
||||
},
|
||||
getResolution: function() {
|
||||
return resolution;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user