jseparovic opened a new pull request, #26736: URL: https://github.com/apache/superset/pull/26736
<!--- Please write the PR title following the conventions at https://www.conventionalcommits.org/en/v1.0.0/ Example: fix(dashboard): load charts correctly --> ### SUMMARY <!--- Describe the change below, including rationale and design decisions --> It's currently not possible to fix the initial map box view. The current settings are not used when setting up the initial view. The initial is auto calculated from bounds, and in some cases doesn't seem to place all the points on the screen. This PR adds a drop down to enable a "fixed" initial view option which will use the user entered settings as the initial view instead of the calculation from bounds. ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF  ### TESTING INSTRUCTIONS By default, the MapBox chart will still auto calculate the initial view from the bounds. To test the fixed option, set the Initial Viewport settings dropdown to fixed and update the default lat/long/zoom ### ADDITIONAL INFORMATION <!--- Check any relevant boxes with "x" --> <!--- HINT: Include "Fixes #nnn" if you are fixing an existing issue --> - [x ] Has associated issue: https://github.com/apache/superset/issues/17269 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
