On Apr 27, 8:19 am, Ramana <[email protected]> wrote: > 1. Is there any other better way of plotting these geographies using > GMap.
Yes, custom tiles: http://maps.forum.nu/gm_main.html?lat=18.812718&lon=-94.570313&z=3&mType=10 If you're only loading one polygon at a time, then you could speed it up considerably using plain text instead of XML, and you could speed it up even more using encoded polygons: http://facstaff.unca.edu/mcmcclur/GoogleMaps/EncodePolyline/ Note that you can do the encoding on the server. As for maintaining the boundaries, that's what databases are for. ;-) > 2. Is it possible for Google to provide an API like GState to plot a > State provide it with State name and color etc. I'm not Google, so I don't know. -- 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 -~----------~----~----~----~------~----~------~--~---
