svn commit: r743 - trunk/mapbender/http/print/mod_printPDF.php

astrid_emde at osgeo.org astrid_emde at osgeo.org
Fri Aug 4 08:02:27 EDT 2006


Author: astrid_emde
Date: 2006-08-04 12:02:26+0000
New Revision: 743

Modified:
   trunk/mapbender/http/print/mod_printPDF.php

Log:
sorry - there was a bug for grouped layers. Numer behind the grouptitle was printed

Modified: trunk/mapbender/http/print/mod_printPDF.php
Url: https://mapbender.osgeo.org/source/browse/mapbender/trunk/mapbender/http/print/mod_printPDF.php?view=diff&rev=743&p1=trunk/mapbender/http/print/mod_printPDF.php&p2=trunk/mapbender/http/print/mod_printPDF.php&r1=742&r2=743
==============================================================================
--- trunk/mapbender/http/print/mod_printPDF.php	(original)
+++ trunk/mapbender/http/print/mod_printPDF.php	2006-08-04 12:02:26+0000
@@ -120,7 +120,7 @@
 				var l = pt.mb_getchildsbyname(ind,i,layer[j]);
 
 			 	if (l) {
-			 		document.forms[0].layers.value += title[j] + l["name"].length;
+			 		document.forms[0].layers.value += title[j];
 
 			 		if(j>0){
 						document.forms[0].legendurl.value += ",";




More information about the Mapbender_commits mailing list