[Mapbender-commits] r4953 - trunk/mapbender/http/javascripts

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Fri Nov 6 02:41:25 EST 2009


Author: christoph
Date: 2009-11-06 02:41:22 -0500 (Fri, 06 Nov 2009)
New Revision: 4953

Modified:
   trunk/mapbender/http/javascripts/wms.js
Log:


Modified: trunk/mapbender/http/javascripts/wms.js
===================================================================
--- trunk/mapbender/http/javascripts/wms.js	2009-11-06 07:37:11 UTC (rev 4952)
+++ trunk/mapbender/http/javascripts/wms.js	2009-11-06 07:41:22 UTC (rev 4953)
@@ -115,6 +115,7 @@
 	this.wms_id = wms_id;
 	this.wms_version = wms_version;
 	this.wms_title = wms_title;
+	this.wms_currentTitle = wms_title;
 	this.wms_abstract = wms_abstract;
 	this.wms_getmap = wms_getmap;
 	this.wms_getfeatureinfo = wms_getfeatureinfo;
@@ -777,6 +778,7 @@
 	this.layer_parent = layer_parent;
 	this.layer_name = layer_name;
 	this.layer_title = layer_title;
+	this.layer_currentTitle = layer_title;
 	this.layer_dataurl_href = layer_dataurl_href;
 	this.layer_pos = layer_pos;
 	this.layer_queryable = layer_queryable;



More information about the Mapbender_commits mailing list