## Description <!-- Add here a few sentences describing the bug. --> In the Cesium map implementation `zoom to extent ` now zoom too close for point or very small extents. Although `maxZoom` was provided, the parameter is not used. ## How to reproduce <!-- A list of steps to reproduce the bug --> - Create a new Map - Add points layers from catalog - Switch to 3D mode - Open attribute table of the points layer - In table click on zoom to extent for single feature/point. - However this also effects the Search bar and Identify panel (zoom to extent) *Expected Result* <!-- Describe here the expected result --> `maxZoom` should clearly cap zoom-in level, especially for point/small extents. *Current Result* <!-- Describe here the current behavior --> Camera flies too close for point/small extents. https://github.com/user-attachments/assets/e5296508-41b0-45c9-aeb9-59e9b13a1c31 - [x] Not browser related <details><summary> <b>Browser info</b> </summary> <!-- If browser related, please compile the following table --> <!-- If your browser is not in the list please add a new row to the table with the version --> (use this site: <a href="https://www.whatsmybrowser.org/">https://www.whatsmybrowser.org/</a> for non expert users) | Browser Affected | Version | |---|---| |Internet Explorer| | |Edge| | |Chrome| | |Firefox| | |Safari| | </details> ## Other useful information <!-- error stack trace, screenshot, videos, or link to repository code are welcome -->
Description
In the Cesium map implementation
zoom to extentnow zoom too close for point or very small extents.Although
maxZoomwas provided, the parameter is not used.How to reproduce
Expected Result
maxZoomshould clearly cap zoom-in level, especially for point/small extents.Current Result
Camera flies too close for point/small extents.
extent_issue.mp4
Browser info
(use this site: https://www.whatsmybrowser.org/ for non expert users)Other useful information