CSGeoXML can load KML files locally as a single overlay
If you have used GGeoXml or EGeoXml you know what it means to load a KML file to your google map. However, if you have tried to develop locally, or develop for a server behind a firewall, then you know the pain that comes with loading KML files locally.
EGeoXml does a splendid job of loading local KML files, but it loads each item as a single overlay. I wanted to be able to add and remove the overlays from the KML file as a single overlay.
So, I looked into what Mike Williams did with EGeoXml and added a little code to allow the class to add everything and remove everything at once.
You can get to our CSGeoXml Page by going through “Projects” at the top navigation, or by going to the CSGeoXml Page.
Sphere: Related Content