Skip to content

Commit

Permalink
缺陷修改:天地图系统维护地形影响用不了
Browse files Browse the repository at this point in the history
  • Loading branch information
supermap123 committed Jun 20, 2024
1 parent 65f62f0 commit 2689cf3
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions SuperMap iEarth/public/config/serviceList.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,13 @@ const layerServiceData = {
type: 'BingMap',
chooseType: false,
},
{
url: 'https://[subdomain].tianditu.gov.cn/img_w/wmts',
name: "TIANDITU",
thumbnail: './images/baseMap/tianditu.png',
type: 'TIANDITU',
chooseType: false,
},
// {
// url: 'https://[subdomain].tianditu.gov.cn/img_w/wmts',
// name: "TIANDITU",
// thumbnail: './images/baseMap/tianditu.png',
// type: 'TIANDITU',
// chooseType: false,
// },
{
name: "GRIDIMAGERY",
thumbnail: './images/baseMap/grad.png',
Expand Down Expand Up @@ -145,13 +145,13 @@ const layerServiceData = {
type: 'supermapOnlineTerrain', // 地形服务类型
chooseType: false, // 面板中图片是否选中(默认false即可)
},
{
proxiedUrl: '',
thumbnail: './images/terrainLayers/tianditu_terrain.png',
name: "tiandituTerrain",
type: 'tianDiTuTerrain',
chooseType: false
},
// {
// proxiedUrl: '',
// thumbnail: './images/terrainLayers/tianditu_terrain.png',
// name: "tiandituTerrain",
// type: 'tianDiTuTerrain',
// chooseType: false
// },
{
proxiedUrl: "https://www.supermapol.com/realspace/services/3D-stk_terrain/rest/realspace/datas/info/data/path",
thumbnail: './images/terrainLayers/STK_terrain.png',
Expand Down

0 comments on commit 2689cf3

Please sign in to comment.