Skip to content

Instantly share code, notes, and snippets.

@acrymble
Created October 13, 2012 10:13
Show Gist options
  • Save acrymble/3884046 to your computer and use it in GitHub Desktop.
Save acrymble/3884046 to your computer and use it in GitHub Desktop.
KML Example file
<?xml version="1.0" encoding="UTF-8"?> <kml xmlns="http://www.opengis.net/kml/2.2"> <Placemark> <name>Simple placemark</name> <TimeSpan> <begin>1845</begin> <end>1847</end> </TimeSpan> <description>Attached to the ground. Intelligently places itself at the height of the underlying terrain.</description> <Point> <coordinates>-122.0822035425683,37.42228990140251</coordinates> </Point> </Placemark> </kml>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment