This file is indexed.

/usr/share/osgearth/maps/annotation.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
 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
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
<!--
osgEarth Sample - Annotations
-->
<map name="readymap.org" type="geocentric" version="2">

    <image name="ReadyMap.org - Imagery" driver="tms">
        <url>http://readymap.org/readymap/tiles/1.0.0/7/</url>
    </image>
        
    <elevation name="ReadyMap.org - Elevation" driver="tms">
        <url>http://readymap.org/readymap/tiles/1.0.0/116/</url>
    </elevation>
    
    <viewpoints>
        <viewpoint name="Annotation Samples" 
                   lat="33" long="-118" range="500000"
                   heading="35.27" pitch="-35" />
    </viewpoints>
    
    <annotations name="Annotations Group A">
    
        <label text="Label">
            <position lat="34" long="-120" />
            <style type="text/css">
                text-align:     center_center;
                text-size:      20;
                text-declutter: true;
                text-halo:      #777;
                text-bbox-fill: #00FF0033;
                text-bbox-margin: 3;
                text-bbox-border: #FFFFFFFF;
                text-bbox-border-width: 1;
            </style>
        </label>
    
        <label text="Label with offsets">
            <position lat="16" long="-120" />
            <style type="text/css">
                text-align:     center_center;
                text-size:      20;
                text-declutter: true;
                text-halo:      #777;
                text-offset-x:  28;
                text-offset-y:  -100;
                text-bbox-fill: #00FF0033;
                text-bbox-margin: 3;
                text-bbox-border: #FFFFFFFF;
                text-bbox-border-width: 1;
            </style>
        </label>
        
        <place text="Place">
            <position lat="35" long="-110"/>
            <icon>/usr/share/osgearth/data/placemark32.png</icon>
            <style type="text/css">
                text-declutter: true;
                text-halo:      #777;
            </style>
        </place>
        
        <circle name="draped circle">
            <position lat="34.051" long="-117.974"/>
            <radius value="50" units="km"/>
            <style type="text/css">
                fill:               #ffff0080;
                stroke:             #ffffff;
                stroke-width:       2px;
                altitude-clamping:  terrain-drape;
            </style>
        </circle>
        <label text="Draped circle" lat="34.051" long="-117.974"/>
        
        <circle name="scene-clamped circle">
            <position lat="22.074" long="-159.606"/>
            <radius value="1.2" units="km"/>
            <style type="text/css">
                stroke:             #ffffff;
                stroke-width:       2px;
                altitude-clamping:  terrain-scene;
                altitude-binding:   vertex;
                render-depth-offset-auto: true;
            </style>
        </circle>
        <label text="scene-clamped circle" lat="22.074" long="-159.606"/>
        
        <ellipse name="ellipse relative">
            <position lat="40" long="-100" hat="5000"/>
            <radius_major value="50" units="km"/>
            <radius_minor value="40" units="km"/>
            <style type="text/css">
                fill: #ff00ff7f;
                stroke: #ffffff;
            </style>
        </ellipse>
        <label text="HAT Ellipse" lat="40" long="-100.0"/>
    </annotations>
    
    <annotations name="Annotations Group B">
        
        <ellipse name="ellipse extruded">
            <position lat="32" long="-100.0"/>
            <radius_major value="50" units="km"/>
            <radius_minor value="20" units="km"/>
            <style type="text/css">
                fill:             #ff7f007f;
                stroke:           #ff0000ff;
                extrusion-height: 5000;
            </style>
        </ellipse>
        <label text="Extruded Ellipse" lat="32" long="-100.0"/>

        <feature name="Extruded Line">
            <srs>wgs84</srs>
            <geometry>
                LINESTRING(-80.37 34.039, -80.09 33.96, -79.75 34, -79.43 33.37, -79.48 32.88)
            </geometry>
            <style type="text/css">
                fill:                #ff00ff7f;
                stroke:              #ffff00;
                stroke-width:        3;
                stroke-crease-angle: 45.0;
                extrusion-height:    30000;
                render-lighting:     true;
            </style>
        </feature>
        <label text="Extruded Line" lat="32" long="-80"/>

        <feature name="GPU-Clamped Line">
            <srs>wgs84</srs>
            <geometry>
                LINESTRING(-110 47, -110 43, -120 43, -120 42)
            </geometry>
            <style type="text/css">
                stroke:              #ff3000;
                stroke-width:        3;
                stroke-tessellation-size: 1km;
                altitude-clamping:   terrain-gpu;
            </style>
        </feature>
        <label text="GPU-Clamped Line" lat="44" long="-115">
            <style type="text/css">
                text-align:             center_center;
                text-geographic-course: 45.0;
                text-bbox-fill: #FFFF0033;
                text-bbox-margin: 8;
                text-bbox-border: #FFFF00;
                text-bbox-border-width: 0.5;
            </style>
        </label>
        
        <feature name="Draped Polygon">
            <srs>wgs84</srs>
            <geometry>
                POLYGON((-100 47, -100 49, -95 48, -96 45, -98 42))
            </geometry>
            <style type="text/css">
                fill:     #ffff007f;
                stroke:   #ffffff;
                stroke-width: 2px;
                altitude-clamping: terrain-drape;
            </style>
        </feature>
        <label text="Draped Polygon" lat="45" long="-98"/>
        
        <model name="Auto-Scaled Model">
            <position lat="43" long="-100"/>
            <style>
                model:       "/usr/share/osgearth/data/red_flag.osg.45.scale";
                model-scale: auto;
            </style>
        </model>
        <label text="Auto-Scaled Model" lat="42.5" long="-100"/>
        
        <imageoverlay>
            <url>/usr/share/osgearth/data/fractal.png</url>
            <alpha>1.0</alpha>
            <geometry>POLYGON((-81 26, -80.5 26, -80.5 26.5, -81 26.5))</geometry>
        </imageoverlay>            
        <label text="ImageOverlay" lat="26" long="-81"/>
        
        <local_geometry name="3D geometry">
            <geometry>
                POLYGON((0 0 0, -25000 0 45000, 0 0 75000, 25000 0 45000))
            </geometry>
            <position lat="33.4" long="-116.6"/>
            <style type="text/css">
                fill:            #00ff00;
                stroke:          #ffff00;
                stroke-width:    2px;
                render-lighting: false;
            </style>
            <horizon_culling>true</horizon_culling>
        </local_geometry>
        <label text="3D Geometry" lat="33.4" long="-116.6"/>

        <feature name="Long Line">
            <srs>wgs84</srs>
            <geometry>
                LINESTRING(10 0, 10 65)
            </geometry>
            <style type="text/css">
                stroke:              #ffff00;
                stroke-width:        3;
                stroke-tessellation-size: 1km;
                altitude-clamping:   terrain;
                altitude-technique:  gpu;
                render-lighting:     false;
            </style>
        </feature>
        
        <label text="Tessellated line" lat="35" long="10">
            <style type="text/css">
                text-align:              center_bottom;
                text-geographic-course:  0;
            </style>
        </label>
        
    </annotations>
</map>