10011: Layer's data source uses wavelet compression
You have a raster map layer that uses wavelet image compression (for example, MrSID, JPEG 2000, ECW), which can impede map drawing performance.
Solution
- Check the drawing performance of your basemap layer in ArcMap or your map service in the Preview window. See Working with basemap layers or Publishing map services for more information.
- If you see the need to make changes, convert your wavelet-compressed raster dataset to a more efficient display format. See Copy_Raster for more information.
More information
Raster layers that do not use wavelet compression result in improved drawing performance because the data does not have to be uncompressed at display time.
Wavelet compression, used by raster formats such as MrSID, JPEG 2000, and ER Mapper's ECW, takes time to decompress before drawing. These formats are good at storage efficiency but result in slower drawing because of the amount of computation required to unpack the wavelet-compressed data prior to display. Other compression options often require more storage but can uncompress and draw faster in ArcGIS.
ESRI recommends that you use a compression other than wavelet to get better drawing performance. For example, formats such as TIFF and JPEG provide much better drawing performance, but they typically require more storage space than wavelet-based compression.