-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathHF_Radar_SYD.kml
64 lines (64 loc) · 1.97 KB
/
HF_Radar_SYD.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
<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2" xmlns:gx="http://www.google.com/kml/ext/2.2" xmlns:kml="http://www.opengis.net/kml/2.2" xmlns:atom="http://www.w3.org/2005/Atom">
<Document>
<name>HF_Radar_SYD.kml</name>
<Style id="sn_ylw-pushpin">
<IconStyle>
<scale>1.1</scale>
<Icon>
<href>http://maps.google.com/mapfiles/kml/pushpin/ylw-pushpin.png</href>
</Icon>
<hotSpot x="20" y="2" xunits="pixels" yunits="pixels"/>
</IconStyle>
<BalloonStyle>
</BalloonStyle>
<LineStyle>
<color>ff1200fc</color>
</LineStyle>
<PolyStyle>
<color>660d00fc</color>
</PolyStyle>
</Style>
<StyleMap id="msn_ylw-pushpin">
<Pair>
<key>normal</key>
<styleUrl>#sn_ylw-pushpin</styleUrl>
</Pair>
<Pair>
<key>highlight</key>
<styleUrl>#sh_ylw-pushpin</styleUrl>
</Pair>
</StyleMap>
<Style id="sh_ylw-pushpin">
<IconStyle>
<scale>1.3</scale>
<Icon>
<href>http://maps.google.com/mapfiles/kml/pushpin/ylw-pushpin.png</href>
</Icon>
<hotSpot x="20" y="2" xunits="pixels" yunits="pixels"/>
</IconStyle>
<BalloonStyle>
</BalloonStyle>
<LineStyle>
<color>ff1200fc</color>
</LineStyle>
<PolyStyle>
<color>660d00fc</color>
</PolyStyle>
</Style>
<Placemark>
<name>Untitled Polygon</name>
<styleUrl>#msn_ylw-pushpin</styleUrl>
<Polygon>
<tessellate>1</tessellate>
<outerBoundaryIs>
<LinearRing>
<coordinates>
151.2590384331215,-34.11408122998166,0 150.9675319596798,-34.4061784400978,0 150.896153922898,-35.05408263045123,0 150.7598290880459,-35.16886952591094,0 151.0097088122678,-35.70544042493331,0 151.5704983352917,-35.95755940989054,0 151.8661435953046,-35.23373973709027,0 152.362654540175,-34.57880180425683,0 152.4769192563696,-34.05331616197302,0 152.0429389604019,-33.80462286651995,0 151.3048434490362,-33.81002705601657,0 151.2590384331215,-34.11408122998166,0
</coordinates>
</LinearRing>
</outerBoundaryIs>
</Polygon>
</Placemark>
</Document>
</kml>