@mapgis/webclient-cesium-plugin 17.2.0 → 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.
@@ -781,12 +781,12 @@
781
781
 
782
782
 
783
783
  <pre class="prettyprint"><code>// ES5引入方式
784
- const { MapGISMapServerImageryProvider } = Zondy
784
+ const { MapGISMapServerImageryProvider } = zondy
785
785
  // ES6引入方式
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) {
@@ -801,15 +801,15 @@ addIGSMapImageLayer(url)</code></pre>
801
801
 
802
802
 
803
803
  <pre class="prettyprint"><code>// ES5引入方式
804
- const { MapGISMapServerImageryProvider } = Zondy
805
- const { IGSMapImageLayer } = Zondy.Layer
806
- const { initializeOptions } = Zondy.Utils
804
+ const { MapGISMapServerImageryProvider } = zondy
805
+ const { IGSMapImageLayer } = zondy.Layer
806
+ const { initializeOptions } = zondy.cesium.util
807
807
  // ES6引入方式
808
808
  import { MapGISMapServerImageryProvider, initializeOptions } from "@mapgis/webclient-cesium-plugin"
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({
@@ -831,7 +831,7 @@ igsMapImageLayer.load().then((layer) => {
831
831
 
832
832
 
833
833
  <pre class="prettyprint"><code>// ES5引入方式
834
- const { MapGISMapServerImageryProvider } = Zondy
834
+ const { MapGISMapServerImageryProvider } = zondy
835
835
  // ES6引入方式
836
836
  import { MapGISMapServerImageryProvider } from "@mapgis/webclient-cesium-pulgin-mini"
837
837