-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path12a.kml
46 lines (45 loc) · 1.06 KB
/
12a.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
<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://earth.google.com/kml/2.2">
<Document>
<PhotoOverlay>
<name>12a</name>
<description>真備町 船で救出</description>
<Camera>
<longitude>135.0</longitude>
<latitude>35.0</latitude>
<altitude>38.97</altitude>
<heading>0</heading>
<tilt>90</tilt>
<roll>0</roll>
</Camera>
<Style>
<IconStyle>
<Icon>
<href>http://maps.google.com/mapfiles/kml/shapes/camera.png</href>
</Icon>
</IconStyle>
</Style>
<Icon>
<href>12a-tiles/12a_$[level]_$[x]_$[y].jpg</href>
</Icon>
<shape>rectangle</shape>
<ViewVolume>
<near>40.0</near>
<leftFov>-60.0</leftFov>
<rightFov>60.0</rightFov>
<bottomFov>-44.25358</bottomFov>
<topFov>44.25358</topFov>
</ViewVolume>
<roll>0</roll>
<ImagePyramid>
<tileSize>256</tileSize>
<maxWidth>1920</maxWidth>
<maxHeight>1080</maxHeight>
<gridOrigin>upperLeft</gridOrigin>
</ImagePyramid>
<Point>
<coordinates>135.0,35.0</coordinates>
</Point>
</PhotoOverlay>
</Document>
</kml>