Im using style switch as it is in this example https://www.mapbox.com/mapbox-gl-js/example/setstyle/
This code works fine, but when I switch the style all of layers above basic mapbox style (build in mapbox studio) loaded with map.addLayer(); are gone.
Is it possible to switch style only "below" thoose additional layers ? Should I trigger some way all of addLayers action ?
Mike