目标:(九)中问题9
通过在earth文件中搜索options,发现主要有这么几种:
<options>
<profile>
<srs>epsg:4326</srs> //EPSG:3857 UTM墨卡托 epsg:4326 WGS84
<xmin>-150</xmin>
<xmax> 150</xmax>
<ymin>17</ymin>
<ymax> 55</ymax>
</profile>
<terrain driver="rex"/>
</options>
<options>
<profile>
<srs>+proj=aeqd +lat_0=90 +lon_0=0 +x_0=0 +y_0=0 +ellps=WGS84 +datum=WGS84 +units=m +no_defs</srs>
<xmin>-17500000</xmin>
<xmax> 17500000</xmax>
<ymin>-17500000</ymin>
<ymax> 17500000</ymax>
</profile>
<terrain driver="rex" color="#ffffff00" tile_size="17"/>
</options>
<options>
<profile>plate-carre</profile>
</options>
<options>
<lighting>false</lighting>
</options>
<options lighting="false" name="Boston Demo" type="geocentric">
<terrain first_lod="1" high_resolution_first="true" skirt_ratio="0.2" tile_size="17" />
<cache path="../../SXEarth4.0.0/data/cache_dir" type="filesystem" />
</options>
<options elevation_tile_size="8">
<profile srs="+proj=utm +zone=19 +ellps=GRS80 +units=m +no_defs"
xmin="291343" xmax="367343"
ymin="4653876" ymax="4722276"
num_tiles_wide_at_lod_0="1"
num_tiles_high_at_lod_0="1"/>
<overla
osgEarth的Rex引擎配置选项解析

本文分析osgEarth的earth文件中的options,包括terrain参数、profile信息以及其他待探索的选项,如osg如何寻找动态链接库插件、.earth文件解析、地图图层构建等关键问题。
最低0.47元/天 解锁文章
3311

被折叠的 条评论
为什么被折叠?



