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
|
@ -10,6 +10,10 @@ function getDisciplineLabelImageURL(key) {
|
|||
return disciplineLabelImageUrlPrefix + DISCIPLINES[key].image;
|
||||
}
|
||||
|
||||
function getDisciplineBlackLabelImageURL(key) {
|
||||
return disciplineBlackLabelImageUrlPrefix + DISCIPLINES[key].image;
|
||||
}
|
||||
|
||||
function createScimapType(map, mapName) {
|
||||
var sciMapTypeOptions = {
|
||||
getTileUrl: function(coord, zoom) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue