4.9.0
ChristianWolf-mapspeople
released this
14 Jan 12:08
·
1 commit
to main
since this release
[4.9.0] 2025-01-14
Fixed
- Issue with 2D models not scaling correctly, resulting in images overflowing their intended geometry.
- Issue with the map not updating automatically, to correctly reflect changes when multiple display rules are mutated quickly.
Added
- Added
automatedZoomLimit
toMPSolutionConfig
. If set, this decides the limits for how far default camera movements made by the SDK can zoom in. E.g. if set to 18, selecting POIs on the map, no longer zooms the camera any further than 18. It is still possible to zoom further in manually. - Added
maxZoom
property toMPMapBehavior
,MPFilterBehavior
,MPSelectionBehavior
andMPHighlightBehavior
- used to configure the expected behavior of various MapControl features. ThemaxZoom
properties defaults toDouble.nan
, and will be ignored ifnan
.