-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBoston.kml
81 lines (81 loc) · 2.3 KB
/
Boston.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
72
73
74
75
76
77
78
79
80
81
<?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>Boston</name>
<gx:CascadingStyle kml:id="__managed_style_27DAB4606E330303674B">
<Style>
<IconStyle>
<scale>1.2</scale>
<Icon>
<href>https://earth.google.com/earth/rpc/cc/icon?color=fbc02d&id=2000&scale=4</href>
</Icon>
<hotSpot x="64" y="128" xunits="pixels" yunits="insetPixels"/>
</IconStyle>
<LabelStyle>
</LabelStyle>
<LineStyle>
<color>ff2dc0fb</color>
<width>4.8</width>
</LineStyle>
<PolyStyle>
<color>40ffffff</color>
</PolyStyle>
<BalloonStyle>
<gx:displayMode>card</gx:displayMode>
</BalloonStyle>
</Style>
</gx:CascadingStyle>
<gx:CascadingStyle kml:id="__managed_style_1F3DBB88BF330303674B">
<Style>
<IconStyle>
<Icon>
<href>https://earth.google.com/earth/rpc/cc/icon?color=fbc02d&id=2000&scale=4</href>
</Icon>
<hotSpot x="64" y="128" xunits="pixels" yunits="insetPixels"/>
</IconStyle>
<LabelStyle>
</LabelStyle>
<LineStyle>
<color>ff2dc0fb</color>
<width>3.2</width>
</LineStyle>
<PolyStyle>
<color>40ffffff</color>
</PolyStyle>
<BalloonStyle>
<gx:displayMode>card</gx:displayMode>
</BalloonStyle>
</Style>
</gx:CascadingStyle>
<StyleMap id="__managed_style_0E5561B68A330303674B">
<Pair>
<key>normal</key>
<styleUrl>#__managed_style_1F3DBB88BF330303674B</styleUrl>
</Pair>
<Pair>
<key>highlight</key>
<styleUrl>#__managed_style_27DAB4606E330303674B</styleUrl>
</Pair>
</StyleMap>
<Placemark id="02F080D2F9330303672A">
<name>Boston</name>
<gx:mid>/m/01cx_</gx:mid>
<gx:fid>0x89e3652d0d3d311b:0x787cbf240162e8a0</gx:fid>
<LookAt>
<longitude>-70.97028399999999</longitude>
<latitude>42.31434995</latitude>
<altitude>0</altitude>
<heading>0</heading>
<tilt>0</tilt>
<gx:fovy>35</gx:fovy>
<range>68761.1801354122</range>
<altitudeMode>relativeToGround</altitudeMode>
</LookAt>
<styleUrl>#__managed_style_0E5561B68A330303674B</styleUrl>
<Point>
<altitudeMode>relativeToGround</altitudeMode>
<coordinates>-71.0588801,42.3600825,0</coordinates>
</Point>
</Placemark>
</Document>
</kml>