|
|
|
@ -1,14 +1,26 @@ |
|
|
|
|
<?xml version="1.0" encoding="UTF-8"?> |
|
|
|
|
<kml xmlns="http://earth.google.com/kml/2.2"> |
|
|
|
|
<Style id="jackpoint-logo"> |
|
|
|
|
<IconStyle> |
|
|
|
|
<scale>1</scale> |
|
|
|
|
<Icon> |
|
|
|
|
<href>https://jackpoint.obscuritus.ca/images/logo.jpg</href> |
|
|
|
|
</Icon> |
|
|
|
|
</IconStyle> |
|
|
|
|
<LabelStyle> |
|
|
|
|
<scale>0</scale> |
|
|
|
|
</LabelStyle> |
|
|
|
|
</Style> |
|
|
|
|
<Placemark> |
|
|
|
|
<name><![CDATA[<a href="https://jackpoint.obscuritus.ca/index.php?title=McTavish%27s_Old-Style_Tavern">McTavish's Old-Style Tavern</a>]]></name> |
|
|
|
|
<description></description> |
|
|
|
|
<styleUrl>#jackpoint-logo</styleUrl> |
|
|
|
|
<Point> |
|
|
|
|
<coordinates>-122.07850635051729,47.67988678685347,0</coordinates> |
|
|
|
|
</Point> |
|
|
|
|
</Placemark> |
|
|
|
|
<Placemark> |
|
|
|
|
<name><![CDATA[<a href="https://jackpoint.obscuritus.ca/index.php?title=Jynx%27s_Clinic">Jynx's Clinic</a>]]></name> |
|
|
|
|
<styleUrl>#jackpoint-logo</styleUrl> |
|
|
|
|
<Point> |
|
|
|
|
<coordinates>-122.131861,47.704018</coordinates> |
|
|
|
|
</Point> |
|
|
|
|