Hmmm, something definitely went wrong after uploading those files there, they are indeed somewhat broken. I've uploaded the working versions again, but I suspect that this may all be a moot issue now as I've since implemented a basic KML parser to pull out the information I required. If I add markers to the map manually I get none of the issues I've described above, so that seems like the obvious way to go.
I tried setting results after setting up the target divs, but that doesn't seem to make a difference, but thanks for the suggestion. Thanks for taking a look at this, even if I did make rather a mess of it, apologies for that. On 28 June, 20:06, Rossko <[email protected]> wrote: > >http://homepage.ntlworld.com/dr_wadd/map_test2.html > > I get a script error from > <body onload="prepareMap()" onunload="GUnload()"> > there is no GUnload() in v3 > > The documentation > http://code.google.com/apis/maps/documentation/javascript/services.ht... > suggest a different order from > directionsDisplay.setDirections(result); > directionsDisplay.setMap(map); > directionsDisplay.setPanel(... > rather it suggests setting the target divs up before handing results > over > > I think there's more to it than this, but can't see it yet. Don't see > green A to B markers either -- 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.
