> and am able to load the coordinates (as seen > herehttp://www.newyorkmustangs.com/display.php). What I am stuck on is > plotting the placemarks on the map in accordance to the parameters. Is > it possible to use Javascript for this? Thank you very much for the > help.
Have you studied this - http://econym.org.uk/gmap/basic9.htm and applied it to your case; as your PHP currently outputs HTML you'll have to pick the relevant text out of it or change your script. The key thing to understand is that GDownloadUrl just gobbles up what is fed as a data item. The 'page' it asks for is not displayed, your client side javascript has to process it and plot markers and suchlike. Don't forget that GDownloadUrl can point to the url of an interactive script, not just a static file ; and you can add GET parameters to the url request so that your script knows what to do. You can go on to enhance your server script to create XML etc. in due course, which is a common method. And you'll want to add some javascript error handling if that end doesn't get the data it expected. cheers, Ross K --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
