Add copyright
This commit is contained in:
parent
2936d1730c
commit
08c901d510
2 changed files with 27 additions and 1 deletions
|
@ -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: '© 2008 The Regents of the University of California and <a href="http://cns.iu.edu" >CNS.IU.EDU</a>'
|
||||
});
|
||||
map.mapTypes.set(mapName, sciMapType);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue