While the files uploaded to the server ARE identical, when I view the source of the live page it seems that the co-ordinates have been stripped out for some reason.
This is what I view locally... line 28: map.setCenter(new GLatLng(-33.922461, 18.416619), 9, G_NORMAL_MAP); line 32: var point = new GLatLng(-33.9224610, 18.4166192); Live, as you've seen, the values are missing. Also, this is a static page example, the is no server-side code here. Bizarre. On Oct 1, 8:42 am, Marcelo <[email protected]> wrote: > Look at the error console in Firefox. This is not going to work: > > var point = new GLatLng(,); > > If the other site is working, the two are obviously NOT identical. > > -- > Marcelo -http://maps.forum.nu > -- > > On Oct 1, 8:22 am, Homer <[email protected]> wrote: > > > Hello All > > > I have a development site for which I have registered an API key, my > > Google Maps implementation works perfectly on this site. > > > Once I had uploaded the site to it's new "live" location (and added > > the new API key registered for this domain), the map API does not > > display. The below live example of this now throws some JavaScript > > errors and I'm not sure why. > > >http://www.tycune.com/users/map_by_address/14 > > > And yes, the code is identical on both of these sites - bar the key of > > obviously. > > > Any help would be appreciated. > > > Thanks in advance. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
