Archive for the ‘google maps’ tag
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!.