Thanks for this. I managed to get the maps back for the simple page. After some diagnosing it seems the original page didn't like the div map-holder. I'm not too sure why not. I've removed this div and changed the map div and the maps have reappeared.
On Oct 6, 12:50 pm, joe <[email protected]> wrote: > try adding lat lng to your options > > var latlng = new google.maps.LatLng(lat,lng); > > var myOptions = { > > center: latlng, > > } > > On Oct 5, 7:32 pm, sufcboy <[email protected]> wrote: > > > > > Hi Rossko, > > > I've uploaded the latest files with the live API key. > > > Here is the main page > > >http://myfullenglish.com/home/test > > > And here is my desperate attempt to just get the basics up and running > > again > > >http://myfullenglish.com/home/test2 > > > Thanks, > > > Sufcboy > > > On Oct 5, 4:38 pm, Rossko <[email protected]> wrote: > > > > > Any help would be much appreciated. > > > > That's just what the potential helpers are thinking too. > > > Not much we can do without seeing the patient. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
