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
;)
By ;) on 10/03/2013
make your own blehhhh
By blehhh on 24/01/2013
can u teach me how to make this kml file creator.. i think i need to create one like this. plz.. this is urgent and important to me
By kama on 21/12/2012
i made one
code:
By don fonid a stu on 20/11/2012
Perfect just what i needed
Thanks for the site
By Matt on 13/09/2012
I have a doubt how you are getting the coordinates by simply placing the place mark over the interface.
By Praveen Kumar Reddy Chinta on 05/07/2012
Sorry, but I'm not allowed to post THE WHOLE file... :(
By Migrosoft on 13/02/2009
By Migrosoft (This is the real fi on 13/02/2009
Here is a sample.kml fiel with TWO (or more...) markers. I used it with Microsoft Visual Earth.
By Migrosoft on 13/02/2009
Multipoint would be much more useful, until then, if it gave the xml on screen, I could cut and paste multiple points into one file.
How about a choice of icon?
By Bruce on 08/10/2008
Add your own comment below and let others know what you think:
