This file is indexed.

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

Show how to use CloudMade's XYZ interface.
-->

<map name="Cloudmade" type="geocentric" version="2">

    <image driver="gdal" name="world-tiff">
        <url>/usr/share/osgearth/data/world.tif</url>
    </image>

   <image name="osm-cloudmade-35117" driver="xyz">
       <url>http://[abc].tile.cloudmade.com/f10ecb40ab2159639c5f2d4b9a273f1d/35117/256/{z}/{x}/{y}.png</url>
       <profile>global-mercator</profile>
   </image> 

   <options>   
       <lighting>false</lighting>
   </options>
   
</map>