File: kml_snapshot_feed.kml

package info (click to toggle)
xastir 2.2.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 11,284 kB
  • sloc: ansic: 119,926; perl: 7,810; sh: 1,309; makefile: 392; sql: 102
file content (11 lines) | stat: -rw-r--r-- 287 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://earth.google.com/kml/2.1">
 <Document>
   <NetworkLink>
      <Link>
        <href>http://www.example.com/tracks/screenshot.kml</href>
        <refreshMode>onExpire</refreshMode>
      </Link>
  </NetworkLink>
</Document>
</kml>