mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-11-29 07:24:13 +01:00
Added the readymap based earth files
This commit is contained in:
parent
28f028064a
commit
dbbdb62173
@ -0,0 +1,35 @@
|
||||
<!--
|
||||
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" version="2">
|
||||
|
||||
<image name="ReadyMap.org - Imagery" driver="tms">
|
||||
<url>http://readymap.org/readymap/tiles/1.0.0/7/</url>
|
||||
</image>
|
||||
|
||||
<image name="ReadyMap.org - Street Map" driver="tms">
|
||||
<url>http://readymap.org/readymap/tiles/1.0.0/35/</url>
|
||||
</image>
|
||||
|
||||
<elevation name="ReadyMap.org - Elevation" driver="tms">
|
||||
<url>http://readymap.org/readymap/tiles/1.0.0/9/</url>
|
||||
</elevation>
|
||||
|
||||
<options>
|
||||
<terrain>
|
||||
<lighting>false</lighting>
|
||||
<lod_fall_off>6.0</lod_fall_off>
|
||||
</terrain>
|
||||
</options>
|
||||
|
||||
</map>
|
@ -0,0 +1,25 @@
|
||||
<!--
|
||||
osgEarth Sample - SRTM global elevation
|
||||
|
||||
This sample demonstrates the use of a global SRTM TMS data source for world-wide elevation.
|
||||
The heightfield is draped with the NASA Blue Marble imagery.
|
||||
-->
|
||||
|
||||
<map name="srtm sample" type="globe" version="2">
|
||||
|
||||
<image name="yahoo aerial" driver="yahoo">
|
||||
<dataset>satellite</dataset>
|
||||
</image>
|
||||
|
||||
|
||||
<elevation name="ReadyMap.org - Elevation" driver="tms">
|
||||
<url>http://readymap.org/readymap/tiles/1.0.0/9/</url>
|
||||
</elevation>
|
||||
|
||||
<options>
|
||||
<terrain>
|
||||
<lighting>false</lighting>
|
||||
<lod_fall_off>6.0</lod_fall_off>
|
||||
</terrain>
|
||||
</options>
|
||||
</map>
|
Loading…
Reference in New Issue
Block a user