I need to show to a customer, our poster mapping and add a photo sample for every poster. I have a .csv file with posters address and position: is there a way to insert in this file a link for every poster, to show the single poster picture in every pop-up on the map?
thanks for answering me!
Roberto
Hope this helps!
You can add attachments to individual features in a layer.
https://doc.arcgis.com/en/arcgis-online/manage-data/manage-hosted-feature-layers.htm#:~:text=You%20c....
From layer's item detail page, you can 'Enable Attachment':
Once enabled, while editing (creating new feature or updating existing) you'll see option to add 'Attachment' to a feature:
Thanks for answering me!
this is the situation: I have a .csv file with coordinate and address of posters, and have pictures of these posters. Is there a way to add the photo to every single poster in the popup on the map? There is a way to insert photos in the .csv file and add the photo to the geographical data?
@RobertoPagnozzi, check this out: https://support.esri.com/en-us/knowledge-base/how-to-show-attachments-from-a-related-table-layer-in-...
I'm not certain that if this is directly possible with .csv....but if its possible you can geocode the CSV to make it a feature layer (hosted): https://support.esri.com/en-us/knowledge-base/how-to-geocode-addresses-from-an-imported-csv-file-in-...
Note that: ArcGIS World geocoding service CONSUMES CREDITS. Therefore, be cautious.
I found this excellent resource provided by @JenniferBell, although it's not exactly same as your requirement, however, it will help you with Arcade:
https://community.esri.com/t5/arcgis-online-blog/show-attachments-in-pop-ups-with-arcade/ba-p/890588