On Jan 19, 6:07 am, "[email protected]" <[email protected]> wrote: > Hi, I've got a google map that was created by someone else at: > > http://maps.google.co.uk/maps/ms?ie=UTF8&hl=en&oe=UTF8&t=p&msa=0&msid... > > This views the map in Google's standard map window, with links to > click on on the side and the map in the center. > > Now I've been using the Google Maps API to create a standalone map I > can embed on a webpage and need to port all that point data out of the > Google Map and into my own. > > I've worked out how to create the map, script, markers, etc. what I > need to do is get all that point data off that map. > > I've looked into the source but it's hard to scrape out, any ideas?
Either the RSS or the view in Google Earth links will create an xml file that you can use to get the data you are looking for. You can even use GGeoXml, GeoXml or EGeoXml to load them into an API based map. -- Larry --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
