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
How to use the KML File Creator
- Enter the name of the placemark
- Enter a Description for the placemark
- Click on the map to provide the position of the point
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
- Allow multiple markers in the same file
- Save zoom level in the KML file
Version History
- 29th March 2008 - Added Upload and read KML file option
- 19th February 2008 - Updated to make things work
- 14th February 2008 - Basic version for simple markers
Previous Comments For This Page
No comments yet, be the first !
Add your own comment below and let others know what you think:
