osgEarth的agglite插件使用例子feature_rasterize.earth

Posted 酷熊

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了osgEarth的agglite插件使用例子feature_rasterize.earth相关的知识,希望对你有一定的参考价值。

<!--
osgEarth Sample
Demonstrates use of the "agglite" feature rasterization driver.
-->

<map name="Geometry Rasterizer Demo" type="round" version="2">

    <external>
        <lod_blending/>
    </external>

    <image name="world" driver="gdal">
        <url>../data/world.tif</url>
        <cache_policy usage="no_cache"/>
    </image>
    
    <image name="world_boundaries" driver="agglite" opacity="0.5">

        <!-- Configure the OGR feature driver to read the shapefile. -->
        <features name="world" driver="ogr">
            <url>../data/world.shp</url>
            <build_spatial_index>true</build_spatial_index>
        </features>
        
        <styles>        
            <style type="text/css">
                default {
                    fill:          #ff7700;
                    stroke:           #ffff00;
                    stroke-width:  1px;
                }
            </style>
        </styles>
        
        <cache_policy usage="no_cache"/>
        
    </image>
  
</map>

 

以上是关于osgEarth的agglite插件使用例子feature_rasterize.earth的主要内容,如果未能解决你的问题,请参考以下文章

[原][osgearth]earth文件加载道路一初步看见模型道路

关于在osgearth 中 出现 arial.ttf : file not handled 的问题

源代码指标权重赋权

[原][译]关于osgEarth::VirtualProgram

[原][译]关于osgEarth::VirtualProgram

osgearth 只移动