[Mapbender-commits] r7076 - trunk/mapbender/http/print
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Fri Oct 29 10:46:39 EDT 2010
Author: verenadiewald
Date: 2010-10-29 07:46:39 -0700 (Fri, 29 Oct 2010)
New Revision: 7076
Modified:
trunk/mapbender/http/print/mod_printPDF_pdf.php
Log:
korrekte Ersetzung f?\195?\188r _4-Dienste
Modified: trunk/mapbender/http/print/mod_printPDF_pdf.php
===================================================================
--- trunk/mapbender/http/print/mod_printPDF_pdf.php 2010-10-28 16:23:32 UTC (rev 7075)
+++ trunk/mapbender/http/print/mod_printPDF_pdf.php 2010-10-29 14:46:39 UTC (rev 7076)
@@ -159,7 +159,8 @@
$m->set('width',(intval($m->get('width'))*4));
$m->set('height',(intval($m->get('height'))*4));
if(in_array($m->get('map'),$highqualitymapfiles)){
- $m->set('map',preg_replace("/\.map/","_4.map",$m->get('map')));
+ $m->set('map',$m->get('map')."_4");
+ //$m->set('map',preg_replace("/\.map/","_4.map",$m->get('map')));
}
$array_urls[$i] = $m->url;
}
More information about the Mapbender_commits
mailing list