> I corrected my code according to your suggestion but it is now not > able to show me the starting overlay. It was showing me previously > Kerala state.
Do you mean the overlay with a black outline? I see that okay in IE6 and FF2 Pressing the 'Reset' button on your form throws a javascript error, because your clearForm() function doesn't expect to be called with a null parameter. Selecting a District on your form resulted in several 'script may be busy...' errors, and eventually some polygons. The XML returned by result_genxml3.php is huge and very slow even to arrive, several minutes, never mind how long it takes to parse and render. You're going to need to find a way to simplfy your polygons, and/or encode them to speed up delivery and rendering. 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 -~----------~----~----~----~------~----~------~--~---
