Making dateline handling work with ratio.

This commit is contained in:
ahocevar
2011-12-28 20:14:39 +01:00
parent 1ce59a207d
commit cfe25feecf
3 changed files with 8 additions and 2 deletions
+3
View File
@@ -614,6 +614,9 @@
getMaxExtent: function() {
return new OpenLayers.Bounds(-180,-90,180,90);
},
getExtent: function() {
return r.extent;
},
getResolution: function() {
return resolution;
},