2.8版本里面有个xyz图层的例子,稍作修改就可以加载天地图的影像图层。在3.0版本中,XYZ , bing 等图层已经被移植到内核中。所以我们直接用XYZ图层来加载天地图即可 XYZImageLayer* osm = new XYZImageLayer(); osgEarth::URI uri(" ...
分类:
其他好文 时间:
2021-02-19 13:52:01
阅读次数:
0
ubuntu18.04 osg osgearth搭建 1 apt install mesa-common-dev freeglut3 freeglut3-dev mesa-utils openscenegraph curl 7.68 sqlite-3.31 libsqlite3-dev zstd 1 ...
分类:
系统相关 时间:
2020-07-16 10:10:50
阅读次数:
95
以oe2.8 为例,剖析一下画等高线的过程, 在新版本的OE中, 替换为一个visibleLayer. 先看初始化过程 void ContourMap::init() { // negative means unset: _unit = -1; // uniforms we'll need: _xf ...
分类:
其他好文 时间:
2020-05-15 11:58:12
阅读次数:
99
由于公司业务需求,需要一套离线路由规划服务,譬如提供出发地、目的地、途经点、交通方式、避开区域等,规划出一条或多条导航路由。离线,离线,离线。我们已经太依赖网络了。 至于展示层就随意,可选cesium、leaflet、osgEarth等。 于是乎本人就从零开始了,下面是一些关键的爬坑记录。 本人环境 ...
分类:
其他好文 时间:
2020-05-12 20:10:45
阅读次数:
213
英文原文:http://docs.osgearth.org/en/latest/developer/shader_composition.html Shader Composition 着色器的合成系统 Shader Composition(介绍) osgEarth在其几种渲染模式中使用GLSL着色 ...
分类:
其他好文 时间:
2020-05-06 15:29:34
阅读次数:
118
先来看看FeatureEditor的用法: const osgEarth::SpatialReference* mapSRS = mapNode->getMapSRS(); osgEarth::Symbology::Style geomStyle; geomStyle.getOrCreate<osg ...
分类:
其他好文 时间:
2020-02-19 14:53:50
阅读次数:
92
这是由于配置osg时 freetype 插件没有配置到位。 我个人的解决方法 打开CMAKE,点击advance,不勾选OSG_TEXT_USE_FONTCONFIG。 同时将freetype路径设置为如下: ...
分类:
其他好文 时间:
2020-02-01 10:30:16
阅读次数:
327
void StateSet::setGlobalDefaults() ShaderPipeline disabled.Error reading file .osgearth_gdal: file not handledError reading file .osgearth_feature_ogr ...
分类:
其他好文 时间:
2019-08-23 19:38:05
阅读次数:
119
https://max.book118.com/html/2018/0521/167783983.shtm https://baike.1688.com/doc/view-d36134276.html ...
分类:
其他好文 时间:
2019-02-14 20:53:28
阅读次数:
400
cache http://readymap.org/readymap/tiles/1.0.0/7/ http://readymap.org/readymap/tiles/1.0.0/116/ ...
分类:
系统相关 时间:
2019-01-22 11:50:27
阅读次数:
195