Created
May 16, 2012 11:15
-
-
Save spllr/2709601 to your computer and use it in GitHub Desktop.
KML Test 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> | |
<name>Appsterdam Heatmap</name> | |
<open>1</open> | |
<description>The Appsterdam Tech Scene</description> | |
<Style id="mainIcon"> | |
<IconStyle> | |
<Icon> | |
<href>http://maps.google.com/mapfiles/kml/pal4/icon28.png</href> | |
</Icon> | |
</IconStyle> | |
</Style> | |
<Folder> | |
<Placemark> | |
<name>Recce</name> | |
<description>Recce</description> | |
<Point> | |
<coordinates>4.8896547,52.3754475</coordinates> | |
</Point> | |
<styleUrl>#mainIcon</styleUrl> | |
</Placemark> | |
<Placemark> | |
<name>Olga Paraskevopoulou</name> | |
<description>Olga Paraskevopoulou</description> | |
<Point> | |
<coordinates>4.8444927,52.37432</coordinates> | |
</Point> | |
<styleUrl>#mainIcon</styleUrl> | |
</Placemark> | |
<Placemark> | |
<name>Stichting Appsterdam</name> | |
<description>Stichting Appsterdam</description> | |
<Point> | |
<coordinates>4.8984176,52.3688502</coordinates> | |
</Point> | |
<styleUrl>#mainIcon</styleUrl> | |
</Placemark> | |
</Folder> | |
</Document> | |
</kml> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment