0% found this document useful (0 votes)
30 views

Convert Excel Data To KML

send locations in excel to kml quickly, it contains excel macro

Uploaded by

FADIL UCME
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLS, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
30 views

Convert Excel Data To KML

send locations in excel to kml quickly, it contains excel macro

Uploaded by

FADIL UCME
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLS, PDF, TXT or read online on Scribd
You are on page 1/ 3

Name Longitude Latitude Description

Filepath D:\myfile.kml
Document name My KML import

<?xml version="1.0" encoding="UTF-8"?>


<kml xmlns="http://earth.google.com/kml/2.0">
File Header <Document>
Code fragment 1 <name>
File Header
Code fragment 2 </name>

Placemark <Placemark>
Code fragment 1 <name>
</name>
Placemark <Point>
Code fragment 2 <coordinates>
,0</coordinates>
Placemark </Point>
Code fragment 3 <description><![CDATA[
Placemark ]]></description>
Code fragment 4 </Placemark>

</Document>
Footer </kml>
Enter you data into the 'Data' sheet
(Do not leave spaces between lines)
Press [Alt] + F8 and run 'Generate KML'

Created by simon_a:
http://bbs.keyhole.com/ubb/showprofile.php?User=105548

You might also like