iobject C++ 11i中,如何加载天地图影像呢?
1.以下代码哪里有问题呢,为什么获取的数据源为空(即获取天地图影像失败),密钥在iDesktop是可用的。
UGDsConnection dsCon;
dsCon.m_strServer = _U("http://t0.tianditu.gov.cn/img_c/wmts?DPI=96&tk=密钥");
dsCon.m_strDriver = _U("WMTS");
dsCon.m_nType = UGEngineType::MapWorldMaps;
UGDataSource* ds_tianditu = m_pWorkspace->OpenDataSource(dsCon);
2. iobject C++ 11i获取天地图WMTS影像有偏移吗,需要进行其他处理吗?