This file is indexed.

/usr/share/osgearth/maps/arcgisonline.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
23
24
25
26
27
28
29
30
31
<!--
osgEarth Sample

This example shows how to pull map tiles from an ESRI ArcGIS Server.

Please note that use of ESRI's free maps is subject to certain restrictions:
http://resources.esri.com/arcgisonlineservices/index.cfm?fa=content
-->

<map name="ArcGIS Online" type="geocentric" version="2">
        
    <image name="arcgis-world-imagery" driver="arcgis">
        <url>http://services.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer</url>
		<nodata_image>http://services.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer/tile/100/0/0.jpeg</nodata_image>
    </image>
      
    <image name="arcgis-transportation" driver="arcgis">
        <url>http://services.arcgisonline.com/ArcGIS/rest/services/Reference/World_Transportation/MapServer</url>
    </image>
    
    <image name="arcgis-reference-overlay" driver="arcgis">
        <url>http://services.arcgisonline.com/ArcGIS/rest/services/Reference/World_Boundaries_and_Places_Alternate/MapServer</url>
    </image>
    
    <options>
        <lighting>false</lighting>
        <terrain>
            <min_tile_range_factor>9</min_tile_range_factor>
        </terrain>
    </options>
</map>