Time slider with tiled map service layer

928
1
09-23-2013 01:02 PM
CelineYang
New Contributor
I have five tiled map services, each of them in different year. I want to create a web map with a time slider, just like this: https://developers.arcgis.com/en/javascript/jssamples/time_sliderwithdynamiclayer.html. The only different is that the dynamic service used in this sample, but I need to use tiled one. Is there anyone who can give me a hint?

Thanks!
1 Reply
ManojrajTeli
Occasional Contributor II
You might use jquery slider and on the slider you can manage the opacity for the tile layer because I don't think slider functionality is present for the tilemap layer.There is little twist in this you might add all five layer at the first and on slider you can adjust opacity but this might make map little slow or  in second scenario on slider you can update layer url and update layer but this will make layer to  refresh again.

Thanks
Manojraj
0 Kudos