@u-gis/cesium 3.0.8 → 3.0.9
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
CHANGED
|
@@ -113802,5 +113802,5 @@ function (result, this, instanceIndex, frameState) {
|
|
|
113802
113802
|
exports.winPosAndDepthEqual = winPosAndDepthEqual;
|
|
113803
113803
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
113804
113804
|
return exports;
|
|
113805
|
-
}({}, Cesium,
|
|
113805
|
+
}({}, Cesium, uGIS_Core);
|
|
113806
113806
|
//# sourceMappingURL=earthsdk3-cesium.iife.js.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
(function(global2, factory) {
|
|
2
|
-
typeof exports === "object" && typeof module !== "undefined" ? factory(exports, require("cesium"), require("xbsj-base"), require("@u-gis/core"), require("html2canvas"), require("delaunator"), require("earcut")) : typeof define === "function" && define.amd ? define(["exports", "cesium", "xbsj-base", "@u-gis/core", "html2canvas", "delaunator", "earcut"], factory) : (global2 = typeof globalThis !== "undefined" ? globalThis : global2 || self, factory(global2.uGIS_Cesium = {}, global2.Cesium, global2["xbsj-base"], global2.
|
|
2
|
+
typeof exports === "object" && typeof module !== "undefined" ? factory(exports, require("cesium"), require("xbsj-base"), require("@u-gis/core"), require("html2canvas"), require("delaunator"), require("earcut")) : typeof define === "function" && define.amd ? define(["exports", "cesium", "xbsj-base", "@u-gis/core", "html2canvas", "delaunator", "earcut"], factory) : (global2 = typeof globalThis !== "undefined" ? globalThis : global2 || self, factory(global2.uGIS_Cesium = {}, global2.Cesium, global2["xbsj-base"], global2.uGIS_Core, global2.html2canvas, global2.Delaunator, global2.earcut));
|
|
3
3
|
})(this, function(exports2, Cesium, xbsjBase, core, html2canvas, Delaunator, earcut) {
|
|
4
4
|
"use strict";var __defProp = Object.defineProperty;
|
|
5
5
|
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@u-gis/cesium",
|
|
3
|
-
"version": "3.0.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "3.0.9",
|
|
4
|
+
"description": "uGIS SDK的cesium渲染引擎插件",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/earthsdk3-cesium.umd.cjs",
|
|
7
7
|
"files": [
|
|
@@ -11,14 +11,14 @@
|
|
|
11
11
|
"doc/[^.]*"
|
|
12
12
|
],
|
|
13
13
|
"keywords": [
|
|
14
|
-
"
|
|
14
|
+
"uGIS SDK",
|
|
15
15
|
"@u-gis/core",
|
|
16
16
|
"@u-gis/ue",
|
|
17
17
|
"@u-gis/cesium"
|
|
18
18
|
],
|
|
19
|
-
"author": "
|
|
20
|
-
"owner": "
|
|
21
|
-
"homepage": "www.
|
|
19
|
+
"author": "郭斌勇",
|
|
20
|
+
"owner": "八维通科技有限公司",
|
|
21
|
+
"homepage": "https://www.bwton.com",
|
|
22
22
|
"license": "ISC",
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"build-tls": "^1.3.17",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
},
|
|
31
31
|
"peerDependencies": {
|
|
32
32
|
"cesium": "~1.123.1",
|
|
33
|
-
"@u-gis/core": "3.0.
|
|
33
|
+
"@u-gis/core": "3.0.9"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"xbsj-base": "1.0.1",
|