Skip to content

Instantly share code, notes, and snippets.

@acrymble
Created October 13, 2012 10:14
Show Gist options
  • Save acrymble/3884051 to your computer and use it in GitHub Desktop.
Save acrymble/3884051 to your computer and use it in GitHub Desktop.
KML Example file 3
<?xml version="1.0" encoding="UTF-8"?> <kml xmlns="http://www.opengis.net/kml/2.2" xmlns:atom="http://www.w3.org/2005/Atom"> <Document> <Folder> <name>Cheap London Publishers</name> <description>Penny-blood publishers in early-Victorian London.</description> <atom:author> <atom:name>Marie Léger-St-Jean</atom:name> </atom:author> <Placemark> <name>Simple placemark</name> <TimeStamp> <when>1845</begin> </TimeStamp> <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