backgroundColor not honored after initial map is loaded (js map API v3.6)
18 views
Skip to first unread message
gregorioandador
unread,
Sep 21, 2011, 8:37:32 PM9/21/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-map...@googlegroups.com
Once an initial map is loaded any subsequent zooms or centering to another location will display this initial map as the background when it takes a while to load the new tiles. What happened to the backgroundColor option??? Is this new behavior? Am I possibly doing something wrong. I'm using IE9.
Enoch Lau (Google Employee)
unread,
Sep 22, 2011, 3:32:52 AM9/22/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-map...@googlegroups.com
Could you please link us to your demo page that exhibits this behavior? Thanks.
Enoch
Rossko
unread,
Sep 22, 2011, 10:34:05 AM9/22/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-map...@googlegroups.com
Enoch I'm actually using the .Net WebBrowser control. I was assuming it was using the installed version if IE (IE9) but based on some googling it would seem it's probably using an older version. That is probably where the problem lies as I ported my script to run in IE9 and it works fine showing the backgroundColor I initialized the map with. The script also works fine in Firefox and Chrome.
I'm currently looking into other solutions to using a web browser inside of .Net Windows Forms app.