libextractor

GNU libextractor
Log | Files | Refs | Submodules | README | LICENSE

kml_test.kml (2027B)


      1 <?xml version="1.0" encoding="UTF-8"?>
      2 <kml xmlns="http://www.opengis.net/kml/2.2"
      3      xmlns:atom="http://www.w3.org/2005/Atom"
      4      xmlns:gx="http://www.google.com/kml/ext/2.2">
      5   <Document>
      6     <name>Zurich morning walk</name>
      7     <description><![CDATA[<p>Exported from the handheld on
      8       <b>2024-03-15</b>.  See <a href="https://example.com/~anna/">the
      9       index</a> for the other days.</p>]]></description>
     10     <atom:author>
     11       <atom:name>Anna Mueller</atom:name>
     12     </atom:author>
     13     <atom:link href="https://example.com/~anna/"/>
     14     <TimeStamp>
     15       <when>2024-03-15T07:12:00Z</when>
     16     </TimeStamp>
     17     <LookAt>
     18       <longitude>8.547000</longitude>
     19       <latitude>47.381000</latitude>
     20       <altitude>0</altitude>
     21       <range>1200</range>
     22       <tilt>45</tilt>
     23       <heading>10</heading>
     24     </LookAt>
     25     <Style id="track">
     26       <LineStyle>
     27         <color>ff0000ff</color>
     28         <width>4</width>
     29       </LineStyle>
     30     </Style>
     31     <Placemark>
     32       <name>Home</name>
     33       <description>Start of the recording</description>
     34       <Point>
     35         <coordinates>8.541694,47.376890,408.2</coordinates>
     36       </Point>
     37     </Placemark>
     38     <Placemark>
     39       <name>Office</name>
     40       <description>End of the recording</description>
     41       <Point>
     42         <coordinates>8.552300,47.385100,419.3</coordinates>
     43       </Point>
     44     </Placemark>
     45     <Placemark>
     46       <name>Walked track</name>
     47       <styleUrl>#track</styleUrl>
     48       <LineString>
     49         <tessellate>1</tessellate>
     50         <coordinates>
     51           8.541694,47.376890,408.2
     52           8.543210,47.378120,412.5
     53           8.546800,47.380450,425.0
     54           8.549900,47.382990,430.7
     55           8.552300,47.385100,419.3
     56         </coordinates>
     57       </LineString>
     58     </Placemark>
     59     <NetworkLink>
     60       <name>Live position</name>
     61       <Link>
     62         <href>https://tracker.example.net/live/anna.kml</href>
     63         <refreshMode>onInterval</refreshMode>
     64         <refreshInterval>30</refreshInterval>
     65       </Link>
     66     </NetworkLink>
     67   </Document>
     68 </kml>