This file is indexed.

/usr/share/osgearth/maps/vpb_with_inset.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
19
20
21
22
23
24
<!--
osgEarth Sample

Overlay a local imagery file on top of an existing VirtualPlanBuilder database.
Zoom in to the city of Boston (east coast of the US) to see the inset.
-->

<map name="Virtual Planet Builder inset" type="geocentric" version="2">

    <image name="imagery layer 0" driver="vpb">
        <url>http://www.openscenegraph.org/data/earth_bayarea/earth.ive</url>
        <primary_split_level>5</primary_split_level>
        <secondary_split_level>11</secondary_split_level>
    </image>
	
    <image name="vpb hires inset" driver="gdal">
	    <url>/usr/share/osgearth/data/boston-inset-wgs84.tif</url>
    </image>
	
    <options>
        <lighting>false</lighting>
    </options>
    
</map>