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
We could either make sure that we stop placing labels after a symbol layer wasn't parsed yet, or stop parsing layers after a symbol layer wasn't parsed.
As a regression from #2617 (see https://github.com/mapbox/mapbox-gl-native/pull/2617/files#r43035678), we no longer respect the order of placement during the initial parse step. Parsing order doesn't matter, but as part of the parse step, we're also placing labels.
We could either make sure that we stop placing labels after a symbol layer wasn't parsed yet, or stop parsing layers after a symbol layer wasn't parsed.