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
Using initial_view_state with view_state() one get adjust the way that their map looks allowing them to change the pitch and bearing. This is particularly handy for 3D / extruded shapes. However, view_state() does not let you specify a starting bound only a starting center point.
The initial bounds should only conflict with the center argument of view_state() not all others.
Using
initial_view_state
withview_state()
one get adjust the way that their map looks allowing them to change the pitch and bearing. This is particularly handy for 3D / extruded shapes. However, view_state() does not let you specify a starting bound only a starting center point.The initial bounds should only conflict with the
center
argument ofview_state()
not all others.This would save one from doing:
The text was updated successfully, but these errors were encountered: