Hi Schlingisi- The map loads for me, but then there's a JS error before markers load. I looked at your code and saw a couple problems: - Passing GPoint into GMarker constructor - it should be a GLatLng - Geocoding a lat,lng in order to get back a lat/lng. This is completely unnecessary if you fix the first issue.
- pamela On Wed, Apr 1, 2009 at 5:15 PM, Schlingsi <[email protected]> wrote: > > Hi Pamela, > > thanks for testing. Are you sure the gold coast site was working for > you? Or did you maybe look at the byron bay site? > > I had someone from sydney test it for me just then and it didn't work > at all. > > http://www.goldcoast-holidayrentals.com/browse-by-map.php > > Alex. > > On Mar 31, 10:14 pm, pamela fox <[email protected]> wrote: > > Hi Schlingsi - > > I am in (Sydney) Australia, and it's working fine for me here. > > > > On Wed, Apr 1, 2009 at 3:27 AM, Andrew Leach > > <[email protected]>wrote: > > > > > > > > > On Mar 31, 4:58 pm, Schlingsi <[email protected]> wrote: > > > > 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 > > > > > You're loading v2.77 of the API in this iframe file: > > > > >http://www.byronbayholidayrentals.com/modules/netcode/map_display.php. > .. > > > > > 2.77 is a bit old (although 2.73 is still available as 2.s, I think). > > > > > There have been problems before with an Australian proxy: see > > > > >http://groups.google.com/group/Google-Maps-API/browse_thread/thread/8. > .. > > > > > Perhaps the same thing has happened again, or at least, a particular > > > proxy no longer has 2.77 available where it should. This may be one > > > for Pamela. > > > > > Andrew > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
