File: overlay.kml

package info (click to toggle)
tilecache 2.11%2Bds-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 536 kB
  • sloc: python: 3,086; makefile: 92
file content (15 lines) | stat: -rw-r--r-- 397 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://earth.google.com/kml/2.1">
  <Folder>
  <NetworkLink>
    <Link>
      <href>http://tile.openaerialmap.org/tiles/1.0.0/openaerialmap/0/0/0.kml</href>
    </Link>
  </NetworkLink>
  <NetworkLink>
    <Link>
      <href>http://tile.openaerialmap.org/tiles/1.0.0/openaerialmap/0/1/0.kml</href>
    </Link>
  </NetworkLink>
  </Folder>
</kml>