[Mapbender-commits] r4600 - branches/2.6/http/javascripts
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Fri Sep 4 12:50:49 EDT 2009
Author: marc
Date: 2009-09-04 12:50:47 -0400 (Fri, 04 Sep 2009)
New Revision: 4600
Modified:
branches/2.6/http/javascripts/map_obj.js
Log:
http://trac.osgeo.org/mapbender/ticket/513
Modified: branches/2.6/http/javascripts/map_obj.js
===================================================================
--- branches/2.6/http/javascripts/map_obj.js 2009-09-04 15:22:03 UTC (rev 4599)
+++ branches/2.6/http/javascripts/map_obj.js 2009-09-04 16:50:47 UTC (rev 4600)
@@ -847,6 +847,7 @@
var myDivId = that.elementName + "_div_" + ii;
var myMapId = that.elementName + "_map_" + ii;
+ var ts = mb_timestamp();
//disable Layer which are out of scale
var validLayers = that.checkScale(ii);
More information about the Mapbender_commits
mailing list