瓦片地图地址

https://server.arcgisonline.com/arcgis/rest/services/World_Imagery/MapServer/tile/{z}/{y}/{x}.png  ArcGIS卫星影像
http://dynamic.t0.tiles.ditu.live.com/comp/ch/h{q}.jpg?it=G,OS,L&mkt=zh-cn&cstl=w4c&ur=cn
谷歌地图矢量带地形渲染:
https://mt1.google.com/vt/lyrs=r&x={x}&y={y}&z={z}
谷歌地形
https://mt1.google.com/vt/lyrs=t&x={x}&y={y}&z={z}
谷歌影像带注记:
https://mt1.google.com/vt/lyrs=y&x={x}&y={y}&z={z}
谷歌街道地图
https://mt1.google.com/vt/lyrs=m&x={x}&y={y}&z={z}

谷歌影像图
https://mt1.google.com/vt/lyrs=y&x={x}&y={y}&z={z}

谷歌路网:
https://mt1.google.com/vt/lyrs=h&x={x}&y={y}&z={z}

https://www.google.com/maps/vt?lyrs=m&gl=cn&x={x}&y={y}&z={z}

h 街道图
m 街道图
p 街道图
r 街道图
s 影像无标注
t 地形图
y 影像含标注


https://mt2.google.com/vt/lyrs=m&x={x}&y={y}&z={z}

https://gac-geo.googlecnapps.cn/maps/vt?lyrs=s&gl=US&x=0&y=0&z=1
https://mt1.google.com/vt/lyrs=h&x=0&y=0&z=1


高清影像图
https://server.arcgisonline.com/arcgis/rest/services/World_Imagery/MapServer/tile/{z}/{y}/{x}.jpg

街道图
https://server.arcgisonline.com/arcgis/rest/services/World_Street_Map/MapServer/tile/{z}/{y}/{x}

https://server.arcgisonline.com/arcgis/rest/services/World_Physical_Map/MapServer/tile/{z}/{y}/{x}

 

高德地图

const QString g_sGDRoadMap = "http://webst01.is.autonavi.com/appmaptile?style=8&x={x}&y={y}&z={z}";

const QString g_sGDVectorMap = "http://webrd01.is.autonavi.com/appmaptile?lang=zh_cn&size=1&scale=1&style=8&x={x}&y={y}&z={z}";

const QString g_sGDSateMap = "http://wprd01.is.autonavi.com/appmaptile?&style=6&lang=zh_cn&scl=1&ltype=0&x={x}&y={y}&z={z}";

const QString g_sGGRoadMap = "http://mt1.google.com/vt/lyrs=h&x={x}&y={y}&z={z}";

const QString g_sGGVectorMap = "http://mt1.google.com/vt/lyrs=m&x={x}&y={y}&z={z}";

const QString g_sVectorMap = "http://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer/tile/{z}/{y}/{x}";

const QString g_sGGSateMap = "http://mt1.google.com/vt/lyrs=y&x={x}&y={y}&z={z}";

posted @ 2025-04-30 09:06  一夜求风  阅读(119)  评论(0)    收藏  举报