-
Notifications
You must be signed in to change notification settings - Fork 1
/
readymap.earth
29 lines (22 loc) · 938 Bytes
/
readymap.earth
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!--
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">
<options>
<elevation_tile_size>15</elevation_tile_size>
<terrain first_lod="1"/>
</options>
<image name="readymap_imagery" driver="tms" visible="true">
<url>http://readymap.org/readymap/tiles/1.0.0/7/</url>
</image>
<elevation name="readymap_elevation" driver="tms">
<url>http://readymap.org/readymap/tiles/1.0.0/9/</url>
</elevation>
</map>