赞
踩
天地图各图层链接如下:
更多详情可参考天地图API官网
图层 | 链接 |
---|---|
矢量地理坐标 | 底图:http://t0.tianditu.gov.cn/vec_c/esri/wmts 中文注记:http://t0.tianditu.gov.cn/cva_c/esri/wmts 英文注记:http://t0.tianditu.gov.cn/eva_c/esri/wmts |
影像地理坐标 | 底图:http://t0.tianditu.gov.cn/img_c/esri/wmts 中文注记:http://t0.tianditu.gov.cn/cia_c/esri/wmts 英文注记:http://t0.tianditu.gov.cn/eia_c/esri/wmts |
地形地理坐标 | 底图:http://t0.tianditu.gov.cn/ter_c/esri/wmts 中文注记:http://t0.tianditu.gov.cn/cta_c/esri/wmts 英文注记:http://t0.tianditu.gov.cn/eta_c/esri/wmts |
在ArcGIS目录中打开WMTS服务——输入上述表格中的url——点击“+”,添加参数,tk,输入在官网申请的服务器端key,记住,一定要是服务器端的key!
注意:需按照以上方法输入,不能直接输入:http://t0.tianditu.gov.cn/eia c/esri/wmts ?tk=您的密钥,
否则显示的地图会是一片空白
另存为lyr图层文件,这样就能在低版本中也显示了
var path = "F\\tianditu.lyr";
if (File.Exists(path))
{
MapControl.AddLayerFromFile(path, map1.MapControl.Map.LayerCount);
//读取刚刚加载的图层
var layer= map1.MapControl.get_Layer(map1.MapControl.Map.LayerCount - 1);
}
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。