This file is indexed.

/usr/share/osgearth/maps/photosphere1.earth is in osgearth-data 2.9.0+dfsg-1.

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
25
26
27
28
29
30
<!--
osgEarth Sample

Shows the skyview driver, which will flip an image source horizontally
so that it's viewable from inside the globe, planetarium style.

This image was shot with the "photosphere" mode with a Google Nexus 6p

Run with osgearth_skyview photosphere1.earth
-->
<map name="photosphere" type="geocentric">

    <options>

        <terrain>
            <cluster_culling>false</cluster_culling>
            <skirt_ratio>0.0</skirt_ratio>
        </terrain>

    </options>

    <!-- Wrap the image in the skyview driver to flip it-->
    <image name="stockholm_castle" driver="skyview">
	    <image name="stockholm_castle" driver="osg">
	        <url>/usr/share/osgearth/data/skyview/stockholm_castle.jpg</url>
	        <profile>global-geodetic</profile>
	    </image>      
    </image>

</map>