File tree 2 files changed +15
-15
lines changed
packages/renderer/src/utils
2 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -54,14 +54,14 @@ export default function getParams() {
54
54
} ,
55
55
} ,
56
56
GEOQ : {
57
- Colour : {
58
- url : 'https://map.geoq.cn/ArcGIS /rest/services/ChinaOnlineCommunity /MapServer/tile/{z}/{y}/{x}' ,
57
+ Satellite : {
58
+ url : 'https://services.arcgisonline.com/arcgis /rest/services/World_Imagery /MapServer/tile/{z}/{y}/{x}' ,
59
59
} ,
60
- Gray : {
61
- url : 'https://map.geoq.cn/ArcGIS /rest/services/ChinaOnlineStreetGray /MapServer/tile/{z}/{y}/{x}' ,
60
+ Street : {
61
+ url : 'https://services.arcgisonline.com/arcgis /rest/services/World_Street_Map /MapServer/tile/{z}/{y}/{x}' ,
62
62
} ,
63
- Midnightblue : {
64
- url : 'https://map.geoq.cn/ArcGIS /rest/services/ChinaOnlineStreetPurplishBlue /MapServer/tile/{z}/{y}/{x}' ,
63
+ Physical : {
64
+ url : 'https://services.arcgisonline.com/arcgis /rest/services/World_Physical_Map /MapServer/tile/{z}/{y}/{x}' ,
65
65
} ,
66
66
} ,
67
67
Google : {
Original file line number Diff line number Diff line change @@ -253,27 +253,27 @@ const mapList = [
253
253
value : 'Geoq' ,
254
254
children : [
255
255
{
256
- label : '彩色 ' ,
257
- value : 'Colour ' ,
256
+ label : 'World_Imagery ' ,
257
+ value : 'Satellite ' ,
258
258
prejection : 'EPSG:3857' ,
259
259
exteral : {
260
- attribution : 'ArcGIS-彩色 ' ,
260
+ attribution : 'ArcGIS-卫星地图 ' ,
261
261
} ,
262
262
} ,
263
263
{
264
- label : '灰度 ' ,
265
- value : 'Gray ' ,
264
+ label : 'World_Street_Map ' ,
265
+ value : 'Street ' ,
266
266
prejection : 'EPSG:3857' ,
267
267
exteral : {
268
- attribution : 'ArcGIS-灰度 ' ,
268
+ attribution : 'ArcGIS-街景地图 ' ,
269
269
} ,
270
270
} ,
271
271
{
272
- label : '午夜蓝 ' ,
273
- value : 'Midnightblue ' ,
272
+ label : 'World_Physical_Map ' ,
273
+ value : 'Physical ' ,
274
274
prejection : 'EPSG:3857' ,
275
275
exteral : {
276
- attribution : 'ArcGIS-午夜蓝 ' ,
276
+ attribution : 'ArcGIS-物理 ' ,
277
277
} ,
278
278
} ,
279
279
] ,
You can’t perform that action at this time.
0 commit comments