Created
April 16, 2017 11:38
-
-
Save masonlr/35a243617ba98ed9fadaf7fdb22459ea to your computer and use it in GitHub Desktop.
This file contains 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:gx="http://www.google.com/kml/ext/2.2"> | |
<Document id="feat_1"> | |
<Placemark id="feat_2"> | |
<name>Kirstenbosch</name> | |
<Point id="geom_0"> | |
<coordinates>18.432314,-33.988862,0.0</coordinates> | |
</Point> | |
</Placemark> | |
</Document> | |
</kml> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment