|
编译osgearth_cache例子没有问题,但是在使用的时候不能切分瓦片,执行过程出现osgearth*【cacheFactory】 sorry,不知道是什么问题,请大牛看看有什么问题没有!
下面是earth文件内容
<!--
osgEarth Sample
Shows how to set up a simple map level cache
-->
<map name="My Map" type="geocentric" version="2">
<options>
<!--Specify a map level "tms" cache for all images and heightfields.-->
<cache type="tms">
<path>E:\cache_dir</path>
</cache>
</options>
<!--Because the bluemarble image doesn't have a cache element of its own, it will inherit the map level cache-->
<image name="bluemarble" driver="gdal">
<url>c:\world.tif</url>
</image>
</map>
下面是dos命令
osgearth_cache -seed simple.earth
还有dos执行的图片
|
|