/usr/share/osgearth/maps/openstreetmap.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 | <!--
OpenStreetMap's Mapnik "Slippy Map" - Geocentric.
See:
http://wiki.openstreetmap.org/wiki/Slippy_map_tilenames
-->
<map name="OpenStreetMap" type="geocentric" version="2">
<image name="osm_mapnik" driver="xyz">
<url>http://[abc].tile.openstreetmap.org/{z}/{x}/{y}.png</url>
<profile>spherical-mercator</profile>
<cache_policy usage="none"/>
</image>
<options>
<lighting>false</lighting>
<terrain>
<min_tile_range_factor>8</min_tile_range_factor>
</terrain>
</options>
</map>
|