This file is indexed.

/usr/share/osgearth/maps/wms_nexrad.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
25
26
27
<!--
osgEarth Sample

US NEXRAD 45 minute radar returns overlaid on imagery.
-->

<map name="WMS Radar returns" type="geocentric" version="2">   
     
    <image name="world" driver="gdal">
        <url>/usr/share/osgearth/data/world.tif</url>
        <cache_policy usage="no_cache"/>
    </image>
    
    <image name="nexrad45min" driver="wms">
        <url>http://mesonet.agron.iastate.edu/cgi-bin/wms/nexrad/n0r.cgi</url>
        <format>png</format>
        <layers>nexrad-n0r</layers>
        <tile_size>256</tile_size>
        <srs>EPSG:4326</srs>
        <transparent>true</transparent>
        <cache_policy usage="no_cache"/>
    </image>
    
    <options>
        <lighting>false</lighting>
    </options>
</map>