rudokemper opened a new issue, #27635: URL: https://github.com/apache/superset/issues/27635
### Bug description Across a number of Superset instances, I have noticed that the Mapbox map chart type has an issue where when it is added to a dashboard, the data does not load, until the user interacts with the map by panning or zooming. There do not appear to be any errors in in the browser console or server logs about this. Additionally, none of the Mapbox chart settings (such as Live Render) seem to make a difference. This issue does not occur when loading a Mapbox map chart in the edit chart view (e.g. in the `/explore/...` route). ### How to reproduce the bug 1. Add a MapBox map chart. 2. Add some lat/long data 3. Notice that the map in Chart Creating / Editing view does always show the data. 4. Add the MapBox chart to a dashboard. 5. Load the dashboard. 6. The chart does not show the data (only the background map of choice is shown). 7. Interact with the map by panning or zooming. 8. The data now shows. ### Screenshots/recordings Before I interact with the map:  After I interact with the map:  ### Superset version 3.0.4 ### Python version Not applicable ### Node version Not applicable ### Browser Chrome ### Additional context For the instances where I have seen this issue, they are deployed as an Azure app service using Docker (with the image `apache/superset:3.0.3`). There are no settings in `superset_config.py` that should make a difference. ### Checklist - [X] I have searched Superset docs and Slack and didn't find a solution to my problem. - [X] I have searched the GitHub issue tracker and didn't find a similar bug report. - [X] I have checked Superset's logs for errors and if I found a relevant Python stacktrace, I included it here as text in the "additional context" section. -- 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]
