mirage2d 1.1.65 → 1.1.67
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/config/json/mapConfig.json +27 -1
- package/dist/graphic/imagePoint.d.ts +1 -0
- package/dist/mirage2d.cjs.js +157 -28
- package/dist/mirage2d.umd.js +157 -28
- package/package.json +1 -1
|
@@ -206,6 +206,33 @@
|
|
|
206
206
|
"url": "http://map.geoq.cn/arcgis/rest/services/ChinaOnlineStreetPurplishBlue/MapServer/tile/{z}/{y}/{x}",
|
|
207
207
|
"chinaCRS": "GCJ02"
|
|
208
208
|
},
|
|
209
|
+
{
|
|
210
|
+
"id": 2017,
|
|
211
|
+
"pid": 10,
|
|
212
|
+
"name": "谷歌卫星",
|
|
213
|
+
"icon": "image/basemaps/googleimage.png",
|
|
214
|
+
"type": "xyz",
|
|
215
|
+
"url": "https://gac-geo.googlecnapps.cn/maps/vt?lyrs=y&x={x}&y={y}&z={z}"
|
|
216
|
+
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
"id": 2017,
|
|
220
|
+
"pid": 10,
|
|
221
|
+
"name": "谷歌地图",
|
|
222
|
+
"icon": "image/basemaps/googleimage.png",
|
|
223
|
+
"type": "xyz",
|
|
224
|
+
"url": "https://gac-geo.googlecnapps.cn/maps/vt?lyrs=m&x={x}&y={y}&z={z}"
|
|
225
|
+
|
|
226
|
+
},
|
|
227
|
+
{
|
|
228
|
+
"id": 2017,
|
|
229
|
+
"pid": 10,
|
|
230
|
+
"name": "谷歌地形",
|
|
231
|
+
"icon": "image/basemaps/googleimage.png",
|
|
232
|
+
"type": "xyz",
|
|
233
|
+
"url": "https://gac-geo.googlecnapps.cn/maps/vt?lyrs=p&x={x}&y={y}&z={z}"
|
|
234
|
+
|
|
235
|
+
},
|
|
209
236
|
{
|
|
210
237
|
"id": 2017,
|
|
211
238
|
"pid": 10,
|
|
@@ -308,4 +335,3 @@
|
|
|
308
335
|
},
|
|
309
336
|
"appkey":"U2FsdGVkX18tMsBEV5FfQF7ufuq4ZOmVnCreta9VsR86m1UJg6Tscxsi1wdo6GrfHTJzv/2jRln7hUu6i+y9LIKwTjrb9RK9OpHgd0ab9VKj6bgg8CRhdDxknzWMEb8UpPcn1zOmFT0xmdDId/CTX56jVlZP1+BgZKMFi/2RZAoTJhpv6+wd/IOL3YrU2OLXpaohhRLstmhGh6UGPxLuwycG1u4AmPhDpD5ggQQxOYhgbl1xHBKl8oq3l1WFKyds+rvmw/RvLyigb3ugllFKfUCQTX1Qkh5qMB5a6GtstXRt6XnYz3j6fs0LvmbX4316I5Pn9XWsE2oyxdpx0qpySp+fHtUpLv/2+eKADevxHmkIej4lMh0x/K+y213T5IXIXerwAlUXccXg8beQzc7aNkyWvod2LKa7pt/1LoncmapjWezo05TOlZ0o3KHSTJWffdrxn064FvvNXar1wsHqoKhoImtoI1cMA6uYrZME7zDHKTqQBQj0gz2N4niOvhpC87H86gt6SlIEpnfsodY7Ej1AHIQIXWJgA4DOCIORVt15er4zSMyCj0J6G1tTrHi/FkNxm8O7WQLOT3/NmiDhD3aIFfccm7hjmB9icgFI5yJ1t+++fGORjDpLeWfygINI33z5NOdfk6a1MFf4vuti5dbcfNMLVG0IrSVYZqVZdw4YG6zqTCVgyQ=="
|
|
310
337
|
}
|
|
311
|
-
|