bruce-cesium 2.8.1 → 2.8.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/dist/bruce-cesium.es5.js +4 -4
- package/dist/bruce-cesium.es5.js.map +1 -1
- package/dist/bruce-cesium.umd.js +3 -3
- package/dist/bruce-cesium.umd.js.map +1 -1
- package/dist/lib/bruce-cesium.js +1 -1
- package/dist/lib/widgets/common/draw-3d-polygon.js +1 -1
- package/dist/lib/widgets/common/draw-3d-polygon.js.map +1 -1
- package/dist/lib/widgets/common/draw-3d-polyline.js +1 -1
- package/dist/lib/widgets/common/draw-3d-polyline.js.map +1 -1
- package/dist/types/bruce-cesium.d.ts +1 -1
- package/package.json +2 -2
package/dist/bruce-cesium.umd.js
CHANGED
|
@@ -13041,7 +13041,7 @@
|
|
|
13041
13041
|
ele.setAttribute("style", "\n left: 0px;\n top: 0px;\n position: absolute;\n z-index: 3;\n border-radius: 5px;\n background-color: white;\n display: flex;\n align-items: center;\n padding: 3px 4px;\n -webkit-touch-callout: none;\n -webkit-user-select: none;\n -khtml-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n box-shadow: 0px 0px 1px rgba(18, 22, 25, 0.24), 0px 18px 36px -4px rgba(18, 22, 25, 0.6);\n ");
|
|
13042
13042
|
var butt = document.createElement("button");
|
|
13043
13043
|
butt.setAttribute("style", "\n cursor: pointer;\n border-radius: .375rem;\n padding: 4px 9px;\n transition: opacity 0.3s ease;\n width: 100px;\n width: min-content;\n white-space: nowrap;\n background-color: white;\n display: flex;\n align-items: center;\n justify-content: center;\n flex-grow: 1;\n flex-shrink: 1;\n height: 100%; \n background-color: #0072c3;\n border: 1px solid #0072c3;\n color: white;\n ");
|
|
13044
|
-
butt.innerText = "
|
|
13044
|
+
butt.innerText = "Finished?";
|
|
13045
13045
|
butt.onclick = function () {
|
|
13046
13046
|
_this.onFinish(_this.GetHierarchy());
|
|
13047
13047
|
};
|
|
@@ -13436,7 +13436,7 @@
|
|
|
13436
13436
|
ele.setAttribute("style", "\n left: 0px;\n top: 0px;\n position: absolute;\n z-index: 3;\n border-radius: 5px;\n background-color: white;\n display: flex;\n align-items: center;\n padding: 3px 4px;\n -webkit-touch-callout: none;\n -webkit-user-select: none;\n -khtml-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n box-shadow: 0px 0px 1px rgba(18, 22, 25, 0.24), 0px 18px 36px -4px rgba(18, 22, 25, 0.6);\n ");
|
|
13437
13437
|
var butt = document.createElement("button");
|
|
13438
13438
|
butt.setAttribute("style", "\n cursor: pointer;\n border-radius: .375rem;\n padding: 4px 9px;\n transition: opacity 0.3s ease;\n width: 100px;\n width: min-content;\n white-space: nowrap;\n display: flex;\n align-items: center;\n justify-content: center;\n flex-grow: 1;\n flex-shrink: 1;\n height: 100%;\n background-color: #0072c3;\n border: 1px solid #0072c3;\n color: white;\n ");
|
|
13439
|
-
butt.innerText = "
|
|
13439
|
+
butt.innerText = "Finished?";
|
|
13440
13440
|
butt.onclick = function () {
|
|
13441
13441
|
_this.onFinish(_this.GetPositions());
|
|
13442
13442
|
};
|
|
@@ -15435,7 +15435,7 @@
|
|
|
15435
15435
|
ViewerUtils.CreateWidgets = CreateWidgets;
|
|
15436
15436
|
})(exports.ViewerUtils || (exports.ViewerUtils = {}));
|
|
15437
15437
|
|
|
15438
|
-
var VERSION$1 = "2.8.
|
|
15438
|
+
var VERSION$1 = "2.8.2";
|
|
15439
15439
|
|
|
15440
15440
|
exports.VERSION = VERSION$1;
|
|
15441
15441
|
exports.CesiumViewMonitor = CesiumViewMonitor;
|