1. Added front-end for map of science vis.

2. Added Data tables for disciplines/sub-disciplines in the vis.
3. added support for different csv downloadables.
4. Added new updated libraries for DataTables plugin.
This commit is contained in:
tankchintan 2011-05-26 17:11:16 +00:00
parent 3fdc267806
commit ca08343379
27 changed files with 8950 additions and 163 deletions

View file

@ -29,7 +29,6 @@ var MarkerManager = Class.extend({
});
},
addMarkersToMap: function() {
console.log(this.keyToMarker);
$.each(this.keyToMarker, function(i, marker) {
marker.addToMap();
});