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

Excel2kml Address

The document contains code for generating a KML file with placemarks from data entered into an Excel sheet. It includes the XML header and structure for a KML file with a document name, placemarks with name, snippet, address, and description fields, and a footer. The code was created by simon_a to generate up to 5000 placemarks from entered data.

Uploaded by

Molly Chase
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)
510 views

Excel2kml Address

The document contains code for generating a KML file with placemarks from data entered into an Excel sheet. It includes the XML header and structure for a KML file with a document name, placemarks with name, snippet, address, and description fields, and a footer. The code was created by simon_a to generate up to 5000 placemarks from entered data.

Uploaded by

Molly Chase
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/ 5

Filepath Document name ------------------------File Header Code fragment 1

c:\kml\myfile.kml < My address locations < Don't edit below this line -------------------------<?xml version="1.0" encoding="UTF-8"?> <kml xmlns="http://earth.google.com/kml/2.0"> <Document> <name> </name> <Placemark> <name> </name> <Snippet maxLines="2"></Snippet> <address> </address> <description><![CDATA[ ]]></description> </Placemark> </Document> </kml>

File Header Code fragment 2 Placemark Code fragment 1 Placemark Code fragment 2 Placemark Code fragment 3 Placemark Code fragment 4 Footer

Choose the path and name of your file Name your document

Name

Address

Description

Enter you data into the 'Data' sheet (Do not leave spaces between lines) Press [Alt] + F8 and run 'Generate KML' 5000 Maximum placemarks (configurable)

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

Enter you data into the 'Data' sheet (Do not leave spaces between lines) Press [Alt] + F8 and run 'Generate KML' 5000 Maximum placemarks (configurable)

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

You might also like