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

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Fri Sep 9 05:39:27 EDT 2011


Author: verenadiewald
Date: 2011-09-09 02:39:27 -0700 (Fri, 09 Sep 2011)
New Revision: 8122

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-09 08:04:52 UTC (rev 8121)
+++ branches/2.7/http/print/classes/mbPermanentImgDecorator.php	2011-09-09 09:39:27 UTC (rev 8122)
@@ -34,6 +34,9 @@
 
         $markers = json_decode($permanentImage);
 
+        //only works if dpi is set to 72
+        $_REQUEST['dpi'] = 72;
+
         foreach( $markers as $marker){
 
 



More information about the Mapbender_commits mailing list