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
All map movement is within a if (this.options.flyTo) clause. I'm assuming that this is not the intent: flyTo is documented as disabling animation, but I can't imagine that implying that it disables all map movement, because that's essentially what the function of this control.
But it looks like this has been the behavior of flyTo since the beginning - can you confirm if "no movement" is the intent @tristen ? If so, we need to rename and redocument the option.
The text was updated successfully, but these errors were encountered:
mapbox-gl-geocoder/lib/index.js
Lines 94 to 114 in 344303c
All map movement is within a
if (this.options.flyTo)
clause. I'm assuming that this is not the intent: flyTo is documented as disabling animation, but I can't imagine that implying that it disables all map movement, because that's essentially what the function of this control.But it looks like this has been the behavior of flyTo since the beginning - can you confirm if "no movement" is the intent @tristen ? If so, we need to rename and redocument the option.
The text was updated successfully, but these errors were encountered: