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
It also seems to only happen when the current zoom level is greater than the layers zoom level.
@prushforth Turns out the reason it needed multiple tab presses is because the features are duplicated in the DOM. The bug is related to zoomToLayer in combination with TemplatedFeaturesLayer, where the _pullFeatureFeed is called twice (through the moveend handler) instead of once, not sure why yet.