[Mapbender-commits] r7077 - trunk/mapbender/http/print
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Fri Oct 29 10:48:01 EDT 2010
Author: verenadiewald
Date: 2010-10-29 07:48:01 -0700 (Fri, 29 Oct 2010)
New Revision: 7077
Modified:
trunk/mapbender/http/print/mod_printPDF_pdf.php
Log:
logging
Modified: trunk/mapbender/http/print/mod_printPDF_pdf.php
===================================================================
--- trunk/mapbender/http/print/mod_printPDF_pdf.php 2010-10-29 14:46:39 UTC (rev 7076)
+++ trunk/mapbender/http/print/mod_printPDF_pdf.php 2010-10-29 14:48:01 UTC (rev 7077)
@@ -158,8 +158,10 @@
$m = new stripRequest($array_urls[$i]);
$m->set('width',(intval($m->get('width'))*4));
$m->set('height',(intval($m->get('height'))*4));
+ $e = new mb_exception($m->get('map'));
if(in_array($m->get('map'),$highqualitymapfiles)){
$m->set('map',$m->get('map')."_4");
+ $e = new mb_exception($m->get('map'));
//$m->set('map',preg_replace("/\.map/","_4.map",$m->get('map')));
}
$array_urls[$i] = $m->url;
More information about the Mapbender_commits
mailing list