-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathscoutmap.kml
71 lines (64 loc) · 2.91 KB
/
scoutmap.kml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
<Document>
<name>Scouts HQ</name>
<Placemark>
<name>Gilwell Mosque!</name>
<description><![CDATA[ <p style="color:#DB9390;background-color:#57373E; padding:0.5em">This is the beautiful Mosque at Gilwell, where Muslim Scouts can worship.]]> </description>
<Style>
<IconStyle>
<Icon>
<href>https://rpf.io/scouts-icon-sign</href>
</Icon>
</IconStyle>
</Style>
<Point>
<coordinates>0.00159,51.64985</coordinates>
</Point>
</Placemark>
<Placemark>
<name>Gilwell Oak</name>
<description> <![CDATA[ <p style="color:#603701;background-color:#99cc00; padding:0.5em"> <a href='https://en.wikipedia.org/wiki/Gilwell_Oak'> The Gilwell Oak </a> is a Common or English Oak (Quercus robur) of approximately 450-550 years of age. It is reputed to have been used as a hiding place by Dick Turpin and since the 20th century has become closely associated with the Scout movement. <center><a title="David Nash [CC BY-SA (https://creativecommons.org/licenses/by-sa/2.0)]" href="https://commons.wikimedia.org/wiki/File:Gilwell_Oak_(5948293396).jpg"><img width="512" alt="Gilwell Oak (5948293396)" src="https://upload.wikimedia.org/wikipedia/commons/thumb/6/6a/Gilwell_Oak_%285948293396%29.jpg/512px-Gilwell_Oak_%285948293396%29.jpg"></a> </center> ]]> </description>
<Style>
<IconStyle>
<Icon>
<href>http://rpf.io/scouts-icon-tree</href>
</Icon>
</IconStyle>
</Style>
<Point>
<coordinates>0.001049,51.650356</coordinates>
</Point>
</Placemark>
<Placemark>
<name>Scout Association HQ</name>
<description>
<![CDATA[ <p style="color:#b1b2b5;background-color:#4d1979; padding:0.5em">This is the UK Headquarters of the <a href='http://www.scouts.org.uk'>Scouting Assocation</a>! <center><a title="Superchilum [CC BY-SA (https://creativecommons.org/licenses/by-sa/3.0)]" href="https://commons.wikimedia.org/wiki/File:WSJ2007_Gilwell_Park_Discovery_House.JPG"><img width="512" alt="WSJ2007 Gilwell Park Discovery House" src="https://upload.wikimedia.org/wikipedia/commons/thumb/1/13/WSJ2007_Gilwell_Park_Discovery_House.JPG/512px-WSJ2007_Gilwell_Park_Discovery_House.JPG"></a></center> ]]>
</description>
<Style>
<IconStyle>
<Icon>
<href>http://maps.google.com/mapfiles/kml/shapes/ranger_station.png</href>
</Icon>
</IconStyle>
</Style>
<Point>
<coordinates>0.0026,51.6500178,0 0.001853,51.649846,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>Open Chapel</name>
<description> <![CDATA[ <p style="color:#f4e6e6;background-color:#3e86d8; padding:0.5em">This is the lovely 'Open Chapel' at Gilwell Park where Scouts and visitors can worship, no matter their religious leanings. <center></center> ]]> </description>
<Style>
<IconStyle>
<Icon>
<href>http://rpf.io/scouts-icon-sign</href>
</Icon>
</IconStyle>
</Style>
<Point>
<coordinates>0.001853,51.649846,0</coordinates>
</Point>
</Placemark>
</Document>
</kml>