Download symbols hosted on http://static.arcgis.com/images/Symbols/

18679
3
Jump to solution
09-24-2013 05:56 AM
Labels (1)
BKuiper
Occasional Contributor III
Hi,

is there any easy way to get the symbols that are hosted on http://static.arcgis.com/images/Symbols/ and are made available through http://developers.arcgis.com/en/javascript/samples/portal_symbols/index.html

I would like to download a zip with all these symbols.

thanks!
0 Kudos
1 Solution

Accepted Solutions
MichaelBranscomb
Esri Frequent Contributor
Hi,

As far as I'm aware, no, because they're intended to be used as PictureMarkerSymbols via http.

However, I've attached a 7-zipped text file containing a C# array of all the URL strings which you could use as-is or iterate to download the images.

Cheers

Mike

View solution in original post

0 Kudos
3 Replies
MichaelBranscomb
Esri Frequent Contributor
Hi,

As far as I'm aware, no, because they're intended to be used as PictureMarkerSymbols via http.

However, I've attached a 7-zipped text file containing a C# array of all the URL strings which you could use as-is or iterate to download the images.

Cheers

Mike
0 Kudos
BKuiper
Occasional Contributor III
Thanks! i made the symbols available through my website

http://bjorn.kuiper.nu/2013/09/25/picturemarkersymbols-for-offline-use/
0 Kudos
ArnaudFERRAND1
New Contributor II
Both are great !
- http://developers.arcgis.com/javascript/samples/portal_symbols/index.html
- the text file containing a C# array easily translate into a json array.

Thank you all
0 Kudos