~ubuntu-branches/debian/sid/osgearth/sid

« back to all changes in this revision

Viewing changes to tests/readymap.earth

  • Committer: Bazaar Package Importer
  • Author(s): Pirmin Kalberer
  • Date: 2011-07-14 22:13:36 UTC
  • Revision ID: james.westby@ubuntu.com-20110714221336-94igk9rskxveh794
Tags: upstream-2.0+dfsg
ImportĀ upstreamĀ versionĀ 2.0+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!--
 
2
osgEarth Sample - ReadyMap.ORG Server - http://readymap.org
 
3
 
 
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.
 
8
 
 
9
**** NOTICE ****
 
10
YOU ARE RESPONSIBLE for abiding by the TERMS AND CONDITIONS outlined at:
 
11
http://readymap.org
 
12
 
 
13
-->
 
14
<map name="readymap.org" type="geocentric" version="2">
 
15
 
 
16
    <image name="ReadyMap.org - Imagery" driver="tms">
 
17
        <url>http://readymap.org/readymap/tiles/1.0.0/7/</url>
 
18
    </image>
 
19
 
 
20
    <image name="ReadyMap.org - Street Map" driver="tms">
 
21
        <url>http://readymap.org/readymap/tiles/1.0.0/35/</url>
 
22
    </image>
 
23
        
 
24
    <elevation name="ReadyMap.org - Elevation" driver="tms">
 
25
        <url>http://readymap.org/readymap/tiles/1.0.0/9/</url>
 
26
    </elevation>
 
27
    
 
28
    <options>
 
29
        <terrain>
 
30
            <lighting>false</lighting>
 
31
            <lod_fall_off>6.0</lod_fall_off>
 
32
        </terrain>
 
33
        <cache type="tms">
 
34
            <path>cache_readymap</path>
 
35
        </cache>
 
36
    </options>
 
37
    
 
38
</map>