KML File Creator

The KML (Keyhole Markup Language) File Creator will allow you to produce KML files using a simple interface.

KML File Creator Map

Options

Make a KML

Name
Description
Point Selected on Map?

Read a KML

Upload KML File:

How to use the KML File Creator

About

This tool will output a file such as...

<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://earth.google.com/kml/2.2">
<Placemark>
<name>Example placemark</name>
<description>Point at the height of the underlying terrain.</description>
<Point>
<coordinates>-12.0822035425683,7.42228990140251,0</coordinates>
</Point>
</Placemark>
</kml>

Future Ideas and Features

Version History

Previous Comments For This Page

No comments yet, be the first !

Add your own comment below and let others know what you think:

Comments :

Your Name (optional) :