i need all tile-XYZs in WebMercatorTilingScheme.
What works is to get the coordinates of the corners of the viewer and to transform these with positionToTileXY to the tile XY.
But i need it in differenz z-levels. For example, if i change the angle tiles, which are fare away should be in a lower z-level. This works in ImageProvider.
<img src="https://www2.pic-upload.de/thumb/32614448/DSC_8981.jpg" alt="Bild hochladen" />
viewer.scene.globe._surface.tileProvider._tilesToRenderByTextureCount
Give me all needed tiles XYZ but not in WebMercatorTilingScheme
Is it possible to get Tiles XYZ of the viewer szene in WebMercatorTilingScheme?
Could it be possible to add for this a own ImageProvier and then how?