On Sep 2, 1:40 pm, duncs <[EMAIL PROTECTED]> 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.
I am doing it for US states:
www.polyarc.us/polybuilder
but it could be done for world countries. I requires a bit of work to
build the "click" / "rollover" grid.
If you are using it strictly for navigation to another web page,
static maps are much faster than dynamic maps. "usemap" MAPs with
AREAs are another option. You will have to convert from Lat/Lon
coordinates to pixel offsets. If you choose not to load the whole API
just to capture one click, you can use the following:
www.polyarc.us/adjust.js
to do the Mercator projection conversions.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---