[Mapbender-commits] r3245 - branches/2.5/http/print
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Wed Nov 19 08:04:35 EST 2008
Author: christoph
Date: 2008-11-19 08:04:35 -0500 (Wed, 19 Nov 2008)
New Revision: 3245
Modified:
branches/2.5/http/print/mod_printPDF_pdf.php
Log:
http://trac.osgeo.org/mapbender/ticket/328
Modified: branches/2.5/http/print/mod_printPDF_pdf.php
===================================================================
--- branches/2.5/http/print/mod_printPDF_pdf.php 2008-11-19 08:57:14 UTC (rev 3244)
+++ branches/2.5/http/print/mod_printPDF_pdf.php 2008-11-19 13:04:35 UTC (rev 3245)
@@ -507,8 +507,8 @@
$myMaxy = "H ".substr(round($coord[3]), 0, 4)." ".substr(round($coord[3]), 4, 3)."";
$mySize = 9;
-$pdf->addText($mapOffset_left - 3, $mapOffset_bottom, $mySize, $myMinx, -90);
-$pdf->addText($mapOffset_left, $mapOffset_bottom - ($pdf->getFontHeight($mySize)), $mySize, $myMiny);
+$pdf->addText($mapOffset_left - 3, $mapOffset_bottom, $mySize, $myMiny, -90);
+$pdf->addText($mapOffset_left, $mapOffset_bottom - ($pdf->getFontHeight($mySize)), $mySize, $myMinx);
$pdf->addText($mapOffset_left + $map_width - ($pdf->getTextWidth($mySize, $myMaxx)), $mapOffset_bottom + $map_height + 3, $mySize, $myMaxx);
$pdf->addText($mapOffset_left + $map_width + 3, $mapOffset_bottom + $map_height, $mySize, $myMaxy, 90);
More information about the Mapbender_commits
mailing list