Created
October 13, 2012 10:13
-
-
Save acrymble/3884046 to your computer and use it in GitHub Desktop.
KML Example file
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"> <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