This file is indexed.

/usr/share/osgearth/maps/bing.earth is in osgearth-data 2.9.0+dfsg-1.

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
<!--
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>    
    <image name="bing" driver="bing">
        <key>your-api-key-here</key>
        <imagery_set>AerialWithLabels</imagery_set>
    </image>    
</map>