HIC wrote: > Hello, > > I'm using an example from http://www.dyasdesigns.com/geoxml as a > template for testing GeoXML. > > Link: http://dpwgis.co.la.ca.us/website/roadclosures/geoxml_test.cfm > > The test site loads/runs EXTREMELY slow in IE6. Eventually, the map/ > kml does load, and the features function ok (ie. infowindow pop-up). > Our server and internet connection should not be an issue as it works > fine in firefox - no lag. I did a search and found other users > experiencing the same issue using EGeoXML, IE in particular 6 has some horribly slow xml processing. in general (IE's javascript is about 10x slower than a modern browser) > but not GeoXML. The kml is > about 61kb which is well below the manageable 400kb discussed in > another thread. >
Your size sounds fine and processes like lightning in every browser on my machine and all of them I have accesss to.. GeoXml does some processing and converts polygons and polylines to there encoded format here is a method that might work in fact its probably only faster in IE6... you even have the json.js installed with your page ;-) .. right click on the folder it will open a window save the window source as a data.js. this file is a kjson of your content. This is effectively what google does with KML in there GGeoXml, Then change the page to load it instead of the kml. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
