Add sub-entity tables for Map of Science comparison
Remove street view from Map of Science Improve table UI
This commit is contained in:
parent
61fc9c6d5b
commit
fb89277658
12 changed files with 359 additions and 64 deletions
|
@ -125,7 +125,8 @@ var ComparisonVisModeController = VisModeController.extend({
|
|||
initWidgets: function(map) {
|
||||
var widgets = {};
|
||||
widgets['scimap'] = new ComparisonScimapWidget(map);
|
||||
widgets['sci_area_table'] = new ComparisonDataTableWidget(widgets['scimap']);
|
||||
widgets['entity_area_table'] = new EntityTablesWidget(widgets['scimap']);
|
||||
widgets['sci_area_table'] = new ComparisonDataTableWidget(widgets['scimap'], widgets['entity_area_table']);
|
||||
|
||||
this.widgets = widgets;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue