PictureMarkerSymbol can use dynamic gif?arcgis api for js4.9 can do 。but arcgis api for js4.10 can't do?why?

555
1
12-20-2018 10:25 PM
dudu
by
New Contributor

PictureMarkerSymbol   can use  dynamic  gif?arcgis api for js4.9 can do 。but arcgis api for js4.10 can't do?why?

let sr = pCommonImage.getHighFlashGif(item.name);
var symbol = {
type: "picture-marker", // autocasts as new PictureMarkerSymbol()
url: sr, //dynamic gif
width: "80px",
height: "80px"
};
0 Kudos
1 Reply
UndralBatsukh
Esri Regular Contributor

Hi there, 

It is because WebGL is used to draw layers at version 4.10. We will look into adding this support at future release. 

Thanks,

-Undral