mirage2d 1.2.11 → 1.2.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/Enum/typeEnum.d.ts +1 -0
- package/dist/Layer/XMap.d.ts +5 -0
- package/dist/Layer/tileLayer/WmsTileLayer.d.ts +17 -0
- package/dist/config/json/mapConfig.json +499 -450
- package/dist/mirage2d.cjs.js +37 -37
- package/dist/mirage2d.umd.js +37 -37
- package/package.json +1 -1
|
@@ -1,450 +1,499 @@
|
|
|
1
|
-
{
|
|
2
|
-
"map": {
|
|
3
|
-
"zoom": 22,
|
|
4
|
-
"center": {
|
|
5
|
-
"lng": 102.10390600626144,
|
|
6
|
-
"lat": 26.16929776541906
|
|
7
|
-
},
|
|
8
|
-
"minZoom": 2,
|
|
9
|
-
"maxZoom": 26,
|
|
10
|
-
"basemap": "天地图卫星",
|
|
11
|
-
"centerAutoLevel": 15,
|
|
12
|
-
"controls": {
|
|
13
|
-
"scale": true,
|
|
14
|
-
"locationBar": {
|
|
15
|
-
"crs": "CGCS2000_GK_Zone_3",
|
|
16
|
-
"template": "<div style='float: left;margin-right: 15px'>经度:{lng}</div> <div style='float: left;margin-right: 15px'>纬度:{lat}</div> <div style='float: left;margin-right: 15px'>横{crsx} 纵{crsy}</div> <div style='float: left;margin-right: 15px'>层级:{level}</div>"
|
|
17
|
-
},
|
|
18
|
-
"layers": {
|
|
19
|
-
"position": "topleft"
|
|
20
|
-
},
|
|
21
|
-
"zoom": {
|
|
22
|
-
"position": "bottomright"
|
|
23
|
-
},
|
|
24
|
-
"toolBar": {
|
|
25
|
-
"position": "bottomright"
|
|
26
|
-
}
|
|
27
|
-
},
|
|
28
|
-
"basemaps": [
|
|
29
|
-
{
|
|
30
|
-
"pid": 10,
|
|
31
|
-
"name": "天地图卫星",
|
|
32
|
-
"type": "TileGroupLayer",
|
|
33
|
-
"icon": "image/basemaps/02/天地图卫星.png",
|
|
34
|
-
"layers": [
|
|
35
|
-
{
|
|
36
|
-
"name": "底图",
|
|
37
|
-
"type": "xyz",
|
|
38
|
-
"layertype": "img_d",
|
|
39
|
-
"key": [
|
|
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
|
-
"
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
"
|
|
333
|
-
"
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
"
|
|
337
|
-
"
|
|
338
|
-
"
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
"
|
|
342
|
-
"
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
"
|
|
346
|
-
"
|
|
347
|
-
"
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
"
|
|
351
|
-
"
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
"
|
|
355
|
-
"
|
|
356
|
-
"
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
"
|
|
360
|
-
"
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
"
|
|
364
|
-
"
|
|
365
|
-
"
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
"
|
|
369
|
-
"
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
"
|
|
373
|
-
"
|
|
374
|
-
"
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
"
|
|
378
|
-
"
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
"
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
"
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
"
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
"
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
},
|
|
406
|
-
{
|
|
407
|
-
"id": 2022,
|
|
408
|
-
"pid": 10,
|
|
409
|
-
"name": "
|
|
410
|
-
"type": "xyz",
|
|
411
|
-
"icon": "image/basemaps/gaode_img.png",
|
|
412
|
-
"url": "http://
|
|
413
|
-
},
|
|
414
|
-
{
|
|
415
|
-
"id":
|
|
416
|
-
"pid": 10,
|
|
417
|
-
"name": "
|
|
418
|
-
"
|
|
419
|
-
"
|
|
420
|
-
"url": "http://
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
"
|
|
427
|
-
"
|
|
428
|
-
"type": "
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
"
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
"
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
"
|
|
444
|
-
"
|
|
445
|
-
"
|
|
446
|
-
}
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
1
|
+
{
|
|
2
|
+
"map": {
|
|
3
|
+
"zoom": 22,
|
|
4
|
+
"center": {
|
|
5
|
+
"lng": 102.10390600626144,
|
|
6
|
+
"lat": 26.16929776541906
|
|
7
|
+
},
|
|
8
|
+
"minZoom": 2,
|
|
9
|
+
"maxZoom": 26,
|
|
10
|
+
"basemap": "天地图卫星",
|
|
11
|
+
"centerAutoLevel": 15,
|
|
12
|
+
"controls": {
|
|
13
|
+
"scale": true,
|
|
14
|
+
"locationBar": {
|
|
15
|
+
"crs": "CGCS2000_GK_Zone_3",
|
|
16
|
+
"template": "<div style='float: left;margin-right: 15px'>经度:{lng}</div> <div style='float: left;margin-right: 15px'>纬度:{lat}</div> <div style='float: left;margin-right: 15px'>横{crsx} 纵{crsy}</div> <div style='float: left;margin-right: 15px'>层级:{level}</div>"
|
|
17
|
+
},
|
|
18
|
+
"layers": {
|
|
19
|
+
"position": "topleft"
|
|
20
|
+
},
|
|
21
|
+
"zoom": {
|
|
22
|
+
"position": "bottomright"
|
|
23
|
+
},
|
|
24
|
+
"toolBar": {
|
|
25
|
+
"position": "bottomright"
|
|
26
|
+
}
|
|
27
|
+
},
|
|
28
|
+
"basemaps": [
|
|
29
|
+
{
|
|
30
|
+
"pid": 10,
|
|
31
|
+
"name": "天地图卫星",
|
|
32
|
+
"type": "TileGroupLayer",
|
|
33
|
+
"icon": "image/basemaps/02/天地图卫星.png",
|
|
34
|
+
"layers": [
|
|
35
|
+
{
|
|
36
|
+
"name": "底图",
|
|
37
|
+
"type": "xyz",
|
|
38
|
+
"layertype": "img_d",
|
|
39
|
+
"key": ["ad5bee3fe473a639887fa9d57a670c6e"],
|
|
40
|
+
"url": "//t{0-7}.tianditu.gov.cn/DataServer?T=img_w&X={x}&Y={y}&L={z}&tk=9d8764edc63bda32cbca6c23a0286cc4"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"name": "注记",
|
|
44
|
+
"type": "xyz",
|
|
45
|
+
"layertype": "img_z",
|
|
46
|
+
"key": ["ad5bee3fe473a639887fa9d57a670c6e"],
|
|
47
|
+
"url": "//t{0-7}.tianditu.gov.cn/DataServer?T=cia_w&X={x}&Y={y}&L={z}&tk=9d8764edc63bda32cbca6c23a0286cc4"
|
|
48
|
+
}
|
|
49
|
+
]
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"pid": 10,
|
|
53
|
+
"name": "百度卫星",
|
|
54
|
+
"type": "TileGroupLayer",
|
|
55
|
+
"icon": "image/basemaps/02/百度卫星.png",
|
|
56
|
+
"layers": [
|
|
57
|
+
{
|
|
58
|
+
"name": "底图",
|
|
59
|
+
"type": "baidu",
|
|
60
|
+
"layer": "img_d",
|
|
61
|
+
"url": "http://maponline{s}.bdimg.com/starpic/u=x={x};y={y};z={z};v=009;type=sate&qt=satepc&fm=46&app=webearth2&v=009",
|
|
62
|
+
"chinaCRS": "baidu09",
|
|
63
|
+
"subdomains": "0,1,2,3"
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"name": "注记",
|
|
67
|
+
"type": "baidu",
|
|
68
|
+
"layer": "img_z",
|
|
69
|
+
"url": "http://maponline{s}.bdimg.com/tile/?x={x}&y={y}&z={z}&qt=vtile&styles=sl&showtext=1&scaler=2&v=083",
|
|
70
|
+
"chinaCRS": "baidu09",
|
|
71
|
+
"subdomains": "0,1,2,3"
|
|
72
|
+
}
|
|
73
|
+
]
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
"pid": 10,
|
|
77
|
+
"name": "高德卫星",
|
|
78
|
+
"type": "TileGroupLayer",
|
|
79
|
+
"icon": "image/basemaps/02/高德卫星.png",
|
|
80
|
+
"layers": [
|
|
81
|
+
{
|
|
82
|
+
"name": "底图",
|
|
83
|
+
"type": "xyz",
|
|
84
|
+
"layer": "img_d",
|
|
85
|
+
"url": "//webst0{1-4}.is.autonavi.com/appmaptile?style=6&x={x}&y={y}&z={z}",
|
|
86
|
+
"chinaCRS": "GCJ02"
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"name": "注记",
|
|
90
|
+
"type": "xyz",
|
|
91
|
+
"layer": "img_z",
|
|
92
|
+
"url": "//webst0{1-4}.is.autonavi.com/appmaptile?x={x}&y={y}&z={z}&lang=zh_cn&size=1&scale=1&style=8",
|
|
93
|
+
"chinaCRS": "GCJ02"
|
|
94
|
+
}
|
|
95
|
+
]
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"pid": 10,
|
|
99
|
+
"name": "腾讯卫星",
|
|
100
|
+
"type": "TileGroupLayer",
|
|
101
|
+
"icon": "image/basemaps/02/腾讯卫星.png",
|
|
102
|
+
"layers": [
|
|
103
|
+
{
|
|
104
|
+
"name": "底图",
|
|
105
|
+
"type": "tencent",
|
|
106
|
+
"url": "http://p{s}.map.gtimg.com/sateTiles/{z}/{sx}/{sy}/{x}_{ry}.jpg",
|
|
107
|
+
"chinaCRS": "GCJ02",
|
|
108
|
+
"subdomains": "0,1,2,3"
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"name": "注记",
|
|
112
|
+
"type": "tencent",
|
|
113
|
+
"url": "http://rt{s}.map.gtimg.com/tile?z={z}&x={x}&y={ry}&type=vector&styleid=2",
|
|
114
|
+
"chinaCRS": "GCJ02",
|
|
115
|
+
"subdomains": "0,1,2,3"
|
|
116
|
+
}
|
|
117
|
+
]
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
"pid": 10,
|
|
121
|
+
"name": "星图卫星",
|
|
122
|
+
"type": "TileGroupLayer",
|
|
123
|
+
"icon": "image/basemaps/02/星图卫星.png",
|
|
124
|
+
"layers": [
|
|
125
|
+
{
|
|
126
|
+
"name": "底图",
|
|
127
|
+
"type": "xyz",
|
|
128
|
+
"layer": "img_d",
|
|
129
|
+
"url": "https://tiles{1-3}.geovisearth.com/base/v1/img/{z}/{x}/{y}?format=webp&tmsIds=w&token=934e80b8d980d48b95d452cbcda6aff82b2d1e61ea76c776acc51f469d9f6d56"
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
"name": "注记",
|
|
133
|
+
"type": "xyz",
|
|
134
|
+
"layer": "img_z",
|
|
135
|
+
"url": "https://tiles{1-3}.geovisearth.com/base/v1/cia/{z}/{x}/{y}?format=webp&tmsIds=w&token=934e80b8d980d48b95d452cbcda6aff82b2d1e61ea76c776acc51f469d9f6d56"
|
|
136
|
+
}
|
|
137
|
+
]
|
|
138
|
+
},
|
|
139
|
+
{
|
|
140
|
+
"id": 2017,
|
|
141
|
+
"pid": 10,
|
|
142
|
+
"name": "谷歌卫星",
|
|
143
|
+
"icon": "image/basemaps/02/谷歌卫星.png",
|
|
144
|
+
"type": "xyz",
|
|
145
|
+
"url": "https://gac-geo.googlecnapps.cn/maps/vt?lyrs=y&x={x}&y={y}&z={z}"
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
"pid": 10,
|
|
149
|
+
"name": "天地图地图",
|
|
150
|
+
"type": "TileGroupLayer",
|
|
151
|
+
"icon": "image/basemaps/02/天地图地图.png",
|
|
152
|
+
"layers": [
|
|
153
|
+
{
|
|
154
|
+
"name": "底图",
|
|
155
|
+
"type": "xyz",
|
|
156
|
+
"url": "//t{0-7}.tianditu.gov.cn/DataServer?T=vec_w&X={x}&Y={y}&L={z}&tk=9d8764edc63bda32cbca6c23a0286cc4"
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
"name": "注记",
|
|
160
|
+
"type": "xyz",
|
|
161
|
+
"url": "//t{0-7}.tianditu.gov.cn/DataServer?T=cva_w&X={x}&Y={y}&L={z}&tk=9d8764edc63bda32cbca6c23a0286cc4"
|
|
162
|
+
}
|
|
163
|
+
]
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
"id": 2021,
|
|
167
|
+
"pid": 10,
|
|
168
|
+
"name": "百度地图",
|
|
169
|
+
"type": "baidu",
|
|
170
|
+
"icon": "image/basemaps/02/百度地图.png",
|
|
171
|
+
"url": "http://maponline{s}.bdimg.com/tile/?x={x}&y={y}&z={z}&qt=vtile&styles=pl&showtext=1&scaler=2&v=083",
|
|
172
|
+
"chinaCRS": "baidu09",
|
|
173
|
+
"subdomains": "0,1,2,3"
|
|
174
|
+
},
|
|
175
|
+
{
|
|
176
|
+
"id": 2021,
|
|
177
|
+
"pid": 10,
|
|
178
|
+
"name": "高德地图",
|
|
179
|
+
"type": "xyz",
|
|
180
|
+
"icon": "image/basemaps/02/高德地图.png",
|
|
181
|
+
"url": "http://wprd0{1-4}.is.autonavi.com/appmaptile?lang=zh_cn&size=1&style=7&x={x}&y={y}&z={z}",
|
|
182
|
+
"chinaCRS": "GCJ02"
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
"pid": 10,
|
|
186
|
+
"name": "腾讯地图",
|
|
187
|
+
"type": "tencent",
|
|
188
|
+
"icon": "image/basemaps/02/腾讯地图.png",
|
|
189
|
+
"url": "http://rt{s}.map.gtimg.com/tile?z={z}&x={x}&y={ry}&type=vector&styleid=1",
|
|
190
|
+
"chinaCRS": "GCJ02",
|
|
191
|
+
"subdomains": "0,1,2,3"
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
"pid": 10,
|
|
195
|
+
"name": "星图地图",
|
|
196
|
+
"type": "xyz",
|
|
197
|
+
"icon": "image/basemaps/02/星图地图.png",
|
|
198
|
+
"url": "https://tiles{1-3}.geovisearth.com/base/v1/vec/{z}/{x}/{y}?format=webp&&token=934e80b8d980d48b95d452cbcda6aff82b2d1e61ea76c776acc51f469d9f6d56"
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
"id": 2017,
|
|
202
|
+
"pid": 10,
|
|
203
|
+
"name": "谷歌地图",
|
|
204
|
+
"icon": "image/basemaps/02/谷歌地图.png",
|
|
205
|
+
"type": "xyz",
|
|
206
|
+
"chinaCRS": "GCJ02",
|
|
207
|
+
"url": "https://gac-geo.googlecnapps.cn/maps/vt?lyrs=m&x={x}&y={y}&z={z}"
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
"pid": 10,
|
|
211
|
+
"name": "腾讯地形",
|
|
212
|
+
"type": "tencent",
|
|
213
|
+
"icon": "image/basemaps/02/腾讯地形.png",
|
|
214
|
+
"url": "http://p{s}.map.gtimg.com/demTiles/{z}/{sx}/{sy}/{x}_{ry}.jpg",
|
|
215
|
+
"chinaCRS": "GCJ02",
|
|
216
|
+
"subdomains": "0,1,2,3"
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
"id": 2017,
|
|
220
|
+
"pid": 10,
|
|
221
|
+
"name": "谷歌地形",
|
|
222
|
+
"icon": "image/basemaps/02/谷歌地形.png",
|
|
223
|
+
"type": "xyz",
|
|
224
|
+
"url": "https://gac-geo.googlecnapps.cn/maps/vt?lyrs=p&x={x}&y={y}&z={z}"
|
|
225
|
+
},
|
|
226
|
+
{
|
|
227
|
+
"pid": 10,
|
|
228
|
+
"name": "腾讯地图暗",
|
|
229
|
+
"type": "tencent",
|
|
230
|
+
"icon": "image/basemaps/02/腾讯地图暗.png",
|
|
231
|
+
"url": "http://rt{s}.map.gtimg.com/tile?z={z}&x={x}&y={ry}&type=vector&styleid=4",
|
|
232
|
+
"chinaCRS": "GCJ02",
|
|
233
|
+
"subdomains": "0,1,2,3"
|
|
234
|
+
},
|
|
235
|
+
{
|
|
236
|
+
"pid": 10,
|
|
237
|
+
"name": "灰色地图",
|
|
238
|
+
"type": "arcgisMapServer",
|
|
239
|
+
"icon": "image/basemaps/02/灰色地图.png",
|
|
240
|
+
"url": "http://map.geoq.cn/ArcGIS/rest/services/ChinaOnlineStreetGray/MapServer",
|
|
241
|
+
"chinaCRS": "GCJ02"
|
|
242
|
+
},
|
|
243
|
+
{
|
|
244
|
+
"id": 2017,
|
|
245
|
+
"pid": 10,
|
|
246
|
+
"name": "中国蓝色",
|
|
247
|
+
"icon": "image/basemaps/02/中国蓝色.png",
|
|
248
|
+
"type": "xyz",
|
|
249
|
+
"url": "http://map.geoq.cn/arcgis/rest/services/ChinaOnlineStreetPurplishBlue/MapServer/tile/{z}/{y}/{x}",
|
|
250
|
+
"chinaCRS": "GCJ02"
|
|
251
|
+
},
|
|
252
|
+
{
|
|
253
|
+
"pid": 10,
|
|
254
|
+
"name": "腾讯地图淡1",
|
|
255
|
+
"type": "tencent",
|
|
256
|
+
"icon": "image/basemaps/02/腾讯地图淡1.png",
|
|
257
|
+
"url": "http://rt{s}.map.gtimg.com/tile?z={z}&x={x}&y={ry}&type=vector&styleid=8",
|
|
258
|
+
"chinaCRS": "GCJ02",
|
|
259
|
+
"subdomains": "0,1,2,3"
|
|
260
|
+
},
|
|
261
|
+
{
|
|
262
|
+
"pid": 10,
|
|
263
|
+
"name": "腾讯地图淡2",
|
|
264
|
+
"type": "tencent",
|
|
265
|
+
"icon": "image/basemaps/02/腾讯地图淡2.png",
|
|
266
|
+
"url": "http://rt{s}.map.gtimg.com/tile?z={z}&x={x}&y={ry}&type=vector&styleid=9",
|
|
267
|
+
"chinaCRS": "GCJ02",
|
|
268
|
+
"subdomains": "0,1,2,3"
|
|
269
|
+
},
|
|
270
|
+
{
|
|
271
|
+
"id": 2021,
|
|
272
|
+
"pid": 10,
|
|
273
|
+
"name": "百度地图大",
|
|
274
|
+
"type": "baidu",
|
|
275
|
+
"icon": "image/basemaps/02/百度地图大.png",
|
|
276
|
+
"url": "http://maponline{s}.bdimg.com/tile/?x={x}&y={y}&z={z}&qt=vtile&styles=ph&showtext=1&scaler=1&v=083",
|
|
277
|
+
"chinaCRS": "baidu09",
|
|
278
|
+
"subdomains": "0,1,2,3"
|
|
279
|
+
},
|
|
280
|
+
{
|
|
281
|
+
"pid": 10,
|
|
282
|
+
"name": "ArcGIS地图",
|
|
283
|
+
"type": "xyz",
|
|
284
|
+
"icon": "image/basemaps/02/ArcGis地图.png",
|
|
285
|
+
"url": "http://map.geoq.cn/ArcGIS/rest/services/ChinaOnlineCommunity/MapServer/tile/{z}/{y}/{x}",
|
|
286
|
+
"chinaCRS": "GCJ02"
|
|
287
|
+
},
|
|
288
|
+
{
|
|
289
|
+
"pid": 10,
|
|
290
|
+
"name": "ArcGIS卫星",
|
|
291
|
+
"type": "arcgisMapServer",
|
|
292
|
+
"icon": "image/basemaps/02/ArcGis卫星.png",
|
|
293
|
+
"url": "https://services.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer"
|
|
294
|
+
},
|
|
295
|
+
{
|
|
296
|
+
"id": 2017,
|
|
297
|
+
"pid": 10,
|
|
298
|
+
"name": "智图彩色地图",
|
|
299
|
+
"icon": "image/basemaps/02/智能彩色地图.png",
|
|
300
|
+
"type": "xyz",
|
|
301
|
+
"url": "http://cache1.arcgisonline.cn/arcgis/rest/services/ChinaOnlineCommunity/MapServer/tile/{z}/{y}/{x}",
|
|
302
|
+
"chinaCRS": "GCJ02"
|
|
303
|
+
},
|
|
304
|
+
{
|
|
305
|
+
"id": 2017,
|
|
306
|
+
"pid": 10,
|
|
307
|
+
"name": "智图灰色",
|
|
308
|
+
"icon": "image/basemaps/02/智能灰色.png",
|
|
309
|
+
"type": "xyz",
|
|
310
|
+
"url": "http://cache1.arcgisonline.cn/arcgis/rest/services/ChinaOnlineStreetGray/MapServer/tile/{z}/{y}/{x}",
|
|
311
|
+
"chinaCRS": "GCJ02"
|
|
312
|
+
},
|
|
313
|
+
{
|
|
314
|
+
"id": 2017,
|
|
315
|
+
"pid": 10,
|
|
316
|
+
"name": "智图暖色",
|
|
317
|
+
"icon": "image/basemaps/02/智能暖色.png",
|
|
318
|
+
"type": "xyz",
|
|
319
|
+
"url": "http://cache1.arcgisonline.cn/arcgis/rest/services/ChinaOnlineStreetWarm/MapServer/tile/{z}/{y}/{x}",
|
|
320
|
+
"chinaCRS": "GCJ02"
|
|
321
|
+
},
|
|
322
|
+
{
|
|
323
|
+
"id": 2017,
|
|
324
|
+
"pid": 10,
|
|
325
|
+
"name": "智图中国轮廓图",
|
|
326
|
+
"icon": "image/basemaps/02/智能中国轮廓.png",
|
|
327
|
+
"type": "xyz",
|
|
328
|
+
"url": "http://cache1.arcgisonline.cn/arcgis/rest/services/SimpleFeature/ChinaBoundaryLine/MapServer/tile/{z}/{y}/{x}",
|
|
329
|
+
"chinaCRS": "GCJ02"
|
|
330
|
+
},
|
|
331
|
+
{
|
|
332
|
+
"id": 2017,
|
|
333
|
+
"pid": 10,
|
|
334
|
+
"name": "智图轮廓标注图",
|
|
335
|
+
"icon": "image/basemaps/02/智能轮廓标记图.png",
|
|
336
|
+
"type": "xyz",
|
|
337
|
+
"url": "http://thematic.geoq.cn/arcgis/rest/services/ThematicMaps/administrative_division_boundaryandlabel/MapServer/tile/{z}/{y}/{x}",
|
|
338
|
+
"chinaCRS": "GCJ02"
|
|
339
|
+
},
|
|
340
|
+
{
|
|
341
|
+
"id": 2017,
|
|
342
|
+
"pid": 10,
|
|
343
|
+
"name": "智图水系",
|
|
344
|
+
"icon": "image/basemaps/02/智能水系.png",
|
|
345
|
+
"type": "xyz",
|
|
346
|
+
"url": "http://thematic.geoq.cn/arcgis/rest/services/ThematicMaps/WorldHydroMap/MapServer/tile/{z}/{y}/{x}",
|
|
347
|
+
"chinaCRS": "GCJ02"
|
|
348
|
+
},
|
|
349
|
+
{
|
|
350
|
+
"id": 2017,
|
|
351
|
+
"pid": 10,
|
|
352
|
+
"name": "智图植被",
|
|
353
|
+
"icon": "image/basemaps/02/智能植被.png",
|
|
354
|
+
"type": "xyz",
|
|
355
|
+
"url": "http://thematic.geoq.cn/arcgis/rest/services/ThematicMaps/ocean/MapServer/tile/{z}/{y}/{x}",
|
|
356
|
+
"chinaCRS": "GCJ02"
|
|
357
|
+
},
|
|
358
|
+
{
|
|
359
|
+
"pid": 10,
|
|
360
|
+
"name": "腾讯地图简",
|
|
361
|
+
"type": "tencent",
|
|
362
|
+
"icon": "image/basemaps/02/腾讯地图简.png",
|
|
363
|
+
"url": "http://rt{s}.map.gtimg.com/tile?z={z}&x={x}&y={ry}&type=vector&styleid=3",
|
|
364
|
+
"chinaCRS": "GCJ02",
|
|
365
|
+
"subdomains": "0,1,2,3"
|
|
366
|
+
},
|
|
367
|
+
{
|
|
368
|
+
"id": 2017,
|
|
369
|
+
"pid": 10,
|
|
370
|
+
"name": "aaa",
|
|
371
|
+
"icon": "image/basemaps/02/googleimage.png",
|
|
372
|
+
"type": "xyz",
|
|
373
|
+
"url": "https://ditu.zjzwfw.gov.cn:443/mapserver/vmap/WMTS/1.0/zjvmap/tdt_kejiganyangshi_2017&tilematrix={z}&tilerow={x}&tilecol={y}&tk=9d8764edc63bda32cbca6c23a0286cc4",
|
|
374
|
+
"chinaCRS": "GCJ02"
|
|
375
|
+
},
|
|
376
|
+
{
|
|
377
|
+
"pid": 10,
|
|
378
|
+
"name": "离线地图",
|
|
379
|
+
"type": "TileGroupLayer",
|
|
380
|
+
"icon": "image/basemaps/googleimage.png",
|
|
381
|
+
"layers": [
|
|
382
|
+
{
|
|
383
|
+
"name": "底图",
|
|
384
|
+
"type": "tdt",
|
|
385
|
+
"layertype": "img_d",
|
|
386
|
+
"key": ["ad5bee3fe473a639887fa9d57a670c6e"],
|
|
387
|
+
"url": "//192.168.5.212:9295/bjsyx/{z}/{x}/{y}.png"
|
|
388
|
+
},
|
|
389
|
+
{
|
|
390
|
+
"name": "注记",
|
|
391
|
+
"type": "tdt",
|
|
392
|
+
"layertype": "img_z",
|
|
393
|
+
"key": ["ad5bee3fe473a639887fa9d57a670c6e"],
|
|
394
|
+
"url": "//192.168.28.201:9295/bjszj/{z}/{x}/{y}.png"
|
|
395
|
+
}
|
|
396
|
+
]
|
|
397
|
+
},
|
|
398
|
+
{
|
|
399
|
+
"id": 2022,
|
|
400
|
+
"pid": 10,
|
|
401
|
+
"name": "离线影像2",
|
|
402
|
+
"type": "xyz",
|
|
403
|
+
"icon": "image/basemaps/gaode_img.png",
|
|
404
|
+
"url": "http://192.168.28.201:8099/api/Map?Z={z}&X={x}&Y={y}"
|
|
405
|
+
},
|
|
406
|
+
{
|
|
407
|
+
"id": 2022,
|
|
408
|
+
"pid": 10,
|
|
409
|
+
"name": "离线252",
|
|
410
|
+
"type": "xyz",
|
|
411
|
+
"icon": "image/basemaps/gaode_img.png",
|
|
412
|
+
"url": "http://localhost:5141/api/Image/Google/?z={z}&x={y}&y={x}"
|
|
413
|
+
},
|
|
414
|
+
{
|
|
415
|
+
"id": 2022,
|
|
416
|
+
"pid": 10,
|
|
417
|
+
"name": "国外8899",
|
|
418
|
+
"type": "xyz",
|
|
419
|
+
"icon": "image/basemaps/gaode_img.png",
|
|
420
|
+
"url": "http://88.99.52.155/cgi-bin/tapp/tilecache.py/1.0.0/topomapper_v2/{z}/{x}/{y}.jpg"
|
|
421
|
+
},
|
|
422
|
+
|
|
423
|
+
{
|
|
424
|
+
"id": 2017,
|
|
425
|
+
"pid": 10,
|
|
426
|
+
"name": "江口",
|
|
427
|
+
"icon": "image/basemaps/googleimage.png",
|
|
428
|
+
"type": "arcgisMapTile",
|
|
429
|
+
"url": "http://117.34.118.124:7535/四川/江口/2021.11.20-11.22/_alllayers/{z}/{y}/{x}.png",
|
|
430
|
+
"chinaCRS": "GCJ02"
|
|
431
|
+
},
|
|
432
|
+
{
|
|
433
|
+
"pid": 10,
|
|
434
|
+
"name": "geologyPrequart200",
|
|
435
|
+
"type": "WmsTileLayer",
|
|
436
|
+
"icon": "img/basemaps/googlemap.png",
|
|
437
|
+
"params": { "LAYERS": "CIS_VSEGEI_200K_BLS", "TILED": true },
|
|
438
|
+
|
|
439
|
+
|
|
440
|
+
"transition": 0,
|
|
441
|
+
"ratio": 1,
|
|
442
|
+
|
|
443
|
+
"url": "http://wms.vsegei.ru/VSEGEI_Bedrock_geology2/wms",
|
|
444
|
+
"zIndex": 902,
|
|
445
|
+
"format": "image/png"
|
|
446
|
+
},
|
|
447
|
+
{
|
|
448
|
+
"pid": 10,
|
|
449
|
+
"name": "GenshtabCom",
|
|
450
|
+
"type": "xyz",
|
|
451
|
+
"icon": "img/basemaps/googlemap.png",
|
|
452
|
+
"url": "http://47.93.156.3:2023/xddata/proxy.ashx?type=jpgurl=/anygis/cgi-bin/tapp/tilecache.py/1.0.0/topomapper_v2/{z}/{x}/{y}.jpg"
|
|
453
|
+
},
|
|
454
|
+
{
|
|
455
|
+
"pid": 10,
|
|
456
|
+
"name": "谷歌地图[国外]",
|
|
457
|
+
"type": "TileGroupLayer",
|
|
458
|
+
"icon": "image/basemaps/02/天地图地图.png",
|
|
459
|
+
"layers": [
|
|
460
|
+
{
|
|
461
|
+
"name": "底图",
|
|
462
|
+
"type": "xyz",
|
|
463
|
+
"url": "https://www.google.com/maps/vt?lyrs=s@959&gl=cn&x={x}&y={y}&z={z}"
|
|
464
|
+
},
|
|
465
|
+
{
|
|
466
|
+
"name": "注记",
|
|
467
|
+
"type": "xyz",
|
|
468
|
+
"url": "https://www.google.com/maps/vt?lyrs=h@959&gl=cn&x={x}&y={y}&z={z}"
|
|
469
|
+
}
|
|
470
|
+
]
|
|
471
|
+
}
|
|
472
|
+
],
|
|
473
|
+
"operationallayers": [
|
|
474
|
+
{
|
|
475
|
+
"id": 20,
|
|
476
|
+
"name": "辅助图层",
|
|
477
|
+
"type": "group"
|
|
478
|
+
},
|
|
479
|
+
{
|
|
480
|
+
"pid": 20,
|
|
481
|
+
"name": "经纬网",
|
|
482
|
+
"type": "graticule"
|
|
483
|
+
}
|
|
484
|
+
],
|
|
485
|
+
"gaodeRoute": [
|
|
486
|
+
{
|
|
487
|
+
"id": 20,
|
|
488
|
+
"name": "辅助图层",
|
|
489
|
+
"type": "group"
|
|
490
|
+
},
|
|
491
|
+
{
|
|
492
|
+
"pid": 20,
|
|
493
|
+
"name": "经纬网",
|
|
494
|
+
"type": "graticule"
|
|
495
|
+
}
|
|
496
|
+
]
|
|
497
|
+
},
|
|
498
|
+
"appkey": "*U2FsdGVkX1/19j2z2MK5vtnWJ2F4KHqCIQVZHEtbLziV8NneBNX5P7wOrH+WpWLyRYyH3F/aj/v1XEFypMxTClkO4lBP21vfPIqoQPj2P2RsktR49hmKuA=="
|
|
499
|
+
}
|