Select to view content in your preferred language

MapImageLayer how to force ?blankTile=true

751
1
02-10-2020 01:19 AM
TonyCollins
Regular Contributor

Hi, I can see the API making calls to cached services like this:

https://serverurl/arcgis/rest/services/basemaps/basemapname/MapServer/tile/0/58/84?blankTile=false 

Is there anyway I can get the API to use blankTile=true which returns the defined blank tile rather than 404 errors in the application?

Thanks for any help

0 Kudos
1 Reply
Noah-Sager
Esri Regular Contributor

Should be possible with RequestInterceptor. API Reference: config | ArcGIS API for JavaScript 4.14