[Mapbender-commits] r5428 - branches/2.6/http/php

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Mon Jan 25 04:41:08 EST 2010


Author: christoph
Date: 2010-01-25 04:41:08 -0500 (Mon, 25 Jan 2010)
New Revision: 5428

Modified:
   branches/2.6/http/php/mod_changeEPSG_server.php
Log:


Modified: branches/2.6/http/php/mod_changeEPSG_server.php
===================================================================
--- branches/2.6/http/php/mod_changeEPSG_server.php	2010-01-25 09:40:51 UTC (rev 5427)
+++ branches/2.6/http/php/mod_changeEPSG_server.php	2010-01-25 09:41:08 UTC (rev 5428)
@@ -37,6 +37,8 @@
 			$newEPSG = preg_replace("/EPSG:/","", $newSrs);
 			 
 			$extArray = explode(",", $currentEpsg->extent);
+			
+			
 			if (is_numeric($extArray[0]) && is_numeric($extArray[1]) && 
 				is_numeric($extArray[2]) && is_numeric($extArray[3]) && 
 				is_numeric($oldEPSG) && is_numeric($newEPSG)) {



More information about the Mapbender_commits mailing list