Skip to content

Instantly share code, notes, and snippets.

@keithrbennett
Created June 24, 2011 18:08
Show Gist options
  • Select an option

  • Save keithrbennett/1045337 to your computer and use it in GitHub Desktop.

Select an option

Save keithrbennett/1045337 to your computer and use it in GitHub Desktop.
Sample KML file
<?xml version="1.0"?>
<kml xmlns="http://earth.google.com/kml/2.1">
<Document>
<Placemark>
<name>Reston, Va</name>
<description>Anchor_Name: Reston, Va&lt;br/&gt; Canonical Name: &lt;br/&gt;Country Name: US&lt;br/&gt;Population: 6829&lt;br/&gt;</description>
<Point>
<coordinates>17,47</coordinates>
</Point>
</Placemark>
</Document>
</kml>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment