show unique image per feature in pop-ups web map

1109
2
03-17-2017 08:02 AM
Lake_Worth_BeachAdmin
Occasional Contributor III

I have a layer of points. I would like to add a unique image for each point showing its location. 

However I can only seems to add images that are displayed for all points. 

Is there is anyway to add a unique image per feature within the pop-up box? (or another way?)

0 Kudos
2 Replies
JonathanQuinn
Esri Notable Contributor

I believe you'll need to add the images as attachments to the points.  You can also try to add the path to the image to a new field in the attribute table and make sure that the path is accessible to wherever you think the data will be accessed, (internally or externally).

0 Kudos
Lake_Worth_BeachAdmin
Occasional Contributor III

I added two new fields in the attribute table url_img and url_img2

each row had their respective unique img direct URL in there. with the add image option in pop-up configs I could use the field name url_img1 and url_img2 to display both images.