> I did encoded polygon thing using this > URLhttp://facstaff.unca.edu/mcmcclur/GoogleMaps/EncodePolyline/PolylineE...
You won't get much benefit from that. You're still transferring large amounts of data, and processing that data in the client. Better would be to encode at your server, and transfer encoded polys only. Better still store pre-encoded polys on your server so it happens more quickly. > What is the solution for encoded polygon clickable? If you want your polys to be clickable, stop trying to apply clickable:false to them. cheers, Ross K --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
