Created
September 24, 2012 20:08
-
-
Save johndbritton/3778054 to your computer and use it in GitHub Desktop.
University Events KML Example
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"?> | |
<kml xmlns="http://www.opengis.net/kml/2.2"> | |
<Document> | |
<Placemark> | |
<name>Git / GitHub Session at NYU - Tech@NYU HackDays</name> | |
<description>Git / GitHub Session at NYU - Tech@NYU HackDays</description> | |
<Point> | |
<coordinates>-74.00597309999999,40.7143528</coordinates> | |
</Point> | |
</Placemark> | |
<Placemark> | |
<name>hackNY</name> | |
<description>hackNY</description> | |
<Point> | |
<coordinates>-74.00597309999999,40.7143528</coordinates> | |
</Point> | |
</Placemark> | |
<Placemark> | |
<name>GitHub Talk at Harvard</name> | |
<description>GitHub Talk at Harvard</description> | |
<Point> | |
<coordinates>-71.10973349999999,42.3736158</coordinates> | |
</Point> | |
</Placemark> | |
<Placemark> | |
<name>GitHub Talk at MIT [tentative]</name> | |
<description>GitHub Talk at MIT [tentative]</description> | |
<Point> | |
<coordinates>-71.10973349999999,42.3736158</coordinates> | |
</Point> | |
</Placemark> | |
<Placemark> | |
<name>GitHub visiting the MIT Media Lab</name> | |
<description>GitHub visiting the MIT Media Lab</description> | |
<Point> | |
<coordinates>-71.10973349999999,42.3736158</coordinates> | |
</Point> | |
</Placemark> | |
<Placemark> | |
<name>HackRU</name> | |
<description>HackRU</description> | |
<Point> | |
<coordinates>-74.4518188,40.4862157</coordinates> | |
</Point> | |
</Placemark> | |
<Placemark> | |
<name>GitHub Workshop at HackRU</name> | |
<description>GitHub Workshop at HackRU</description> | |
<Point> | |
<coordinates>-74.4518188,40.4862157</coordinates> | |
</Point> | |
</Placemark> | |
<Placemark> | |
<name>Git / GitHub workshop at Virginia Tech [awaiting confirmation]</name> | |
<description>Git / GitHub workshop at Virginia Tech [awaiting confirmation]</description> | |
<Point> | |
<coordinates>-80.42387,37.22932</coordinates> | |
</Point> | |
</Placemark> | |
<Placemark> | |
<name>Tech@NYU DemoDays</name> | |
<description>Tech@NYU DemoDays</description> | |
<Point> | |
<coordinates>-74.00597309999999,40.7143528</coordinates> | |
</Point> | |
</Placemark> | |
<Placemark> | |
<name>Hack Princeton</name> | |
<description>Hack Princeton</description> | |
<Point> | |
<coordinates>-74.6672226,40.3572976</coordinates> | |
</Point> | |
</Placemark> | |
<Placemark> | |
<name>UW-Milwaukee Hackathon</name> | |
<description>UW-Milwaukee Hackathon</description> | |
<Point> | |
<coordinates>-87.9064736,43.0389025</coordinates> | |
</Point> | |
</Placemark> | |
<Placemark> | |
<name>SIGCSE</name> | |
<description>SIGCSE</description> | |
<Point> | |
<coordinates>-104.9847179,39.737567</coordinates> | |
</Point> | |
</Placemark> | |
<Placemark> | |
<name>North Texas Area Students Conference - NTASC</name> | |
<description>North Texas Area Students Conference - NTASC</description> | |
<Point> | |
<coordinates>-98.4933873,33.9137085</coordinates> | |
</Point> | |
</Placemark> | |
</Document> | |
</kml> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment