-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathupdatedFeatures.kml
More file actions
55 lines (55 loc) · 1.42 KB
/
updatedFeatures.kml
File metadata and controls
55 lines (55 loc) · 1.42 KB
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
<?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>updatedFeatures.kml</name>
<Style id="sn_loading-zone">
<IconStyle>
<color>ff0000ff</color>
<scale>1.1</scale>
<Icon>
<href>GeoJSON.tm2/Icons/loading-zone.png</href>
</Icon>
</IconStyle>
<ListStyle>
</ListStyle>
</Style>
<StyleMap id="msn_loading-zone">
<Pair>
<key>normal</key>
<styleUrl>#sn_loading-zone</styleUrl>
</Pair>
<Pair>
<key>highlight</key>
<styleUrl>#sh_loading-zone</styleUrl>
</Pair>
</StyleMap>
<Style id="sh_loading-zone">
<IconStyle>
<color>ff0000ff</color>
<scale>1.3</scale>
<Icon>
<href>GeoJSON.tm2/Icons/loading-zone.png</href>
</Icon>
</IconStyle>
<ListStyle>
</ListStyle>
</Style>
<Placemark>
<name>Loading Zone</name>
<LookAt>
<longitude>-149.1309723242077</longitude>
<latitude>61.58273923496882</latitude>
<altitude>0</altitude>
<heading>0.4703506002667306</heading>
<tilt>27.61602353792182</tilt>
<range>399.7757082562785</range>
<gx:altitudeMode>relativeToSeaFloor</gx:altitudeMode>
</LookAt>
<styleUrl>#msn_loading-zone</styleUrl>
<Point>
<gx:drawOrder>1</gx:drawOrder>
<coordinates>-149.1313631812803,61.58355743973085,0</coordinates>
</Point>
</Placemark>
</Document>
</kml>