Select to view content in your preferred language

How to programmatically determine if TileLayer with resampling is visible at current scale?

95
0
3 weeks ago
D_R_
by
New Contributor III

Good afternoon,

I have a TileLayer with visible scales "5001 (minScale) - 999 (maxScale)"... Resampling is ON. How to programmatically determine if that layer is visible at 1:10000, 1:25000, 1:500, 1:200..?? If there was no resampling, it would be an easy job to do that, but if resampling is on and I test layer visibility by minScale and maxScale of the layer, I get confusing results.

 

Is there a method to test if TileLayer's data at current scale is from the service as it is or is it resampled using neighbour scale data??

Tags (1)
0 Kudos
0 Replies