Support black and white labels at Map of Science's comparison view

This commit is contained in:
kongchinhua 2011-12-07 15:18:15 +00:00
parent f16450b1f5
commit eb73a306cb
17 changed files with 12 additions and 3 deletions

View file

@ -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) {