I am trying to load a tiled layer in an ArcGIS Maps SDK for JavaScript map so that it draws on top of a non-tiled layer but this does not work when I use a 3D SceneView. Its fine in a 2D MapView. Is there some limitation with ordering of tiled vs non-tiled layer tiles in 3D SceneViews?
This codepen shows a specific case where a ImageryTileLayer will not draw on top of an ImageryLayer. I can also reproduce the same thing with a custom BaseTIleLayer instance.
Is this a bug or did I miss something in the docs?