Support black and white labels at Map of Science's comparison view
This commit is contained in:
parent
f16450b1f5
commit
eb73a306cb
17 changed files with 12 additions and 3 deletions
|
@ -81,7 +81,7 @@ var ComparisonScimapWidget = Class.extend({
|
|||
|
||||
/* create */
|
||||
if (me.disciplineLabelsControl == null) {
|
||||
me.labelsMarkerManager = new DisciplineLabelsMarkerManager(map);
|
||||
me.labelsMarkerManager = new DisciplineLabelsMarkerManager(map, getDisciplineBlackLabelImageURL);
|
||||
me.disciplineLabelsControl = new CheckBoxPanel({
|
||||
map: map,
|
||||
checked: true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue