@mapgis/webclient-cesium-plugin 17.2.1 → 17.2.2

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.
@@ -786,7 +786,7 @@ const { MapGISMapServerImageryProvider } = zondy
786
786
  import { MapGISMapServerImageryProvider } from "@mapgis/webclient-cesium-plugin"
787
787
 
788
788
  // 定义IGS地图图片图层服务的基地址
789
- const url = 'http://192.168.82.91:8089/igs/rest/services/Map/湖北省4326/MapServer'
789
+ const url = 'http://webclient.smaryun.com:8089/igs/rest/services/Map/湖北省4326/MapServer'
790
790
 
791
791
  // 添加IGS地图图片图层
792
792
  async function addIGSMapImageLayer(url) {
@@ -809,7 +809,7 @@ import { MapGISMapServerImageryProvider, initializeOptions } from "@mapgis/webcl
809
809
  import { IGSMapImageLayer } from "@mapgis/webclient-common"
810
810
 
811
811
  // 定义IGS地图图片图层服务的基地址
812
- const url = 'http://192.168.82.91:8089/igs/rest/services/Map/湖北省4326/MapServer'
812
+ const url = 'http://webclient.smaryun.com:8089/igs/rest/services/Map/湖北省4326/MapServer'
813
813
 
814
814
  // 创建地图图片图层对象
815
815
  igsMapImageLayer = new IGSMapImageLayer({