[Mapbender-commits] r4894 - trunk/mapbender/lib

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Fri Oct 30 07:39:00 EDT 2009


Author: christoph
Date: 2009-10-30 07:39:00 -0400 (Fri, 30 Oct 2009)
New Revision: 4894

Modified:
   trunk/mapbender/lib/extent.js
Log:


Modified: trunk/mapbender/lib/extent.js
===================================================================
--- trunk/mapbender/lib/extent.js	2009-10-30 11:38:36 UTC (rev 4893)
+++ trunk/mapbender/lib/extent.js	2009-10-30 11:39:00 UTC (rev 4894)
@@ -101,6 +101,14 @@
 		return false;
 	};
 	
+	this.getSouthWest = function () {
+		return this.min;
+	};
+	
+	this.getNorthEast = function () {
+		return this.max;
+	};
+	
 	if (isPoint(minx) && isPoint(miny) && 
 		typeof maxx === "undefined" && 
 		typeof maxy === "undefined") {



More information about the Mapbender_commits mailing list