This sample shows how to add an instance of ImageryLayer to a Map in a MapView.
This layer contains land cover data. Each pixel value represents a land cover type. By default, this imagery layer requests raw data in lerc
format. This sample shows how to leverage server side rendering by changing the imagery layer format to jpgpng
and let the service decide whether to export rendered results in either JPEG
or PNG
format.