diff --git a/web/map.js b/web/map.js index 3dd7a659..1d7aeca5 100644 --- a/web/map.js +++ b/web/map.js @@ -97,7 +97,7 @@ DynMap.prototype = { scaleControl: false, mapTypeControl: false, streetViewControl: false, - backgroundColor: '#000' + backgroundColor: 'none' }); google.maps.event.addListener(map, 'dragstart', function(mEvent) { diff --git a/web/style.css b/web/style.css index 049f1ca2..7560db08 100644 --- a/web/style.css +++ b/web/style.css @@ -4,6 +4,7 @@ body { height: 100%; margin: 0px; padding: 0px ; background-color: #000; } .map { width: 100%; height: 100%; + background-color: black; } .sidebar {