Specify terrain coordinates

Hi! I’m trying to build an offline map with a demo terrain data with https://github.com/geo-data/cesium-terrain-builder and set link to Cesium Terrain Provider. But the terrain tile gets created on {west: -3.141592653589793, south: -1.5707963267948966, east: 3.141592653589793, north: 1.5707963267948966} (this coords was getting from terrainProvider._tilingScheme._rectangle) coordinates. I want to show a single terrain tile on specific coordinates. How i can make terrain provider to show a terrain tile created from geotif on specific coordinates? Should I create a custom layout or something like this?

Welcome to the Cesium community @Denis.S!

Are you trying to show a single tile as a debug view, or something else? It is possible to use clipping planes to isolate a region (See “Grand Canyon isolated” in this example: https://sandcastle.cesium.com/?src=Terrain%20Clipping%20Planes.html).

For debugging I find the Cesium inspector helpful, you can use this to see the tile coordinates or freeze the updating so you can see where the individual tiles are: https://sandcastle.cesium.com/?src=Cesium%20Inspector.html