This file is indexed.

/usr/share/osgearth/maps/mb_tiles.earth is in osgearth-data 2.5.0+dfsg-2.

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
19
20
21
22
23
<!--
osgEarth Sample

This example shows how to access an MBTiles dataset.  The MBTiles datasets are very large so they are no in the osgEarth repository.  You can download samples from http://mapbox.com/#/
-->

<map name="MBTiles" type="geocentric" version="2">    
      
      <!--
   <image driver="gdal" name="world-tiff">
        <url>/usr/share/osgearth/data/world.tif</url>
    </image>	   
    -->
	  
    <!--
    Add the haiti mbtiles dataset available at http://maps.internews.eu/v2/haiti-terrain-grey.mbtiles.
    You may need to change the path to point to your download location-->	  
    <image name="haiti" driver="mbtiles">
        <filename>/usr/share/osgearth/data/haiti-terrain-grey.mbtiles</filename>
		<format>jpg</format>
    </image>
   
</map>