You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to have the viewport coordinates (lower left, lower right, upper left and upper right lat/lons) returned as part of the relayoutData when using Mapbox? Currently only mapbox.center, mapbox.zoom, mapbox.bearing and mapbox.pitch are returned. The viewport coordinates would be a massive help when generating dynamic layer content based on user interactions.
I note this feature has already been requested and implemented in plotly.js (see here), but am unsure what's required to get that same data returned through a Dash server-side callback?