This file is indexed.

/usr/share/osgearth/maps/triton.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
31
32
33
34
35
36
37
38
39
<!--
Tests the Triton ocean plugin.
http://sundog-soft.com/sds/features/real-time-3d-clouds/
-->
<map name="readymap.org" type="geocentric" version="2">

    <image name="readymap_imagery" driver="tms" visible="true">
        <url>http://readymap.org/readymap/tiles/1.0.0/7/</url>
    </image>
        
    <elevation name="readymap_elevation" driver="tms">
        <url>http://readymap.org/readymap/tiles/1.0.0/116/</url>
    </elevation>

    <image name="ocean_mask" driver="tms" shared="true" visible="false">
        <url>http://readymap.org/readymap/tiles/1.0.0/2/</url>
    </image>

    <triton>
        <user> my_user_name </user>
        <license_code> my_license_code </license_code>
        <max_altitude> 500000 </max_altitude>
        <mask_layer>ocean_mask</mask_layer>
    </triton>

    <viewpoints>
        <viewpoint name="Start" heading="-29.7876" pitch="-12" range="4200" long="-156.537" lat="20.6702" />
        <viewpoint name="Above" heading="-35.42227636584842" height="-188.2792971581221" lat="20.68154179570284" long="-156.5452311560784" pitch="-30" range="5469"/>
        <viewpoint name="Near clip" heading="-0.618211rad" height="-190.1852927561849" lat="20.67586333023495" long="-156.5418074743535" pitch="-0.2546rad" range="1154.32m"/>
        <viewpoint name="Horizon"  heading="-27.1911" height="-206.3652788307518" lat="20.69785423327782" long="-156.5550697849549" pitch="-16.0293" range="68323m"/>
    </viewpoints>
        
    <annotations>
        <model name="Object in the water">
            <url>/usr/share/osgearth/data/red_flag.osg.40.scale</url>
            <position lat="20.6714" long="-156.5384" alt="0"/>
        </model>
    </annotations>
</map>