Hi,
I’m trying to get terrain tiles with mercator profile (so 1 tile at level 0) working in CesiumJS. I can see the terrain tiles are requested but it looks weird without errors. See https://bertt.github.io/cesium_issues/profile_mercator/ (zoom out a lot)
layer.json see https://bertt.github.io/cesium_issues/profile_mercator/tiles/layer.json
When using geodetic profile (so 2 tiles at level 0) it works as expected, see https://bertt.github.io/cesium_issues/profile_geodetic/
layer.json see https://bertt.github.io/cesium_issues/profile_geodetic/tiles/layer.json
Tried to set tilingScheme: ‘slippyMap’ in CesiumTerrainProvider/layer.json but it doesn’t seem to have effect.
Q: Is a quantized mesh terrain with mercator profile supported? Any pointers/samples how to get this working?