Display image from URL in a field as symbology?

1011
1
11-20-2019 12:23 PM
KadeSmith
Occasional Contributor

Is is possible to create a web map showing an image as the symbol, instead of a dot?

Situation: I want to display an image of an employee who sits at a certain desk instead of just their name with a little dot.

I have a field in my employee table which contains the URL to an image in our employee directory. I'd like to show their image above their name to help individuals more quickly identify which records are outdated. I know I can have the end user click on the image name and download it, but I want it to show up in the view.

Desired end result

Tags (2)
1 Reply
TylerBurns
New Contributor III

Hello Kade,

This type of symbology is unfortunately not possible to configure via a CSV form or attribute table field containing image links.

It is however possible to go through the style editor for your points layer and click "use an image" for every single unique point and input your hosted image link for the employee's picture. This is unfortunately the only method available for using custom images as point symbols at this time in AGOL.

To do this:

- Open the webmap containing the layer

- Click "Change Style" on the layer.

- Click "Choose attribute to show" -> Whatever field has a unique record for each Employee (Most likely Name field)

- Click "Types - Unique Symbols" -> Options.

- For Each unique dot on the legend list, click the dot to open the symbol properties.

- Click "Shape" in the symbol properties window.

- Click "Use an image" under the list of available built-in symbols.

- Insert Hyperlink to employee's image for that specific point.

This unfortunately seems to be the only way to accomplish having multiple unique custom images as point symbols at this time.

0 Kudos