hart-estate-widget 2.8.1 → 2.8.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.
- package/README.md +2 -0
- package/build/widget.bundle.js +1 -1
- package/build/widget.module.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
@@ -169,6 +169,8 @@ Here you can see a list of accessible options and examples of usage. There are a
|
|
169
169
|
panoramaFov: 75, // camera field of view angle for panoramic tour
|
170
170
|
preloadPerPanoramaCount: 3, // the number of panoramas loaded next to the current one to optimize transitions
|
171
171
|
forcePreloadNonCached: true, // give preloading a higher priority for unloaded panoramas than by distance from the current one
|
172
|
+
forceTopViewOnMap: true, // show top view map instead of standard by default
|
173
|
+
topViewResolutionUpscale: 2, // upscale top view map by coef (200px * 2 = 400px)
|
172
174
|
enableCameraTransitionBetweenPanoramas: true, // enable/disable camera rotation transition between panoramas (if CameraPoint.Rotation.Yaw is defined in JSON)
|
173
175
|
enableCameraRotationBetweenPanoramas: true, // enable/disable camera rotation between panoramas (if CameraPoint.Rotation.Yaw is defined in JSON)
|
174
176
|
instructionVisible: true, // enable/disable modal of instruction in 3D tour
|