This file is indexed.

/usr/share/osgearth/maps/wms_jpl_landsat.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
<!-- 
osgEarth Sample - WMS Driver
Demonstrates the WMS Driver connecting to the JPL landsat tiled WMS using their TileService spec.
-->

<map version="2">
	
	<image name="Landsat" driver="wms">
        <url>http://onearth.jpl.nasa.gov/wms.cgi</url>
        <srs>EPSG:4326</srs>
        <tile_size>512</tile_size>
        <layers>global_mosaic</layers>
        <styles>visual</styles>
        <format>jpeg</format>
    </image>  
    
    <options lighting="false"/>
</map>