On Sun, Nov 2, 2008 at 8:20 PM, thomas <[EMAIL PROTECTED]> wrote: > > Thanks for the answers. What I want is an embedded map with some more > functionality. I want the locations to link to other webpages, as done > on this page: http://www.deltabirding.nl/kaart.asp. It is just a > matter of replicating this site's javascript. > > But it would be handy to just fetch the javascript from google > themselves, also since people are moving the thumbtacks around on the > shared site, and one needs to fetch the coordinates manually > repeatedly.
I dont think you mean 'fetch the javascript' - but rather 'fetch the data'. Javascript is a programming language, to make things do things (tm) Javascript can be used to represent data, but its not the idea mechanism for it. There is a subset of javascript used - JSON - used to represent data, but its not really counted as Javascript. You can fetch the data from Google - by fetching the KML files. > > But I think your answers were clear. > > Thanks, > > Thomas > > On 1 nov, 21:52, Mike Williams <[EMAIL PROTECTED]> wrote: >> I think you may be talking about "embedded maps". >> >> You can't get the Javascript, but you can get interactive maps with most >> of the maps.google.com functionality. >> >> http://local.google.com/support/bin/answer.py?hl=en&answer=72644http://econym.org.uk/gmap/embed.htm >> >> --http://econym.org.uk/gmap >> The Blackpool Community Church Javascript Team > > > > -- Barry - www.nearby.org.uk - www.geograph.org.uk - --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
