Check in map of science's comparison view for 1.4 release testing

Remaining works:
- support csv download for sub-entity
- show sub-entity mapping results
This commit is contained in:
kongchinhua 2011-11-07 05:34:58 +00:00
parent 60a87403d1
commit be65655c7e
14 changed files with 895 additions and 316 deletions

View file

@ -68,9 +68,10 @@ function initMap() {
}
function initVisModeController() {
var controller = new EntityVisModeController(map);
visModeControllers[controller.visMode] = controller;
var controller = getVisModeController(ENTITY_VIS_MODE);
switchVisMode(controller.visMode);
initVisModeTypeButton();
initGlobalToolTips();
currentController.loadData(scienceMapDataURL, false);
}