I am using the below code to display my KML file over Google Map.
var geoXml = new GGeoXml("http://display-kml.appspot.com/get_kml/33/
d73e024c-172e-11e1-8fd1-7dfae6c646ae.kml" );
The problem is when i use above line of code it works. I have copy
pasted my KML content to website mentioned in above line "http://
display-kml.appspot.com". Hence it has created a kml file on its own
server.
But when i try to use the KML file hosted on my web server as below
the KML does not display.
var geoXml = new GGeoXml("http://localhost/KML/KML_Data.kml" );
or
var geoXml = new GGeoXml("http://200.140.90.56/KML/KML_Data.kml" );
--
You received this message because you are subscribed to the Google Groups
"Google Maps API V2" 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.