File: kml_snapshot_feed.kml

package info (click to toggle)
xastir 2.2.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 22,860 kB
  • sloc: ansic: 126,160; perl: 7,792; makefile: 448; sh: 228; 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>