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

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Mon Mar 16 06:50:47 EDT 2009


Author: christoph
Date: 2009-03-16 06:50:47 -0400 (Mon, 16 Mar 2009)
New Revision: 3740

Modified:
   trunk/mapbender/http/print/mod_printPDF.php
Log:
removed console.log

GRRRRRRRRRRR

use 

new Mb_notice(msg)

instead

Modified: trunk/mapbender/http/print/mod_printPDF.php
===================================================================
--- trunk/mapbender/http/print/mod_printPDF.php	2009-03-16 10:48:07 UTC (rev 3739)
+++ trunk/mapbender/http/print/mod_printPDF.php	2009-03-16 10:50:47 UTC (rev 3740)
@@ -185,7 +185,6 @@
 			}
 			var pos = pt.makeClickPos2RealWorldPos(target, map_width , map_height);
 			var prevscale= pt.mb_getScale(target);
-			console.log(prevscale);
 			pt.mb_mapObj[ind].extent = coord[0] + "," + pos[1] + "," + pos[0] + "," +  coord[3];
 
 			pt.mb_mapObj[ind].width = Math.round(map_width);



More information about the Mapbender_commits mailing list