[Mapbender-commits] r4501 - branches/print_dev/http/print/classes

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Thu Aug 6 09:45:18 EDT 2009


Author: mschulz
Date: 2009-08-06 09:45:17 -0400 (Thu, 06 Aug 2009)
New Revision: 4501

Modified:
   branches/print_dev/http/print/classes/mbMapDecorator.php
Log:
adjusted some log level outputs

Modified: branches/print_dev/http/print/classes/mbMapDecorator.php
===================================================================
--- branches/print_dev/http/print/classes/mbMapDecorator.php	2009-08-06 13:35:32 UTC (rev 4500)
+++ branches/print_dev/http/print/classes/mbMapDecorator.php	2009-08-06 13:45:17 UTC (rev 4501)
@@ -69,6 +69,7 @@
 		} else {			
 			$mapPdfBbox = $myURL->get('BBOX');
 		}
+		$e = new mb_notice("mbMapDecorator: coordinates: ".$mapPdfBbox);
 		$this->pdf->setMapInfo($this->conf->x_ul, $this->conf->y_ul, $width, $height, $this->pdf->adjustBbox($this->conf, explode(",",$mapPdfBbox), $myURL->get('srs')));
 		$e = new mb_notice("mbMapDecorator: adjusted bbox: ".$this->pdf->getMapExtent());
 		for($i=0; $i<count($array_urls); $i++){



More information about the Mapbender_commits mailing list