[Mapbender-commits] r8784 - in trunk/mapbender: http/classes http/print http/print/classes lib

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Wed Feb 19 23:23:30 PST 2014


Author: armin11
Date: 2014-02-19 23:23:30 -0800 (Wed, 19 Feb 2014)
New Revision: 8784

Modified:
   trunk/mapbender/http/classes/class_weldMaps2PNG.php
   trunk/mapbender/http/print/classes/factoryClasses.php
   trunk/mapbender/http/print/printFactory.php
   trunk/mapbender/lib/printbox.js
Log:
Some typos, sync

Modified: trunk/mapbender/http/classes/class_weldMaps2PNG.php
===================================================================
--- trunk/mapbender/http/classes/class_weldMaps2PNG.php	2014-02-19 19:57:44 UTC (rev 8783)
+++ trunk/mapbender/http/classes/class_weldMaps2PNG.php	2014-02-20 07:23:30 UTC (rev 8784)
@@ -39,7 +39,7 @@
 		$width = $obj1->get("width");
 		$height = $obj1->get("height");
 		
-		$image = imagecreatetruecolor($width, $height	);
+		$image = imagecreatetruecolor($width, $height);
 		imagealphablending($image,true);
 		$white = ImageColorAllocate($image,255,255,255); 
 		ImageFilledRectangle($image,0,0,$width,$height,$white); 

Modified: trunk/mapbender/http/print/classes/factoryClasses.php
===================================================================
--- trunk/mapbender/http/print/classes/factoryClasses.php	2014-02-19 19:57:44 UTC (rev 8783)
+++ trunk/mapbender/http/print/classes/factoryClasses.php	2014-02-20 07:23:30 UTC (rev 8784)
@@ -87,4 +87,4 @@
     	require_once $class_name . '.php';
 }
 
-?>
\ No newline at end of file
+?>

Modified: trunk/mapbender/http/print/printFactory.php
===================================================================
--- trunk/mapbender/http/print/printFactory.php	2014-02-19 19:57:44 UTC (rev 8783)
+++ trunk/mapbender/http/print/printFactory.php	2014-02-20 07:23:30 UTC (rev 8784)
@@ -45,4 +45,4 @@
 }
 
 print $pdf->returnAbsoluteUrl();
-?>
\ No newline at end of file
+?>

Modified: trunk/mapbender/lib/printbox.js
===================================================================
--- trunk/mapbender/lib/printbox.js	2014-02-19 19:57:44 UTC (rev 8783)
+++ trunk/mapbender/lib/printbox.js	2014-02-20 07:23:30 UTC (rev 8784)
@@ -732,4 +732,4 @@
 	this.setScale(scale);
 	mb_registerPanSubElement($superContainer.get(0).id);
 
-};
\ No newline at end of file
+};



More information about the Mapbender_commits mailing list