|
现在有一个全球的金字塔数据源globle,配置文件为tms.xml,
另外一个是局部地区的高精度数据源local,也是金字塔数据,配置文件也是tms,
我是这样加载的
<map name="MyMap" type="geocentric" version="2">
<heightfield name="pelican srtm" driver="tms">
<url>C:/globle/tms.xml</url>
</heightfield>
<heightfield name="pelican srtm" driver="tms">
<url>C:/local/tms.xml</url>
</heightfield>
</map>
为什么只能看到局部高精度的,而看不见全球的?
如何才能使得两者都看到? |
|