@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.
- package/README.md +11 -3
- package/dist/es5/webclient-cesium-plugin.min.js +2 -2
- package/dist/es5/webclient-common.min.js +2 -2
- package/dist/webclient-cesium-plugin-es6.min.js +2 -2
- package/documention/GeoJSONLayerUtil.html +1 -1
- package/documention/IGSFeatureLayerUtil.html +1 -1
- package/documention/IGSSceneLayerUtil.html +29 -626
- package/documention/ISSceneLayerUtil.html +1131 -0
- package/documention/MapGISMapServerImageryProvider.html +2 -2
- package/documention/MapGISTerrainProvider.html +7540 -1054
- package/documention/MapGISTileServerImageryProvider.html +2 -2
- package/documention/S3MTileset.html +235 -0
- package/documention/WFSLayerUtil.html +1 -1
- package/documention/WebMapServiceImageryProvider.html +2 -2
- package/documention/WebMapTileServiceImageryProvider.html +2 -2
- package/documention/index.html +1 -1
- package/package.json +1 -1
|
@@ -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://
|
|
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://
|
|
812
|
+
const url = 'http://webclient.smaryun.com:8089/igs/rest/services/Map/湖北省4326/MapServer'
|
|
813
813
|
|
|
814
814
|
// 创建地图图片图层对象
|
|
815
815
|
igsMapImageLayer = new IGSMapImageLayer({
|