Hey Guys... I've got two identical directory websites, running on the same server in Australia. Both websites have different domains of course, but they are technically / code wise the same.
On the first website the map works just fine all over the world. http://www.byronbayholidayrentals.com/browse-by-map.php And on the second website the map doesn't work in Australia in any browser (FF3, Safari, IE7), but it does work everywhere else in the world. Well, I'm assume it does because I have tested it on dozens of computers in various browser in Germany, USA, Canada and the Netherlands. http://www.goldcoast-holidayrentals.com/browse-by-map.php When I try to load the map from any computer located in Australia I get the following error in the error console. Error: this.f has no properties Source File: http://maps.google.com/intl/en_ALL/mapfiles/77/maps2.api/main.js Line: 516 I don't get this error outside from Australia AND I don't get this error from within Australia when I load the map on the first website. Which is weird, because the code is identical and both sites are hosted on the same server. So what should happen is: 1. map loads and shows its default view and zoom level 2. loads all markers 3. zooms in that far so that all markers fit on the map In case of the not working goldcoast website, the map stops at step 1. When I comment the following line, the map seems to work properly. It runs through all the afore mentioned steps, only difference is you can't see any markers on the map. (It should show three red markers on the map) map.addOverlay(marker); I'm running out of ideas here and I really hope you guys can shed some light on this issue. Cheers, Alex --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
