Merged in f5soh/librepilot/update_credits (pull request #529)
[librepilot.git] / ground / gcs / src / share / osgearth / readymap.earth
blob385787888825a9fa370610361a0e64086a5b0f73
1 <!--
2 osgEarth Sample - ReadyMap.ORG Server - http://readymap.org
4 ReadyMap.ORG provides free global base map data for osgEarth developers!
5 This tiled, worldwide dataset of imagery, elevation, and street map data
6 is a great base map that provides global context for your own local datasets.
7 It works "out of the box" with osgEarth applications.
9 **** NOTICE ****
10 YOU ARE RESPONSIBLE for abiding by the TERMS AND CONDITIONS outlined at: http://readymap.org
11 -->
12 <map name="readymap.org" type="geocentric">
14     <options>
15         <!--overlay_resolution_ratio="1.0"/-->
16         <terrain first_lod="0" min_lod="20" />
17     </options>
19     <image name="readymap_imagery" driver="tms">
20         <url>http://readymap.org/readymap/tiles/1.0.0/7/</url>
21     </image>
23     <elevation name="readymap_elevation" driver="tms">
24         <url>http://readymap.org/readymap/tiles/1.0.0/9/</url>
25     </elevation>
27  </map>