This file is indexed.

/usr/share/osgearth/maps/boston_tfs.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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!--
osgEarth Sample.

Demonstrates TFS feature source.
-->

<map name="Boston Demo" type="geocentric" version="2">
    
    <image name="ReadyMap.org - Imagery" driver="tms">
        <url>http://readymap.org/readymap/tiles/1.0.0/22/</url>
    </image>
      
    <model name="buildings" driver="feature_geom">
             
        <features name="buildings" driver="tfs">
            <url>/usr/share/osgearth/data/tfs_boston.zip/layer/tfs.xml</url>
            <format>json</format>
        </features>
        
        <layout>
            <tile_size_factor>10</tile_size_factor>
        </layout>
        
        <styles>            
            <style type="text/css">
                buildings {
                    extrusion-height:      3.5 * max([story_ht_], 1);
                    extrusion-flatten:     true;
                    fill:                  #7f7f7f;
                    stroke:                #4f4f4f;
                }
            </style>
        </styles>

        <lighting>true</lighting>        
    </model>
    
    
    <options>
        <lighting>false</lighting>
    </options> 
    
    <external>
        <viewpoints>
            <viewpoint name="Boston Overview" heading="24.261" height="0" lat="42.34425" long="-71.076262" pitch="-21.6" range="3450"/>
        </viewpoints>
        <sky hours="21.0"/>
    </external>
  
</map>