Changing tileInfo in TileLayer ?

323
1
01-28-2022 05:23 AM
calimucho
New Contributor

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

 

0 Kudos
1 Reply
calimucho
New Contributor

still no luck by myself, if maybe someone has an answer ? 

 

if it bother i ll delete my post

 

thx 🙂

0 Kudos