Skip to content

Instantly share code, notes, and snippets.

@bobbytables
Created December 26, 2011 21:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bobbytables/1522139 to your computer and use it in GitHub Desktop.
Save bobbytables/1522139 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
<Folder>
<name>House of Blues</name>
<Placemark>
<name>HOB San Diego</name>
<description />
<Point>
<coordinates>-117.160118,32.716254</coordinates>
<description>1055 5th Ave, San Diego, CA 92101, USA</description>
</Point>
</Placemark>
<Placemark>
<name>HOB Anaheim</name>
<description />
<Point>
<coordinates>-117.923915,33.8079331</coordinates>
<description>1530 Disneyland Dr, Anaheim, CA 92802, USA</description>
</Point>
</Placemark>
</Folder>
</kml>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment