Hi,
I am using the World Imagery (for Export) service for exporting a single image for offline use.
https://tiledbasemaps.arcgis.com/arcgis/rest/services/World_Imagery/MapServer
For some reason since like a month or so, I get 'Map data not yet available' in several regions (urban & nature areas).
I'm trying to force the export feature to return 4096*4096 texture to get best result. But is there a way to check if this request is available instead of returning a blank texture?
My alternative solution is to check the texture itself, if blank, downscale it's resolution to get a lower quality one.
When I try to use a larger bounding box, it returns the texture as requested in 4k but I can imagine that the service is using a lower zoom level to meet the request.
Thanks.