osg3.6.4+oe2.10访问google影像或者高德影像失败
https://blog.csdn.net/hankern/article/details/104468865
上述连接讲述了oe接在线地图数据,oe2.8+osg3.4是没问题的
<map name="在线地图" type="geocentric">
<image name="高德影像" driver="xyz">
<url>http://webst04.is.autonavi.com/appmaptile?style=6&x={x}&y={y}&z={z}</url>
<profile>spherical-mercator</profile>
</image>
<image name="谷歌卫星地图" driver="xyz">
<url>http://mt2.google.cn/vt/lyrs=s&hl=zh-CN&gl=cn&x={x}&y={y}&z={z}</url>
<profile>spherical-mercator</profile>
</image>
</map>
但是oe2.10+osg3.6.4有问题
可以排除curl的问题,gdal也是用的同一份,最后发现是缺少proj.dll
刚开始找了一个旧的proj.dll不行,又找了一个比较新的,上传到“文件”了