[Mapbender-commits] r1396 - trunk/mapbender/http/print

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Wed May 30 11:54:32 EDT 2007


Author: astrid_emde
Date: 2007-05-30 11:54:32 -0400 (Wed, 30 May 2007)
New Revision: 1396

Modified:
   trunk/mapbender/http/print/print_functions.php
Log:


Modified: trunk/mapbender/http/print/print_functions.php
===================================================================
--- trunk/mapbender/http/print/print_functions.php	2007-05-30 15:54:09 UTC (rev 1395)
+++ trunk/mapbender/http/print/print_functions.php	2007-05-30 15:54:32 UTC (rev 1396)
@@ -270,9 +270,9 @@
 					    && $theConfArray['line_style']['dash'][1] != ""
 							&& $theConfArray['line_style']['dash'][1] != 0) {
 						imagedashedline($leg_img, 0, 0, $legend_width-1, 0, $stroke_color_legend_image);
-						imagedashedline($leg_img, $legend_width-1, 0, $legend_width-1, $legend_width-1, $stroke_color_legend_image);
-						imagedashedline($leg_img, $legend_width-1, $legend_width-1, 0, $legend_width-1, $stroke_color_legend_image);
-						imagedashedline($leg_img, 0, $legend_width-1, 0, 0, $stroke_color_legend_image);
+						imagedashedline($leg_img, $legend_width-1, 1, $legend_width-1, $legend_width-1, $stroke_color_legend_image);
+						imagedashedline($leg_img, 0, 0, 0, $legend_width-1, $stroke_color_legend_image);
+						imagedashedline($leg_img, 0, $legend_width-1, $legend_width-1,$legend_width-1, $stroke_color_legend_image);
 					} else {
 					  imageline($leg_img, 0, 0, $legend_width-1, 0, $stroke_color_legend_image);
 						imageline($leg_img, $legend_width-1, 0, $legend_width-1, $legend_width-1, $stroke_color_legend_image);



More information about the Mapbender_commits mailing list