*Platform:Android*
*Mapbox SDK version:5.3.1*
Everything displaying correct.
Actually map doesn't display layers added before style changing.
Current solution for me is to remove layers before style change and add them after this operation.
@2Rec there seems to be a misconception from your end. Style is the root component and adding Layers/Sources to MapboxMap will add them to the loaded style. If you load a new style, you will have to recreate your layers and sources and add them agian.
Actual behaviour is a work as designed, UX improvements around this will be done in https://github.com/mapbox/mapbox-gl-native/issues/9338.
Most helpful comment
@2Rec there seems to be a misconception from your end. Style is the root component and adding Layers/Sources to MapboxMap will add them to the loaded style. If you load a new style, you will have to recreate your layers and sources and add them agian.
Actual behaviour is a work as designed, UX improvements around this will be done in https://github.com/mapbox/mapbox-gl-native/issues/9338.