在QGIS中添加在线影像底图
来源 https://blog.csdn.net/m0_37251750/article/details/113097368
"XYZ Tiles"添加天地图在线地图数据
在QGIS的"XYZ Tiles"选项中右键新建连接,填入名称(任意)以及天地图URL,点击确定即可,下面列出天地图的各种类型URL。
1、天地图地形底图
2、天地图地形标记
3、天地图影像底图
4、天地图影像标记
5、天地图矢量底图
6、天地图矢量标记
具体URL参考:https://download.csdn.net/download/m0_37251750/14927848
注意:vec_c和vec_w的区别是图层数据坐标系,w:WGS84-Mercator坐标系 c:CGCS2000国家2000坐标系
4、确定服务地址
天地图共有 8 个服务地址,子域名分别从 t0 到 t7,任意一个均可。
5、 天地图服务参数
6、高德地图相关URL
http://wprd0{1-4}.is.autonavi.com/appmaptile?x={x}&y={y}&z={z}&lang=zh_cn&size=1&scl=1&style=7 为矢量图(含路网、含注记)
http://wprd0{1-4}.is.autonavi.com/appmaptile?x={x}&y={y}&z={z}&lang=zh_cn&size=1&scl=2&style=7 为矢量图(含路网,不含注记)
http://wprd0{1-4}.is.autonavi.com/appmaptile?x={x}&y={y}&z={z}&lang=zh_cn&size=1&scl=1&style=6 为影像底图(不含路网,不含注记)
http://wprd0{1-4}.is.autonavi.com/appmaptile?x={x}&y={y}&z={z}&lang=zh_cn&size=1&scl=2&style=6 为影像底图(不含路网、不含注记)
http://wprd0{1-4}.is.autonavi.com/appmaptile?x={x}&y={y}&z={z}&lang=zh_cn&size=1&scl=1&style=8 为影像路图(含路网,含注记)
http://wprd0{1-4}.is.autonavi.com/appmaptile?x={x}&y={y}&z={z}&lang=zh_cn&size=1&scl=2&style=8 为影像路网(含路网,不含注记)
注:影像底图两个URL好像效果一样。
1、打开QGIS
2、在左侧 浏览->XYZ Tites 上点击右键选择 新建连接
3、在弹出窗口 网址 中根据需求输入以下条目,名称随意
高德街道: http://webrd02.is.autonavi.com/appmaptile?lang=zh_cn&size=1&scale=1&style=7&x={x}&y={y}&z={z}
高德卫星图: http://webst02.is.autonavi.com/appmaptile?lang=zh_cn&size=1&scale=1&style=6&x={x}&y={y}&z={z}
高德路网: https://wprd01.is.autonavi.com/appmaptile?x={x}&y={y}&z={z}&lang=zh_cn&size=1&scl=2&style=8<ype=11
GeoQ彩色: https://map.geoq.cn/ArcGIS/rest/services/ChinaOnlineCommunity/MapServer/tile/{z}/{y}/{x}
GeoQ灰色: http://map.geoq.cn/arcgis/rest/services/ChinaOnlineStreetGray/MapServer/tile/{z}/{y}/{x}
OpenStreetMap Mapnick http://tile.openstreetmap.org/{z}/{x}/{y}.png
OSM Cycle Map http://tile.thunderforest.com/cycle/{z}/{x}/{y}.png
OSM Black and White http://tiles.wmflabs.org/bw-mapnik/{z}/{x}/{y}.png
Esri Imagery https://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer/tile/{z}/{y}/{x}
Esri Streets https://server.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer/tile/{z}/{y}/{x}
Esri Topo https://server.arcgisonline.com/ArcGIS/rest/services/World_Topo_Map/MapServer/tile/{z}/{y}/{x}
World Light Gray Base https://server.arcgisonline.com/ArcGIS/rest/services/Canvas/World_Light_Gray_Base/MapServer/tile/{z}/{y}/{x}
Carto Positron https://cartodb-basemaps-a.global.ssl.fastly.net/light_all/{z}/{x}/{y}.png
cartocdn light nolabels https://basemaps.cartocdn.com/light_nolabels/{z}/{x}/{y}{r}.png
Stamen Terrain http://a.tile.stamen.com/terrain/{z}/{x}/{y}.png
谷歌路网:
http://mt2.google.cn/vt/lyrs=m&hl=zh-CN&gl=cn&x={x}&y={y}&z={z}
谷歌卫星:
http://mt2.google.cn/vt/lyrs=s&hl=zh-CN&gl=cn&x={X}&y={y}&z={z}
谷歌地形:
http://mt0.google.cn/vt/lyrs=t&hl=zh-CN&gl=cn&x={x}&y={y}&z={z}
腾讯路网(有问题):
http://rt1.map.gtimg.com/realtimerender?z={z}&x={x}&y={y}&type=vector&style=0
bing路网(有问题):
http://r1.tiles.ditu.live.com/tiles/r1321001.png?g=100&mkt=zh-cn
百度路网(有问题):
http://online4.map.bdimg.com/tile/?qt=tile&x=98&y=36&z=9&;styles=pl&scaler=1&udt=20170406
百度交通(有问题):
http://its.map.baidu.com:8002/traffic/TrafficTileService?level=19&x=99052&y=20189&time=1373790856265&label=web2D&;v=017
============== End