Select to view content in your preferred language

ImageServiceRaster should support format similar to ImageryLayer

92
0
2 weeks ago
dev4567
Emerging Contributor

# Context

We use `ImageServiceRaster` with `RasterLayer` along with the MosaicRule

# Issue

There is no way to provide `format` parameter which leads to ImageServer request with "lerc" format, which causes transparency issues. The request path & query is smth like: /ImageServer/exportImage?format=lerc&...

# Request

Provide `format` or `preferredImageFormat` (similar to WmtsLayer) so we could decide which tile format we want to obtain from the image server.

0 Kudos
0 Replies