[Mapbender-commits] r2155 - branches/2.5/http/print
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Fri Feb 29 09:12:03 EST 2008
Author: astrid_emde
Date: 2008-02-29 09:12:03 -0500 (Fri, 29 Feb 2008)
New Revision: 2155
Modified:
branches/2.5/http/print/mod_printPDF_pdf.php
Log:
if($epsg == "EPSG:4326"){
$scalebar = false;
}
changed
Modified: branches/2.5/http/print/mod_printPDF_pdf.php
===================================================================
--- branches/2.5/http/print/mod_printPDF_pdf.php 2008-02-28 11:03:56 UTC (rev 2154)
+++ branches/2.5/http/print/mod_printPDF_pdf.php 2008-02-29 14:12:03 UTC (rev 2155)
@@ -548,11 +548,7 @@
$scalebar = false;
}
-else{
- $scalebar = true;
-}
-
if($scalebar == true){
if ($size == "A4" && $format == "portrait"){
$scalebar_left = $a4p_scalebar_left;
More information about the Mapbender_commits
mailing list