summaryrefslogtreecommitdiff
path: root/tests/mime-detection/googleearth.kml
blob: 8b2e6e5a7261bf9ae5427ea6f7c787fa62f4d2dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://earth.google.com/kml/2.0">
  <Document>
    <name>Airports of Germany</name>
    <Style id="randomColorIcon">
      <IconStyle>
        <Icon>
          <href>./icon21.png</href>
        </Icon>
      </IconStyle>
    </Style>
    <Placemark>
      <name>EDVE</name>
      <description><![CDATA[<p>Airport <b>Braunschweig/Wolfsburg</b></p><p>Tower: 119.35<br/>Info: 119.35</p>]]></description>
      <styleUrl>randomColorIcon</styleUrl>
      <Point>
        <coordinates>10.556111,52.319167</coordinates>
      </Point>
    </Placemark>
  </Document>
</kml>