1<?xml version="1.0" encoding="utf-8"?>
2<!--
3  This is the KML from ../kmz/zermatt-photo.kmz with an id on PhotoOverlay.
4-->
5<kml xmlns="http://www.opengis.net/kml/2.2">
6  <PhotoOverlay id="photooverlay-zermatt">
7    <name>Untitled Photo Overlay</name>
8    <Camera>
9      <longitude>7.71792711000002</longitude>
10      <latitude>45.968226693</latitude>
11      <altitude>496.979999997134</altitude>
12      <heading>16.99</heading>
13      <tilt>83.1600000000001</tilt>
14      <roll>2.13108213421859e-06</roll>
15    </Camera>
16    <Style>
17      <IconStyle>
18        <Icon>
19          <href>files/camera_mode.png</href>
20        </Icon>
21      </IconStyle>
22      <ListStyle>
23        <listItemType>check</listItemType>
24        <bgColor>00ffffff</bgColor>
25        <ItemIcon>
26          <state>open closed error fetching0 fetching1 fetching2</state>
27          <href>http://maps.google.com/mapfiles/kml/shapes/camera-lv.png</href>
28        </ItemIcon>
29      </ListStyle>
30    </Style>
31    <Icon>
32      <href>files/zermatt.jpg</href>
33    </Icon>
34    <ViewVolume>
35      <leftFov>-25</leftFov>
36      <rightFov>25</rightFov>
37      <bottomFov>-17.225</bottomFov>
38      <topFov>17.225</topFov>
39      <near>107.223</near>
40    </ViewVolume>
41    <Point>
42      <altitudeMode>relativeToGround</altitudeMode>
43      <coordinates>
44        7.71792711000002,45.968226693,496.979999997134
45      </coordinates>
46    </Point>
47  </PhotoOverlay>
48</kml>
49