This file is indexed.

/usr/share/osgearth/maps/bing.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
<!--
Mircosoft Bing Maps example.

  Usage of Bing Maps requires a key. Get a key here:
  http://www.bing.com/developers/

  Bing Maps Terms of Service:
  http://www.microsoft.com/maps/product/terms.html

Supported imagery sets are Aerial, AerialWithLabels, and Road.
-->

<map>
    <options>
        <elevation_tile_size>5</elevation_tile_size>        
        <terrain lighting="false" first_lod="1"/>
    </options>
    
    <image driver="bing">
        <key>your-api-key-here</key>
        <imagery_set>AerialWithLabels</imagery_set>
    </image>
    
</map>