Add ol.Rectangle.getSize

This commit is contained in:
Tom Payne
2012-07-17 22:37:21 +02:00
parent b31c3f90bd
commit 0d5bc44326
3 changed files with 18 additions and 0 deletions
+1
View File
@@ -75,6 +75,7 @@ ol.TileBounds.prototype.forEachTileCoord = function(z, f, opt_obj) {
/**
* @override
* @return {goog.math.Size} Size.
*/
ol.TileBounds.prototype.getSize = function() {