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

@@ -5,6 +5,7 @@
defaultZoom: 1,
maxZoom: {maxzoom},
cacheMinutes: 0, // Change this to have browsers automatically request new images every x minutes
bg_color: '#1A1A1A',
debug: false
};

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);