osgearth cache

Posted coolbear

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了osgearth cache相关的知识,希望对你有一定的参考价值。

<map name="readymap.org" type="geocentric">    
    <options>
        <!--Specify where to cache the data-->
        <cache type="filesystem">
            <path>cache</path>
        </cache>
    </options>
    <image name="readymap_imagery" driver="tms">
        <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/116/</url>
    </elevation>
</map>

 

以上是关于osgearth cache的主要内容,如果未能解决你的问题,请参考以下文章