[Mapbender-commits] r3991 - branches/2.6/http/javascripts
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Wed Jun 3 11:11:02 EDT 2009
Author: christoph
Date: 2009-06-03 11:11:01 -0400 (Wed, 03 Jun 2009)
New Revision: 3991
Modified:
branches/2.6/http/javascripts/map_obj.js
Log:
Modified: branches/2.6/http/javascripts/map_obj.js
===================================================================
--- branches/2.6/http/javascripts/map_obj.js 2009-06-03 09:59:24 UTC (rev 3990)
+++ branches/2.6/http/javascripts/map_obj.js 2009-06-03 15:11:01 UTC (rev 3991)
@@ -183,7 +183,7 @@
layers += ",";
styles += ",";
}
- layers += wms[i].objLayer[ii].layer_name;
+ layers += this.wms[i].objLayer[ii].layer_name;
styles += "";
cnt_layers++;
}
@@ -192,7 +192,7 @@
if (cnt_querylayers > 0) {
querylayers += ",";
}
- querylayers += wms[i].objLayer[ii].layer_name;
+ querylayers += this.wms[i].objLayer[ii].layer_name;
cnt_querylayers++;
}
}
@@ -950,4 +950,4 @@
}
}
return js_wfs_conf_id;
-};
\ No newline at end of file
+};
More information about the Mapbender_commits
mailing list