[Mapbender-commits] r8121 - branches/2.7/http/print/classes

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Fri Sep 9 04:04:52 EDT 2011


Author: verenadiewald
Date: 2011-09-09 01:04:52 -0700 (Fri, 09 Sep 2011)
New Revision: 8121

Modified:
   branches/2.7/http/print/classes/mbPermanentImgDecorator.php
Log:
some logging messages for debugging

Modified: branches/2.7/http/print/classes/mbPermanentImgDecorator.php
===================================================================
--- branches/2.7/http/print/classes/mbPermanentImgDecorator.php	2011-09-08 17:01:26 UTC (rev 8120)
+++ branches/2.7/http/print/classes/mbPermanentImgDecorator.php	2011-09-09 08:04:52 UTC (rev 8121)
@@ -109,6 +109,13 @@
             $width = $pdf_img_dx;
             $height = $pdf_img_dy;
             $path = dirname(__FILE__)."/../../frames/".$marker->path;
+
+            $e = new mb_notice("mbPermanentImgDecorator: img left: ".$left);
+            $e = new mb_notice("mbPermanentImgDecorator: img top: ".$top);
+            $e = new mb_notice("mbPermanentImgDecorator: img width: ".$width);
+            $e = new mb_notice("mbPermanentImgDecorator: img height: ".$height);
+            $e = new mb_notice("mbPermanentImgDecorator: img path: ".$path);
+
             $this->pdf->objPdf->Image($path, $left, $top, $width, $height, 'png');
 
 



More information about the Mapbender_commits mailing list