|
我有一个行政区的shp文件,也有地形文件.地形文件在osgviewer中看是有起伏的.但是和shp一起编译输出的ive文件中行政区还是平坦的.不明白为什么.
下面是我写的project文件:
<?xml version="1.0"?>
<project name="county10">
<layer name="county" source="county" terrain="hhgrid" target="out/county.ive">
<slice min_range="0" max_range="1e6" graph="county"/>
</layer>
<source name="county">
<uri>county10_Project.shp</uri>
</source>
<terrain name="hhgrid">
<uri>hhgrid100.ive</uri>
</terrain>
<graph name="county">
<filter type="Transform">
<property name="use-terrain-srs" value="true"/>
<property name="localize" value="true"/>
</filter>
<filter type="BuildGeom">
<property name="color" value="vec4(0,1,0,1)"/>
</filter>
<filter type="Collect"/>
<filter type="BuildNodes"/>
</graph>
</project>
其中hhgrid100.ive和county10_Project.shp的srs已经一致了,hhgrid100.ive的原始tif在ArcMap中和county10_project.shp是能重合的.
hhgrid100.ive在osgviewer显示也是有起伏的.
急,在线等答案...
所有的数据在这里:
build.zip
(1.07 MB, 下载次数: 282)
|
|