<div dir="ltr">Hi all,<div><br></div><div>I'm trying to load Sentinel-2 images from ESRI Living Atlas, and it works just fine with the default rendering rule, using</div><div><br></div><div><a href="https://sentinel.arcgis.com/arcgis/rest/services/Sentinel2/ImageServer">https://sentinel.arcgis.com/arcgis/rest/services/Sentinel2/ImageServer</a><br></div><div><br></div><div>But to use another color composite, it needs an additional parameter (renderingRule):</div><div><br></div><div>&renderingRule={"rasterFunction":"Color Infrared with DRA"}<br></div><div><br></div><div>to get something like this:</div><div><br></div><div><a href="https://sentinel.arcgis.com/arcgis/rest/services/Sentinel2/ImageServer/exportImage?f=image&bandIds=&renderingRule=%7B%22rasterFunction%22%3A%22Color%20Infrared%20with%20DRA%22%7D&bbox=-836244.2018886498%2C4956831.174231473%2C-723346.7111115967%2C4997342.799222562&imageSR=102100&bboxSR=102100&size=1477%2C530&token=.">https://sentinel.arcgis.com/arcgis/rest/services/Sentinel2/ImageServer/exportImage?f=image&bandIds=&renderingRule=%7B%22rasterFunction%22%3A%22Color%20Infrared%20with%20DRA%22%7D&bbox=-836244.2018886498%2C4956831.174231473%2C-723346.7111115967%2C4997342.799222562&imageSR=102100&bboxSR=102100&size=1477%2C530&token=.</a>..<br></div><div><br></div><div>The problem is that the additional parameter cannot be passed to ArcGIS REST Server Connection URL</div><div><a href="https://sentinel.arcgis.com/arcgis/rest/services/Sentinel2/ImageServer?renderingRule={">https://sentinel.arcgis.com/arcgis/rest/services/Sentinel2/ImageServer?renderingRule={</a>"rasterFunction":"Color Infrared with DRA"}<br></div><div><br></div><div>because it always adds "/exportImage" to the end of the connection URL:</div><div><br></div><div><a href="https://sentinel.arcgis.com/arcgis/rest/services/Sentinel2/ImageServer?renderingRule=%7B%22rasterFunction%22:%22Color">https://sentinel.arcgis.com/arcgis/rest/services/Sentinel2/ImageServer?renderingRule=%7B%22rasterFunction%22:%22Color</a> Infrared with DRA%22%7D/exportImage&bbox=...<br></div><div><br></div><div>Any hint to overcome this?</div><div><br></div><div>Thanks!</div><div><br></div><div>Best regards,</div><div>Pedro</div><div><br></div></div>