On Apr 6, 10:03 pm, lukas <[email protected]> wrote: > <script type="text/javascript"> > function initialize() { > if (GBrowserIsCompatible()) { > var map = new GMap2(document.getElementById("map_canvas"), {size: new > GSize(520,300)}); > map.setCenter(new GLatLng(35.96644277304715, -78.95000696182251), 16); > map.openInfoWindow(map.getCenter(),document.createTextNode("Business > address")); > map.setUIToDefault(); > } > } > </script> > > Does anybody notice a problem in my code so that the map won't show up > on Google Chrome? Thanks for your input!
Your map doesn't show up for me in Chrome (you didn't post a link...) Your code snippet doesn't include any html or css (not a suggestion to post it). http://groups.google.com/group/Google-Maps-API/web/suggested-posting-guidelines -- Larry --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Maps-API?hl=en -~----------~----~----~----~------~----~------~--~---
