This file is indexed.

/usr/share/osgearth/maps/srtm.earth is in osgearth-data 2.4.0+dfsg-6.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
<!--
osgEarth Sample - SRTM global elevation

This sample demonstrates the use of a global SRTM TMS data source for world-wide elevation.
The heightfield is draped with the NASA Blue Marble imagery.
-->

<map name="srtm sample" type="globe" version="2">

  <image name="pelican nasa blue marble" driver="tms">
    <url>http://demo.pelicanmapping.com/rmweb/data/bluemarble-tms/tms.xml</url>
  </image>
  
  <heightfield name="pelican srtm" driver="tms">
    <url>http://demo.pelicanmapping.com/rmweb/data/srtm30_plus_tms/tms.xml</url>
  </heightfield>

</map>