查看: 3455|回复: 0

osgearth cache问题

[复制链接]

该用户从未签到

发表于 2011-8-25 22:36:58 | 显示全部楼层 |阅读模式
osgearth的earth文件设置缓存图片数据时,只能存储为png吗?我将缓存图片类型设置为jpg后,仍然保存呢为png,而且还提示找不到相应的插件来保存png格式的数据,我的earth文件内容如下:
<!--
osgEarth Sample - GDAL Driver
Demonstrates the simplest possible use of the GDAL driver to load a GeoTIFF image.
-->
<map version="2">
    <image driver="gdal" name="world-tiff">
        <url>../data/world.tif</url>
    </image>
   
    <options lighting="false">
    <!--Tell osgEarth to cache the tiles in a TMS format-->
        <cache type="tms">
            <path>F:/osgearth_cache</path>
            <!--Tell osgEarth to cache the tiles to JPG to save disk space-->
            <format>jpg</format>
        </cache>
    </options>
</map>
您需要登录后才可以回帖 登录 | 注册

本版积分规则

OSG中国官方论坛-有您OSG在中国才更好

网站简介:osgChina是国内首个三维相关技术开源社区,旨在为国内更多的技术开发人员提供最前沿的技术资讯,为更多的三维从业者提供一个学习、交流的技术平台。

联系我们

  • 工作时间:09:00--18:00
  • 反馈邮箱:1315785073@qq.com
快速回复 返回顶部 返回列表