[Mapbender-commits] r3420 - branches/print_dev/http/print/classes

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Thu Jan 8 10:18:07 EST 2009


Author: mschulz
Date: 2009-01-08 10:18:07 -0500 (Thu, 08 Jan 2009)
New Revision: 3420

Modified:
   branches/print_dev/http/print/classes/mbTemplatePdfDecorator.php
Log:
added zIndex property

Modified: branches/print_dev/http/print/classes/mbTemplatePdfDecorator.php
===================================================================
--- branches/print_dev/http/print/classes/mbTemplatePdfDecorator.php	2009-01-08 15:17:36 UTC (rev 3419)
+++ branches/print_dev/http/print/classes/mbTemplatePdfDecorator.php	2009-01-08 15:18:07 UTC (rev 3420)
@@ -6,6 +6,8 @@
 	public $pdf;
 	/* the conf object for the desired decoration */
 	public $conf;
+	/* possibly a zIndex will be needed */
+	public $zIndex;	
 	
 	public function __construct($pdfObj, $mapConf) {
 		$this->pdf = $pdfObj;



More information about the Mapbender_commits mailing list