Adding Custom Symbology to Web Map Layers

609
1
Jump to solution
03-28-2019 07:34 AM
HannesZiegler2
Occasional Contributor II

I want to host my own symbols for ArcGIS online maps.

Has anyone gotten this to work? I haven't been able to link images I hosted online to be used as symbology in a web map on ArcGIS Online. 

Ex: I hosted this image (https://ibb.co/KrvNPcp) and when attempting to add it to ArcGIS Online layer symbology, I get a grey notification "Unable to load image."

it also does not work with OneDrive (https://cdmsmithonline-my.sharepoint.com/:i:/g/personal/zieglerhm_cdmsmith_com/EXoW50sjvnVAvaIQ-2_Xp...)

Thanks!

0 Kudos
1 Solution

Accepted Solutions
KyleBalke__GISP
Occasional Contributor III

You need to use the URL to the actual image not the direct link.  Below is the HTML reference to your image, you need to use just the portion in red:

<a href="https://imgbb.com/"><img src="https://i.ibb.co/QKw8g73/Outfall-All-Other.png" alt="Outfall-All-Other" border="0" /></a>

Kyle

View solution in original post

1 Reply
KyleBalke__GISP
Occasional Contributor III

You need to use the URL to the actual image not the direct link.  Below is the HTML reference to your image, you need to use just the portion in red:

<a href="https://imgbb.com/"><img src="https://i.ibb.co/QKw8g73/Outfall-All-Other.png" alt="Outfall-All-Other" border="0" /></a>

Kyle