Skip to content

Commit

Permalink
fix: ArcGIS换源
Browse files Browse the repository at this point in the history
  • Loading branch information
Hxy1992 committed Dec 5, 2024
1 parent 4c76b8f commit f27cc9c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
12 changes: 6 additions & 6 deletions packages/renderer/src/utils/TileLayerCollection/param.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,14 @@ export default function getParams() {
},
},
GEOQ: {
Colour: {
url: 'https://map.geoq.cn/ArcGIS/rest/services/ChinaOnlineCommunity/MapServer/tile/{z}/{y}/{x}',
Satellite: {
url: 'https://services.arcgisonline.com/arcgis/rest/services/World_Imagery/MapServer/tile/{z}/{y}/{x}',
},
Gray: {
url: 'https://map.geoq.cn/ArcGIS/rest/services/ChinaOnlineStreetGray/MapServer/tile/{z}/{y}/{x}',
Street: {
url: 'https://services.arcgisonline.com/arcgis/rest/services/World_Street_Map/MapServer/tile/{z}/{y}/{x}',
},
Midnightblue: {
url: 'https://map.geoq.cn/ArcGIS/rest/services/ChinaOnlineStreetPurplishBlue/MapServer/tile/{z}/{y}/{x}',
Physical: {
url: 'https://services.arcgisonline.com/arcgis/rest/services/World_Physical_Map/MapServer/tile/{z}/{y}/{x}',
},
},
Google: {
Expand Down
18 changes: 9 additions & 9 deletions packages/renderer/src/utils/layerList.js
Original file line number Diff line number Diff line change
Expand Up @@ -253,27 +253,27 @@ const mapList = [
value: 'Geoq',
children: [
{
label: '彩色',
value: 'Colour',
label: 'World_Imagery',
value: 'Satellite',
prejection: 'EPSG:3857',
exteral: {
attribution: 'ArcGIS-彩色',
attribution: 'ArcGIS-卫星地图',
},
},
{
label: '灰度',
value: 'Gray',
label: 'World_Street_Map',
value: 'Street',
prejection: 'EPSG:3857',
exteral: {
attribution: 'ArcGIS-灰度',
attribution: 'ArcGIS-街景地图',
},
},
{
label: '午夜蓝',
value: 'Midnightblue',
label: 'World_Physical_Map',
value: 'Physical',
prejection: 'EPSG:3857',
exteral: {
attribution: 'ArcGIS-午夜蓝',
attribution: 'ArcGIS-物理',
},
},
],
Expand Down

0 comments on commit f27cc9c

Please sign in to comment.