[Mapbender-commits] r3871 - branches/pseudoSlippy/http/javascripts

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Fri Apr 10 07:34:11 EDT 2009


Author: christoph
Date: 2009-04-10 07:34:11 -0400 (Fri, 10 Apr 2009)
New Revision: 3871

Modified:
   branches/pseudoSlippy/http/javascripts/map.js
Log:


Modified: branches/pseudoSlippy/http/javascripts/map.js
===================================================================
--- branches/pseudoSlippy/http/javascripts/map.js	2009-04-10 11:33:07 UTC (rev 3870)
+++ branches/pseudoSlippy/http/javascripts/map.js	2009-04-10 11:34:11 UTC (rev 3871)
@@ -24,6 +24,13 @@
 	this.extenty = this.maxy - this.miny;
 	this.centerx = this.minx + this.extentx/2;
 	this.centery = this.miny + this.extenty/2;	
+	
+	this.toString = function () {
+		return this.minx + "," + 
+			this.miny + ";" + 
+			this.maxx + "," + 
+			this.maxy;
+	};
 	return this;
 }
 



More information about the Mapbender_commits mailing list