Created
October 13, 2012 10:14
-
-
Save acrymble/3884051 to your computer and use it in GitHub Desktop.
KML Example file 3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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