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