You are on page 1of 155

Place name Description Latitude Longitude Icon colour

Place 1 Description 1 1.234500 6.789000 Blue


Place 2 Description 2 2.345670 3.456780 Green
<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
<Folder>
<name>My map</name>
<Placemark>
<name>Place 1</name>
<description>Description 1</description>
<Style><icon>http://www.google.com/intl/en_us/mapfiles/ms/icons/Blue-dot.png</icon></Style>
<Point><coordinates>Blue,6.789,0</coordinates></Point>
</Placemark>
<Placemark>
<name>Place 2</name>
<description>Description 2</description>
<Point>
<coordinates>3.45678,2.34567,0</coordinates>
</Point>
</Folder>
</kml>

You might also like