bruce-models 2.4.0 → 2.4.1
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-models.umd.js
CHANGED
|
@@ -8776,7 +8776,7 @@
|
|
|
8776
8776
|
CameraZoomSettings: [
|
|
8777
8777
|
{
|
|
8778
8778
|
DisplayType: exports.ZoomControl.EDisplayType.Model3D,
|
|
8779
|
-
MaxZoom:
|
|
8779
|
+
MaxZoom: 1000000,
|
|
8780
8780
|
MinZoom: 0,
|
|
8781
8781
|
StyleID: styleId
|
|
8782
8782
|
}
|
|
@@ -8795,7 +8795,7 @@
|
|
|
8795
8795
|
CameraZoomSettings: [
|
|
8796
8796
|
{
|
|
8797
8797
|
DisplayType: exports.ZoomControl.EDisplayType.Model3D,
|
|
8798
|
-
MaxZoom:
|
|
8798
|
+
MaxZoom: 100000,
|
|
8799
8799
|
MinZoom: 0,
|
|
8800
8800
|
StyleID: styleId
|
|
8801
8801
|
}
|