How to use gif symbols

658
0
05-30-2018 01:57 PM
BradleyLackey
New Contributor

Hi, 

I'm using the .NET SDK and was hoping to use a .gif symbol similar to the following, although even though I see that a HTTP request was sent for the image the map doesn't display the gif. If I select an online .png it works fine.

var symbol = new PictureMarkerSymbol(new Uri("http://gifs.com/awesome.gif"));

I was hoping this would work since I read Bring Your Points to Life with GIF Symbols.

And ideas? Maybe gifs just aren't supported in the .NET runtime sdk, and if that's the case any good ways to get an animated symbol?

Tags (1)
0 Replies