坑1:debug模式下生成osgEarthAnnotation时
错误:xmemory0(881): error C2440: “初始化”: 无法从“std::pair<const _Kty,_Ty>”转换为 to _Objty
出错位置:src/osgEarthFeatures/FeatureSourceIndexNode.cpp
解决办法: 参考https://github.com/gwaldron/osgearth/pull/1188/files
参考:
【1】osgEarth源码编译(Win10+VS2019+OSG3.6.5+osgEarth2.10.0)