1<!--
2Demonstrates the "min_range" and "max_range" properties.
3
4As you zoom in, you will see the aerial imagery transition into
5a street map. Zoom in further and see it transition back to aerial.
6-->
7
8<map name="MapQuest Open Aerial" type="geocentric" version="2">
9
10    <image driver="gdal" name="world-tiff" cache_enabled="false">
11        <url>../data/world.tif</url>
12        <cache_policy usage="no_cache"/>
13    </image>
14
15    <image name="readymap_imagery" driver="tms" max_range="10000000" min_range="2000000" attenuation_range="2500000">
16        <url>http://readymap.org/readymap/tiles/1.0.0/7/</url>
17    </image>
18
19</map>
20