On Mar 24, 2:20 pm, Ash <[email protected]> wrote:
> Hello ANdrew
>
> I searched on this group, but did not find anything based on
> javascript based. I find one onhttp://maps.huge.info, but it is based
> on pearl script.

The reason for using Perl (or indeed any other server-side code) is
because of the amount of data involved. You really don't want to be
downloading megabytes of boundary data just so the client can draw a
single polygon based on where the user clicks. Far better to send the
click coordinates to the server, get that to work out which area it is
and send just the necessary data to draw the single polygon you need
to.

Andrew
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to