-
Notifications
You must be signed in to change notification settings - Fork 8
/
tmsapi.ini
329 lines (289 loc) · 10.4 KB
/
tmsapi.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
[openstreetmap]
name = OpenStreetMap Standard
url = https://tile.openstreetmap.org/{z}/{x}/{y}.png
format = PNG
attribution = © OpenStreetMap contributors
[tianditu-normal]
name = 天地图
url = https://t{s}.tianditu.gov.cn/vec_w/wmts?SERVICE=WMTS&REQUEST=GetTile&VERSION=1.0.0&LAYER=vec&STYLE=default&TILEMATRIXSET=w&FORMAT=tiles&tk={tk}&TILECOL={x}&TILEROW={y}&TILEMATRIX={z}
s = 0,1,2,3,4,5,6,7
type = tianditu
format = PNG
attribution = 天地图 GS(2021)1487号
[tianditu-normal-annotation]
name = 天地图 地名
url = https://t{s}.tianditu.gov.cn/cva_w/wmts?SERVICE=WMTS&REQUEST=GetTile&VERSION=1.0.0&LAYER=cva&STYLE=default&TILEMATRIXSET=w&FORMAT=tiles&tk={tk}&TILECOL={x}&TILEROW={y}&TILEMATRIX={z}
s = 0,1,2,3,4,5,6,7
type = tianditu
annotation = tianditu-normal
format = PNG
attribution = 天地图 GS(2021)1487号
[tianditu-satellite]
name = 天地图 影像
url = https://t{s}.tianditu.gov.cn/img_w/wmts?SERVICE=WMTS&REQUEST=GetTile&VERSION=1.0.0&LAYER=img&STYLE=default&TILEMATRIXSET=w&FORMAT=tiles&tk={tk}&TILECOL={x}&TILEROW={y}&TILEMATRIX={z}
s = 0,1,2,3,4,5,6,7
type = tianditu
format = JPEG
attribution = 天地图 GS(2021)1487号
[tianditu-satellite-annotation]
name = 天地图 路网(影像)
url = https://t{s}.tianditu.gov.cn/cia_w/wmts?SERVICE=WMTS&REQUEST=GetTile&VERSION=1.0.0&LAYER=cia&STYLE=default&TILEMATRIXSET=w&FORMAT=tiles&tk={tk}&TILECOL={x}&TILEROW={y}&TILEMATRIX={z}
s = 0,1,2,3,4,5,6,7
type = tianditu
annotation = tianditu-satellite
format = PNG
attribution = 天地图 GS(2021)1487号
[tianditu-terrain]
name = 天地图 地形
url = https://t{s}.tianditu.gov.cn/ter_w/wmts?SERVICE=WMTS&REQUEST=GetTile&VERSION=1.0.0&LAYER=ter&STYLE=default&TILEMATRIXSET=w&FORMAT=tiles&tk={tk}&TILECOL={x}&TILEROW={y}&TILEMATRIX={z}
s = 0,1,2,3,4,5,6,7
type = tianditu
format = JPEG
attribution = 天地图 GS(2021)1487号
[tianditu-terrain-annotation]
name = 天地图 路网(地形)
url = https://t{s}.tianditu.gov.cn/cta_w/wmts?SERVICE=WMTS&REQUEST=GetTile&VERSION=1.0.0&LAYER=cta&STYLE=default&TILEMATRIXSET=w&FORMAT=tiles&tk={tk}&TILECOL={x}&TILEROW={y}&TILEMATRIX={z}
s = 0,1,2,3,4,5,6,7
type = tianditu
annotation = tianditu-terrain
format = PNG
attribution = 天地图 GS(2021)1487号
[gaode-normal]
name = 高德
url = https://wprd0{s}.is.autonavi.com/appmaptile?lang=zh_cn&size=1&scale=1&style=7&x={x}&y={y}&z={z}
s = 1,2,3,4
type = gcj
format = PNG
attribution = 高德软件 GS(2017)3426号
[gaode-satellite]
name = 高德 卫星
url = https://wprd0{s}.is.autonavi.com/appmaptile?lang=zh_cn&size=1&scale=1&style=6&x={x}&y={y}&z={z}
s = 1,2,3,4
type = gcj
format = JPEG
attribution = 高德软件 GS(2017)3426号
[gaode-traffic]
name = 高德 路况
url = https://tm.amap.com/trafficengine/mapabc/traffictile?v=1.0&x={x}&y={y}&z={z}&t={t}
type = gcj
realtime = 1
annotation = gaode-normal
format = PNG
attribution = 高德软件 GS(2017)3426号
[gaode-annotation]
name = 高德 路网
url = https://wprd0{s}.is.autonavi.com/appmaptile?lang=zh_cn&size=1&scale=1&style=8&x={x}&y={y}&z={z}
s = 1,2,3,4
type = gcj
annotation = gaode-satellite
format = PNG
attribution = 高德软件 GS(2017)3426号
[google-normal]
name = Google Maps
url = https://www.google.com/maps/vt?lyrs=m@189&gl=cn&x={x}&y={y}&z={z}
type = gcj
format = PNG
attribution = Google
[google-satellite]
name = Google Maps Satellite
url = https://www.google.com/maps/vt?lyrs=s@189&gl=us&x={x}&y={y}&z={z}
format = JPEG
attribution = © TerraMetrics
[google-terrain]
name = Google Maps Terrain
url = https://www.google.com/maps/vt?lyrs=t@189&gl=us&x={x}&y={y}&z={z}
format = JPEG
attribution = Google
[geoq-map]
name = 智图 经典彩色版
url = http://map.geoq.cn/ArcGIS/rest/services/ChinaOnlineCommunity/MapServer/tile/{z}/{y}/{x}
url2x = http://map.geoq.cn/ArcGIS/rest/services/ChinaOnlineCommunity_Mobile/MapServer/tile/{z}/{y}/{x}
type = gcj
format = PNG
attribution = 北京捷泰天域信息技术有限公司 GS(2016)3149
[geoq-map-eng]
name = 智图 国际英文版
url = http://map.geoq.cn/ArcGIS/rest/services/ChinaOnlineCommunityENG/MapServer/tile/{z}/{y}/{x}
type = gcj
format = PNG
attribution = 北京捷泰天域信息技术有限公司 GS(2016)3149
[geoq-purplishblue]
name = 智图 典雅蓝黑版
url = http://map.geoq.cn/ArcGIS/rest/services/ChinaOnlineStreetPurplishBlue/MapServer/tile/{z}/{y}/{x}
type = gcj
format = PNG
attribution = 北京捷泰天域信息技术有限公司 GS(2016)3149
[geoq-gray]
name = 智图 低调灰色版
url = http://map.geoq.cn/ArcGIS/rest/services/ChinaOnlineStreetGray/MapServer/tile/{z}/{y}/{x}
type = gcj
format = PNG
attribution = 北京捷泰天域信息技术有限公司 GS(2016)3149
[geoq-warm]
name = 智图 暖色版
url = http://map.geoq.cn/ArcGIS/rest/services/ChinaOnlineStreetWarm/MapServer/tile/{z}/{y}/{x}
type = gcj
format = PNG
attribution = 北京捷泰天域信息技术有限公司 GS(2016)3149
[qq-normal]
name = 腾讯地图
url = https://rt{s}.map.gtimg.com/tile?z={z}&x={x}&y={y}&styleid=0&version=256
s = 0,1,2,3
type = qq
format = JPEG
attribution = Tencent - GS(2016)930号 - Data© NavInfo
[qq-traffic]
name = 腾讯地图 路况
url = https://rtt2{s}.map.qq.com/rtt/?z={z}&x={x}&y={y}×=1&time={t}
s = a,b,c
type = qq
realtime = 1
annotation = qq-normal
format = PNG
attribution = Tencent - GS(2016)930号 - Data© NavInfo
[qq-satellite]
name = 腾讯地图 卫星
url = http://p{s}.map.gtimg.com/sateTiles/{z}/{x4}/{y4}/{x}_{y}.jpg
s = 0,1,2,3
type = qq
format = JPEG
attribution = Tencent - GS(2017)2905 - Imagery© DigitalGlobe & Chinasiwei
[qq-satellite-annotation]
name = 腾讯地图 路网(卫星)
url = https://rt{s}.map.gtimg.com/tile?z={z}&x={x}&y={y}&styleid=2&version=256
s = 0,1,2,3
type = qq
annotation = qq-satellite
format = PNG
attribution = Tencent - GS(2016)930号 - Data© NavInfo
[qq-terrain]
name = 腾讯地图 地形
url = http://p{s}.map.gtimg.com/demTiles/{z}/{x4}/{y4}/{x}_{y}.jpg
s = 0,1,2,3
type = qq
format = PNG
attribution = Tencent - GS(2016)930号
[qq-terrain-annotation]
name = 腾讯地图 路网(地形)
url = https://rt{s}.map.gtimg.com/tile?z={z}&x={x}&y={y}&styleid=3&version=256
s = 0,1,2,3
type = qq
annotation = qq-terrain
format = PNG
attribution = Tencent - GS(2016)930号 - Data© NavInfo
[qq-road-dark]
name = 腾讯地图 路网(暗色)
url = https://rt{s}.map.gtimg.com/tile?z={z}&x={x}&y={y}&styleid=4&version=256
s = 0,1,2,3
type = qq
format = JPEG
attribution = Tencent - GS(2016)930号 - Data© NavInfo
[baidu-normal]
name = 百度地图
url = https://maponline{s}.bdimg.com/tile/?qt=vtile&x={x}&y={y}&z={z}&styles=pl&udt={d}&scaler=1&showtext=1
s = 0,1,2,3
type = bd
format = PNG
attribution = Baidu - GS(2016)2089号 - Data© 长地万方
[baidu-normal-old]
name = 百度地图 旧版样式
; url = https://ss{s}.bdstatic.com/8bo_dTSlR1gBo1vgoIiO_jowehsv/onlinelabel/?qt=tile&x={xm}&y={ym}&z={z}&styles=pl&udt=20180211&scaler=1&p=1
url = http://online{s}.map.bdimg.com/onlinelabel/?qt=tile&x={x}&y={y}&z={z}&styles=pl&scaler=1&p=1
; url = http://online{s}.map.bdimg.com/it/u=x={x};y={y};z={z};type=web&fm=0
s = 0,1,2,3
type = bd
format = PNG
attribution = Baidu - GS(2016)2089号 - Data© 长地万方
[baidu-traffic]
name = 百度地图 路况
url = http://its.map.baidu.com:8002/traffic/TrafficTileService?x={x}&y={y}&level={z}&time={t}&label=web2D&v=017
type = bd
realtime = 1
annotation = baidu-normal
format = PNG
attribution = Baidu - GS(2016)2089号 - Data© 长地万方
[baidu-satellite]
name = 百度地图 卫星
url = https://ss{s}.bdstatic.com/8bo_dTSlR1gBo1vgoIiO_jowehsv/starpic/?qt=satepc&u=x={xm};y={ym};z={z};v=009;type=sate&fm=46&app=webearth2&v=009&udt={d}
; url = http://shangetu{s}.map.bdimg.com/it/u=x={x};y={y};z={z};v=009;type=sate&fm=46
s = 0,1,2,3
type = bd
format = JPEG
attribution = Baidu - GS(2016)2089号 - Data© 长地万方
[baidu-satellite-annotation]
name = 百度地图 路网(卫星)
url = https://ss{s}.bdstatic.com/8bo_dTSlR1gBo1vgoIiO_jowehsv/onlinelabel/?qt=tile&x={xm}&y={ym}&z={z}&styles=sl&udt={d}&scaler=1&p=1
; url = http://online{s}.map.bdimg.com/tile/?qt=tile&x={x}&y={y}&z={z}&styles=sl&v=020
s = 0,1,2,3
type = bd
annotation = baidu-satellite
format = PNG
attribution = Baidu - GS(2016)2089号 - Data© 长地万方
[arcgis-imagery]
name = ArcGIS World Imagery
url = https://server.arcgisonline.com/arcgis/rest/services/World_Imagery/MapServer
type = arcgis
format = JPEG
attribution = Esri
[tianditu-shanghai-satellite]
name = 天地图 上海影像
url = https://mape.shanghai-map.net/ArcGIS/rest/services/SHMAP_IMAGE/MapServer
type = shtdt
format = JPEG
attribution = 上海市测绘院(甲测资字:31100045)
[tianditu-shanghai-annotation]
name = 天地图 上海影像标注
url = https://mape.shanghai-map.net/ArcGIS/rest/services/SHMAP_FRAME/MapServer
type = shtdt
upscale = 1
annotation = tianditu-shanghai-satellite
format = PNG
attribution = 上海市测绘院(甲测资字:31100045)
[tianditu-shanghai-road]
name = 天地图 上海路网
url = https://mape.shanghai-map.net/ArcGIS/rest/services/SHMAP_D/MapServer
type = shtdt
format = PNG
attribution = 上海市测绘院(甲测资字:31100045)
[tianditu-shanghai-road-annotation]
name = 天地图 上海路网标注
url = https://mape.shanghai-map.net/ArcGIS/rest/services/SHMAP_DZJ/MapServer
type = shtdt
upscale = 1
annotation = tianditu-shanghai-road
format = PNG
attribution = 上海市测绘院(甲测资字:31100045)
[tianditu-shanghai-road-gray]
name = 天地图 上海路网 灰色样式
url = https://mape.shanghai-map.net/ArcGIS/rest/services/SHMAP_SU/MapServer
type = shtdt
format = PNG
attribution = 上海市测绘院(甲测资字:31100045)
[tianditu-shanghai-road-gray-annotation]
name = 天地图 上海路网标注 灰色样式
url = https://mape.shanghai-map.net/ArcGIS/rest/services/SHMAP_SUZJ/MapServer
type = shtdt
upscale = 1
annotation = tianditu-shanghai-road-gray
format = PNG
attribution = 上海市测绘院(甲测资字:31100045)
[tianditu-shanghai2]
name = 天地图 上海路网 样式2
url = https://mape.shanghai-map.net/ArcGIS/rest/services/metro_l/MapServer
type = shtdt_shcors
upscale = 1
format = PNG
attribution = 上海市测绘院(甲测资字:31100045)
[careland]
name = 凯立德
url = https://api.careland.com.cn/api/v2/pub/gettile?ak=f6aede345c84e8cd272b0955&x={x}&y={y}&z={z}
type = gcj
format = PNG
attribution = 凯立德 - GS(2022)3958号
[geovisearth]
name = 星图地球
url = https://tiles{s}.geovisearth.com/base/v1/img/{z}/{x}/{y}?format=webp&token=195a480204e4862340302445cb02b1100a533786f9f8380b3aa248c714f6e25f
s = 1,2,3
type = xyz
format = JPEG
attribution = GS(2022)5545号 - 甲测资字11111577