This file is indexed.

/usr/share/osgearth/maps/yahoo_maps.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
<!--
osgEarth Sample

This example pulls road map tiles from the Yahoo! Maps service.

This is for educational purposes only - it is your responsibility to abide by
the provider's terms of service when using their data.
-->

<map name="Yahoo maps" type="geocentric" version="2">
    
    <image name="roads map" driver="yahoo">
        <dataset>roads</dataset>
    </image>
    
    <options>
        <lighting>false</lighting>
    </options>
   
</map>