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:
parent
60a87403d1
commit
be65655c7e
14 changed files with 895 additions and 316 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue