[Mapbender-commits] r3246 - trunk/mapbender/http/print
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Wed Nov 19 08:05:18 EST 2008
Author: christoph
Date: 2008-11-19 08:05:18 -0500 (Wed, 19 Nov 2008)
New Revision: 3246
Modified:
trunk/mapbender/http/print/mod_printPDF_pdf.php
Log:
http://trac.osgeo.org/mapbender/ticket/328
Modified: trunk/mapbender/http/print/mod_printPDF_pdf.php
===================================================================
--- trunk/mapbender/http/print/mod_printPDF_pdf.php 2008-11-19 13:04:35 UTC (rev 3245)
+++ trunk/mapbender/http/print/mod_printPDF_pdf.php 2008-11-19 13:05:18 UTC (rev 3246)
@@ -1,5 +1,5 @@
<?php
-# $Id:
+# $Id$
# http://www.mapbender.org/index.php/mod_printPDF_pdf.php
# Copyright (C) 2002 CCGIS
#
@@ -508,8 +508,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