Google Maps KML (GeoXML) won’t work with http://localhost
Reading manuals is sometimes more efficient but if you are like me who tries it all (including web search) before hitting manual, then this should help:
When trying to develop a google map app on your local machine that needs to map a KML file, remember that any KML file served by your localhost server will not be properly rendered. The KML file has to be uploaded on a public server where google server can get to. This is because parsing of KML and rendering is done by google servers, each time!.
Related posts:
- Reverse Tunneling and mysql Recently, I needed my app in staging to use my...
- Upgrading Ubuntu: from 9.04 to 9.10 So, after ignoring the new upgrade in my update-manager for...
Related posts brought to you by Yet Another Related Posts Plugin.





