On Dec 21, 1:03 pm, "sriman.sridjame" <[email protected]> wrote: > hi > > i am new to Google Maps and using api and kml . i want to create > maps dynamically. > > I am just trying to connect with API and creating maps > dynamically (in my localhost). > > I got an api key and connected the google map in my local host > and its working but when i just tried with a kml file am getting > nothing.
KML requires that the KML file be accessible by Google. Your url of http://cnpl13/kml/geo isn't, so it won't work. >From the documentation: "A GGeoXml object add geographic content to the map from an XML file (such as a KML file) that is hosted on a publicly accessible web server." Andrew -- 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.
