> http://freeforthepicking.com/ISMAP/ISMAP.html
No-go in IE6 either, I haven't looked for why since I think you ought to rethink ... When you're having click troubles, which poly is "on top"? Anyways, I think you're asking beyond the capabilities of the browser/ javascript model. Thousands of clickable polygons is a big, slow overhead in javascript, making for an unpleasant user experience. Most of your viewers are interested in one or two bits of info, why send it all upfront, etc etc.. You could offload the work to your server, and download custom overlay images to your browser. Clicks could be sent to the server and analysis of which poly is relevant done there, with pop-up results sent to client only when wanted. This thread covers a few options - http://groups.google.com/group/Google-Maps-API/browse_thread/thread/dfd1ade153b4addf/e72d3c4b525b0fcb?lnk=gst&q=custom+overlay#e72d3c4b525b0fcb 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 -~----------~----~----~----~------~----~------~--~---
