[Mapbender-commits] r1379 - trunk/mapbender/http/print

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Wed May 30 03:54:43 EDT 2007


Author: sven
Date: 2007-05-30 03:54:43 -0400 (Wed, 30 May 2007)
New Revision: 1379

Modified:
   trunk/mapbender/http/print/mod_printPDF.php
Log:


Modified: trunk/mapbender/http/print/mod_printPDF.php
===================================================================
--- trunk/mapbender/http/print/mod_printPDF.php	2007-05-30 07:36:14 UTC (rev 1378)
+++ trunk/mapbender/http/print/mod_printPDF.php	2007-05-30 07:54:43 UTC (rev 1379)
@@ -286,14 +286,8 @@
 		
 		// write the measured coordinates
 		
-		$mod_measure_RX = pt.mod_measure_RX;
-		$mod_measure_RY = pt.mod_measure_RY;
+		if (pt.mod_measure_RX != undefined && pt.mod_measure_RY != undefined){
 		
-		alert($mod_measure_RX);
-		alert($mod_measure_RY);
-		
-		if ($mod_measure_RX != undefined && $mod_measure_RX != undefined){
-		
 		var tmp_x = '';
 		var tmp_y = '';
 		var tmp_dist = '';



More information about the Mapbender_commits mailing list