On Dec 16, 6:41 pm, bratliff <[email protected]> wrote: > For a simple grid, click analysis could be done in the browser by > truncating the Lat/Lon coordinates to the same precision. For complex > non-rectangular polys, an additional click structure is required.
If you have 70,000 rectangles, with 6 decimal precision, and you transmit only 2 points per rectangle, like southWest and northEast, plus separators, you'd have to send about 3.1 MB of data to the client to do the click analisys there. I think it is definetly a server side job. -- Marcelo - http://maps.forum.nu -- --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
