Created
November 28, 2010 18:26
-
-
Save palfrey/719162 to your computer and use it in GitHub Desktop.
Example KML 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"> | |
| <Document> | |
| <Placemark> | |
| <name>Test item one</name> | |
| <Point> | |
| <coordinates>-0.000180,-0.000180</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Test item two</name> | |
| <Point> | |
| <coordinates>-0.000180,-0.000360</coordinates> | |
| </Point> | |
| </Placemark> | |
| </Document> | |
| </kml> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://gist.github.com/palfrey/719162?signup=true#file-gistfile1-xml