@map-colonies/react-components 4.10.3 → 4.10.4
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.
|
@@ -36,6 +36,7 @@ export declare const center: (bbox: Rectangle) => Feature<Point>;
|
|
|
36
36
|
* @returns BBox array
|
|
37
37
|
*/
|
|
38
38
|
export declare const rectangle2bbox: (bbox: Rectangle) => BBox;
|
|
39
|
+
export declare const customComputeViewRectangle: (mapViewer: CesiumViewer) => Rectangle;
|
|
39
40
|
/**
|
|
40
41
|
* Computes a limited view rectangle in case of 3D mode based on the camera position and max distance.
|
|
41
42
|
* @param mapViewer Cesium Viewer instance
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@map-colonies/react-components",
|
|
3
|
-
"version": "4.10.
|
|
3
|
+
"version": "4.10.4",
|
|
4
4
|
"main": "./dist/@map-colonies/react-components.umd.js",
|
|
5
5
|
"module": "./dist/@map-colonies/react-components.es.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -81,5 +81,5 @@
|
|
|
81
81
|
"files": [
|
|
82
82
|
"dist"
|
|
83
83
|
],
|
|
84
|
-
"gitHead": "
|
|
84
|
+
"gitHead": "b009a331d8bd7f54776ee43305e052d006e7ccaa"
|
|
85
85
|
}
|