Hello,
This ImageServer used in this example has 17 levels of details,
when I zoom too much in the map view, the layer disapears,
my question is : how can I prevent this behavior and keep last available LOD visible ?
inspecting the TileLayer data structure I found "tileInfo", I tryed somethig but no luck ... if someone can help me 🙂
const layer = new ImageryTileLayer({ tileInfo:TileInfo.create({ numLODs: 32 }, url:... });
thx in advance