1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-01 09:24:10 +01:00

LP-29 added osgearth resources

This commit is contained in:
Philippe Renon 2015-09-05 15:46:37 +02:00
parent 1aa024b007
commit c60d8efd32
3 changed files with 48 additions and 0 deletions

View File

@ -0,0 +1,21 @@
<!-- osgEarth Configuration -->
<map name="ArcGIS World Imagery" type="geocentric" version="2">
<options>
<!--overlay_resolution_ratio="1.0"/-->
<terrain first_lod="0" />
<!--terrain first_lod="0" min_lod="20" /-->
</options>
<image name="arcgis-world-imagery" driver="arcgis">
<transparent_color>255 255 255 1</transparent_color>
<url>http://services.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer</url>
<nodata_image>http://services.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer/tile/100/0/0.jpeg</nodata_image>
</image>
<elevation name="ReadyMap.org - Elevation" driver="tms">
<url>http://readymap.org/readymap/tiles/1.0.0/9/</url>
</elevation>
</map>

Binary file not shown.

After

Width:  |  Height:  |  Size: 71 KiB

View File

@ -0,0 +1,27 @@
<!--
osgEarth Sample - ReadyMap.ORG Server - http://readymap.org
ReadyMap.ORG provides free global base map data for osgEarth developers!
This tiled, worldwide dataset of imagery, elevation, and street map data
is a great base map that provides global context for your own local datasets.
It works "out of the box" with osgEarth applications.
**** NOTICE ****
YOU ARE RESPONSIBLE for abiding by the TERMS AND CONDITIONS outlined at: http://readymap.org
-->
<map name="readymap.org" type="geocentric">
<options>
<!--overlay_resolution_ratio="1.0"/-->
<terrain first_lod="0" min_lod="20" />
</options>
<image name="readymap_imagery" driver="tms">
<url>http://readymap.org/readymap/tiles/1.0.0/7/</url>
</image>
<elevation name="readymap_elevation" driver="tms">
<url>http://readymap.org/readymap/tiles/1.0.0/9/</url>
</elevation>
</map>