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
It would be nice to be able to idiomatically expose an API for attempting to do this.
My assumption is that labels generally need to be on top of almost everything else, and they tend to be grouped together. Further, the default behavior you want for most overlays is to put them directly below the labels.
Ideally we could add a LayerInsertionPosition variant belowLabels which carries the intent to add the layer below the first label layer after looping sequentially through all current layers.
The text was updated successfully, but these errors were encountered:
It would be nice to be able to idiomatically expose an API for attempting to do this.
My assumption is that labels generally need to be on top of almost everything else, and they tend to be grouped together. Further, the default behavior you want for most overlays is to put them directly below the labels.
Ideally we could add a
LayerInsertionPosition
variantbelowLabels
which carries the intent to add the layer below the first label layer after looping sequentially through all current layers.The text was updated successfully, but these errors were encountered: