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
When using a Composable function with more than 1 layer, and adding to the map via layerPositionedContent, the first layer added renders on top, which is backwards from when adding the same composable to the mapContent.
Environment
Observed behavior and steps to reproduce
When using a Composable function with more than 1 layer, and adding to the map via
layerPositionedContent
, the first layer added renders on top, which is backwards from when adding the same composable to the mapContent.Example:
Note that the text from the SymbolLayer renders beneath the LineLayer, even though it was added last.
Expected behavior
The last Layer added should render on top. This is the behavior when adding layers to MapContent.
Notes / preliminary analysis
Additional links and references
The text was updated successfully, but these errors were encountered: