Select to view content in your preferred language

Displaying Mosaicked raster progressively from Multidimensional Mosaic data set using Javascript API

99
0
07-22-2024 08:50 AM
MANESK
by
Occasional Contributor

Hello... I'm using Multi dimensional mosaic dataset and it displays the each raster according to a variable...

I'm displaying the raster using a slider. There are five slider ranges: 1 to 5.

The slider now acts as follows:
for value"1" it shows Raster1,
for value"2" it shows Raster2,
for value"3" it shows Raster3,
for value"4" it shows Raster4  &
for value"5" it shows Raster5.

The goal is to gradually show the mosaicked raster progressively ,rather than individual raster from the mosaic dataset.

It should display

Ras1 when the slider is moved to value "1".
The slider should display Ras1+Ras2 after shifting to value "2".
Similarly, it should display ras1+ras2+ras3+ras4+ras5 on the slider up to value "5".

How to make this happen in Javascript API.

0 Kudos
0 Replies