0

background color support

This commit is contained in:
aheadley
2011-01-27 10:59:07 -05:00
parent d1e3f660c9
commit 4a6d7f76ea
2 changed files with 2 additions and 0 deletions

View File

@@ -280,6 +280,7 @@ function initialize() {
},
mapTypeId: mapTypeIdDefault,
streetViewControl: false,
backgroundColor: config.bg_color,
};
map = new google.maps.Map(document.getElementById('mcmap'), mapOptions);