I made this little Cocoa app with a WebView that displays Google Maps in fullscreen. All nice and dandy but the tiles that are still being loaded are grayish which is very bright which is a pain on large displays. Is there any way to make them black?
views:
62answers:
1
+1
A:
Figured it out:
map = new GMap2(document.getElementById("map"), { backgroundColor: "#000000" });
sjmulder
2009-05-10 22:52:32