This file is indexed.

/usr/share/osgearth/maps/mapquest_osm.earth is in osgearth-data 2.5.0+dfsg-2.

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
<!-- 
MapQuest - OpenStreetMap
http://developer.mapquest.com/web/products/open/map

NOTE: You are responsible for abiding by the provider's terms of service:
http://developer.mapquest.com/web/info/terms-of-use

TIP: set your OSG_NUM_HTTP_DATABASE_THREADS to 4 or more!
-->

<map name="MapQuest OpenStreetMap" type="geocentric" version="2">
 
    <image name="mapquest_osm" driver="xyz">
        <url>http://otile[1234].mqcdn.com/tiles/1.0.0/osm/{z}/{x}/{y}.jpg</url>
        <profile>global-mercator</profile>
    </image>
    
    <options>
        <lighting>false</lighting>
        <cache_policy usage="no_cache"/>
        <terrain>
            <min_tile_range_factor>9</min_tile_range_factor>
        </terrain>
    </options>
    
</map>