Add copyright

This commit is contained in:
kongchinhua 2011-07-09 17:35:59 +00:00
parent 2936d1730c
commit 08c901d510
2 changed files with 27 additions and 1 deletions

View file

@ -29,6 +29,11 @@ function createScimapType(map, mapName) {
};
var sciMapType = new google.maps.ImageMapType(sciMapTypeOptions);
new CopyrightPanel ({
map: map,
controlPositions: google.maps.ControlPosition.BOTTOM_RIGHT,
html: '&copy; 2008 The Regents of the University of California and <a href="http://cns.iu.edu" >CNS.IU.EDU</a>'
});
map.mapTypes.set(mapName, sciMapType);
}