/usr/share/osgearth/maps/arcgisonline.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 | <!--
osgEarth Sample
This example shows how to pull map tiles from an ESRI ArcGIS Server.
Please note that use of ESRI's free maps is subject to certain restrictions:
http://resources.esri.com/arcgisonlineservices/index.cfm?fa=content
-->
<map name="ArcGIS Online" type="geocentric" version="2">
<image name="arcgis-world-imagery" driver="arcgis">
<url>http://services.arcgisonline.com/arcgis/rest/services/World_Imagery/MapServer/</url>
<nodata_image>http://services.arcgisonline.com/ArcGIS/rest/services/World_Topo_Map/MapServer/tile/100/0/0.jpeg</nodata_image>
<cache_policy usage="no_cache"/>
</image>
<image name="arcgis-transportation" driver="arcgis" enabled="false">
<url>http://services.arcgisonline.com/ArcGIS/rest/services/Reference/World_Transportation/MapServer</url>
<cache_policy usage="no_cache"/>
</image>
<image name="arcgis-reference-overlay" driver="arcgis" enabled="false">
<url>http://services.arcgisonline.com/ArcGIS/rest/services/Reference/World_Boundaries_and_Places_Alternate/MapServer</url>
<cache_policy usage="no_cache"/>
</image>
<options>
<lighting>false</lighting>
</options>
</map>
|