Could you please help me to load .kml file on google map through virtual directory of Development server, i created an virtual directory from where i can download the file if i put URL on IE, but when i putting same url into google.map.KmlLayer('my virtual directory') the map is not displayed. Could you please guide me. Where i get stuck.
Nice article Ravi. Could you please give some description of KML file to make this article more descriptive.
ReplyDeleteyeah sure! KML is a file format(extension) used to display geographic data on google maps and google earth.
ReplyDeleteKML uses a tag-based structure with nested elements and attributes and is based on the XML standard.
For example download the kml file from the below url and open it in notepad or google earth.
https://developers.google.com/kml/documentation/KML_Samples.kml
I hope you will find this information helpful for more please visit https://developers.google.com/kml/documentation/kml_tut
Hi Ravi,
DeleteCould you please help me to load .kml file on google map through virtual directory of Development server, i created an virtual directory from where i can download the file if i put URL on IE, but when i putting same url into google.map.KmlLayer('my virtual directory') the map is not displayed. Could you please guide me. Where i get stuck.
Awaiting for your quick response
Hello Pankaj,
Deleteyou should upload your kml file on public IP/URL otherwise it will not display on google map.