globe.gl 2.34.4 → 2.34.6
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/globe.gl.js +75 -64
- package/dist/globe.gl.js.map +1 -1
- package/dist/globe.gl.min.js +4 -4
- package/dist/globe.gl.mjs +1 -1
- package/package.json +3 -3
package/dist/globe.gl.mjs
CHANGED
|
@@ -527,7 +527,7 @@ var globe = Kapsule({
|
|
|
527
527
|
controls.zoomSpeed = (pov.altitude + 1) * 0.1; // Math.sqrt(pov.altitude) * 0.2;
|
|
528
528
|
|
|
529
529
|
// Update three-globe pov when camera moves, for proper hiding of elements
|
|
530
|
-
state.globe.setPointOfView(state.renderObjs.camera()
|
|
530
|
+
state.globe.setPointOfView(state.renderObjs.camera());
|
|
531
531
|
state.onZoom && state.onZoom(pov);
|
|
532
532
|
});
|
|
533
533
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "globe.gl",
|
|
3
|
-
"version": "2.34.
|
|
3
|
+
"version": "2.34.6",
|
|
4
4
|
"description": "UI component for Globe Data Visualization using ThreeJS/WebGL",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"unpkg": "dist/globe.gl.min.js",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"accessor-fn": "1",
|
|
53
53
|
"kapsule": "^1.16",
|
|
54
54
|
"three": ">=0.154 <1",
|
|
55
|
-
"three-globe": "^2.
|
|
55
|
+
"three-globe": "^2.39",
|
|
56
56
|
"three-render-objects": "^1.31"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"@rollup/plugin-terser": "^0.4.4",
|
|
65
65
|
"postcss": "^8.4.49",
|
|
66
66
|
"rimraf": "^6.0.1",
|
|
67
|
-
"rollup": "^4.
|
|
67
|
+
"rollup": "^4.29.1",
|
|
68
68
|
"rollup-plugin-dts": "^6.1.1",
|
|
69
69
|
"rollup-plugin-postcss": "^4.0.2",
|
|
70
70
|
"typescript": "^5.7.2"
|