Merged in f5soh/librepilot/LP-575_fedora_package (pull request #491)
[librepilot.git] / ground / gcs / src / share / osgearth / mapquest_open_aerial.earth
blob15d6b964ae828011eeee7099a9488d938a5b3097
1 <!-- 
2 MapQuest - Open Aerial Map
3 LOD 1-12 worldwide; 12+ US-only.
4 http://developer.mapquest.com/web/products/open/map
6 NOTE: You are responsible for abiding by the provider's terms of service:
7 http://developer.mapquest.com/web/info/terms-of-use
9 TIP: set your OSG_NUM_HTTP_DATABASE_THREADS to 4 or more!
10 -->
12 <map name="MapQuest Open Aerial" type="geocentric" version="2">
14     <image name="mapquest_open_aerial" driver="xyz">
15         <url>http://oatile[1234].mqcdn.com/tiles/1.0.0/sat/{z}/{x}/{y}.jpg</url>
16         <profile>spherical-mercator</profile>
17         <cache_policy usage="no_cache"/>
18         <nodata_image>http://oatile3.mqcdn.com/tiles/1.0.0/sat/13/636/6210.jpg</nodata_image>
19     </image>
20     
21     <options>
22         <lighting>false</lighting>
23     </options>
24     
25 </map>