/usr/share/osgearth/maps/geopole.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 | <!--
Geopole.org street map with SRTM global elevation
-->
<map name="srtm sample" type="globe">
<image name="geopole.org street map" driver="tms">
<url>http://tms.geopole.org/1.0.0/geopole_street/tms.xml</url>
</image>
<heightfield name="pelican srtm" driver="tms">
<url>http://demo.pelicanmapping.com/rmweb/data/srtm30_plus_tms/tms.xml</url>
</heightfield>
<vertical_scale>2</vertical_scale>
<skirt_ratio>0.01</skirt_ratio>
<sample_ratio>0.25</sample_ratio>
</map>
|