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
Nested layers inside group layers gets reversed sometimes. In my case this happened in eodash, to investigate this further I debugged oldLayers & newLayers inside set layers property.
in the following image the map renders the layers in the right order
and the wrong order in this case:
although the layers passed have the same order
The text was updated successfully, but these errors were encountered:
There was some issue in the past where actually the layercontrol did influence the layers in the map, so just to rule that out, could you try these layers without layercontrol and see if it also happens @A-Behairi ?
Nested layers inside group layers gets reversed sometimes. In my case this happened in eodash, to investigate this further I debugged
oldLayers
&newLayers
insideset layers
property.in the following image the map renders the layers in the right order
and the wrong order in this case:
although the layers passed have the same order
The text was updated successfully, but these errors were encountered: