Hi, I already have a map where I dynamically create the JS file with relevant marker information and push them into an array. That works fine but I am trying to reduce the size of the JS script and make the map generation snappier. (in the JS I also insert html information for the information window making the JS even larger). With mod_deflate I can reduce the overall download but the uncompressed JS size is well over 1mb when the critera is showing the world/whole continents
Current map : http://www.pedigreedatabase.com/dogs/location_of_breeders.html So I went to recreate the behavior to a static JS file using dynamic XML (retrieved with GDownloadUrl) and having the infowindow download an URL with GDownloadUrl. New (testing) map: I cannot see what is wrong with my code, it makes perfect sense to me :-) http://www.pedigreedatabase.com/dogs/location_of_breeders.html2 The problem is that in FF and Chrome it will show only on refresh, so I have to select options -> show the map, (nothing shows) do a F5/ refresh and then the markers will show correctly. In IE the markermanager never refreshes, so the map is a combo of gray areas / map. Any pointers would be appreciated Regards Oli --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
