svn commit: r787 - trunk/mapbender/http/print

astrid_emde at osgeo.org astrid_emde at osgeo.org
Tue Oct 10 04:39:48 EDT 2006


Author: astrid_emde
Date: 2006-10-10 08:39:48+0000
New Revision: 787

Modified:
   trunk/mapbender/http/print/printPDF.conf
   trunk/mapbender/http/print/printPDF_b.conf

Log:
special image to ../img/mapbender_oo.png

Modified: trunk/mapbender/http/print/printPDF.conf
Url: https://mapbender.osgeo.org/source/browse/mapbender/trunk/mapbender/http/print/printPDF.conf?view=diff&rev=787&p1=trunk/mapbender/http/print/printPDF.conf&p2=trunk/mapbender/http/print/printPDF.conf&r1=786&r2=787
==============================================================================
--- trunk/mapbender/http/print/printPDF.conf	(original)
+++ trunk/mapbender/http/print/printPDF.conf	2006-10-10 08:39:48+0000
@@ -240,10 +240,10 @@
 * special image for the map-page
 */
 $special = true;
-$specialImage = "./img/mapbender_logo.png";
+$specialImage = "../img/mapbender_oo.png";
 
-$a4p_special_left = $a4p_mapOffset_left + $a4p_map_width/2 + 100;
-$a4p_special_bottom = $a4p_mapOffset_bottom + $a4p_map_height + 65; 
+$a4p_special_left = $a4p_mapOffset_left + $a4p_map_width - 50 ;
+$a4p_special_bottom = $a4p_mapOffset_bottom + $a4p_map_height + 80; 
 
 $a4l_special_left = $a4l_mapOffset_left + $a4l_map_width - $a4l_header_width + 0.8 * $DPC + 10 ;
 $a4l_special_bottom = $a4l_mapOffset_bottom + 54; 
@@ -261,8 +261,8 @@
 $a2l_special_bottom = $a2l_mapOffset_bottom + 110; 
 
 
-$specialImage_width = 90; 
-$specialImage_height = 13; 
+$specialImage_width = 65; 
+$specialImage_height = 15; 
 
 
 /*

Modified: trunk/mapbender/http/print/printPDF_b.conf
Url: https://mapbender.osgeo.org/source/browse/mapbender/trunk/mapbender/http/print/printPDF_b.conf?view=diff&rev=787&p1=trunk/mapbender/http/print/printPDF_b.conf&p2=trunk/mapbender/http/print/printPDF_b.conf&r1=786&r2=787
==============================================================================
--- trunk/mapbender/http/print/printPDF_b.conf	(original)
+++ trunk/mapbender/http/print/printPDF_b.conf	2006-10-10 08:39:48+0000
@@ -239,10 +239,10 @@
 * special image for the map-page
 */
 $special = true;
-$specialImage = "./img/mapbender_logo.png";
+$specialImage = "../img/mapbender_oo.png";
 
-$a4p_special_left = $a4p_mapOffset_left + $a4p_map_width/2 + 100;
-$a4p_special_bottom = $a4p_mapOffset_bottom + $a4p_map_height + 65; 
+$a4p_special_left = $a4p_mapOffset_left + $a4p_map_width - 50 ;
+$a4p_special_bottom = $a4p_mapOffset_bottom + $a4p_map_height + 80; 
 
 $a4l_special_left = $a4l_mapOffset_left + $a4l_map_width - $a4l_header_width + 0.8 * $DPC + 10 ;
 $a4l_special_bottom = $a4l_mapOffset_bottom + 54; 
@@ -260,8 +260,8 @@
 $a2l_special_bottom = $a2l_mapOffset_bottom + 110; 
 
 
-$specialImage_width = 90; 
-$specialImage_height = 13; 
+$specialImage_width = 65; 
+$specialImage_height = 15;  
 
 
 /*




More information about the Mapbender_commits mailing list