duncs wrote: > Hi > > I've been a web developer for many years, but haven't really done much > with Google Maps yet, so please be gentle... > > I want to have a world map where people click on a country to select > it. It should either update a form field with the country name or > redirect to that countries section of the site. Basically, this is to > replace the conventional country select list (which I'll also have for > people who prefer that). > > Is this possible? I just want to select a country.
Yes. You will need to use a third-party reverse geocoder or a GIS database with the boundaries of the country polygons. http://groups.google.com/group/Google-Maps-API/web/resources-non-google-geocoders -- 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 -~----------~----~----~----~------~----~------~--~---
