mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-12-13 20:48:42 +01:00
c14cacb043
and associated pro file. Change-Id: Icc200217f2db27635c7aa2e5b182f9b273925647
27 lines
693 B
Plaintext
27 lines
693 B
Plaintext
<!--
|
|
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>
|
|
|
|
<heightfield name="pelican srtm" driver="tms">
|
|
<url>http://demo.pelicanmapping.com/rmweb/data/srtm30_plus_tms/tms.xml</url>
|
|
</heightfield>
|
|
|
|
<options>
|
|
<lighting>false</lighting>
|
|
<terrain>
|
|
<vertical_scale>2</vertical_scale>
|
|
<loading_policy mode="sequential"/>
|
|
</terrain>
|
|
</options>
|
|
|
|
</map>
|