Hello,
I have a web map with point and polygon feature types, representing different insect species. Instead of hard-coding every single point to have a specific image (there are thousands), I'd like to set up an automated method (preferably using Python, as I have created this app using it) that will take conditions to display certain images from my library of images for the species in the pop-up based on the species listed in the attribute table. I would like the image to appear fully in the pop-up, and not be a link.
I understand I can set up a function to append a new attribute with image URLs based on the species attribute, however, my understanding is that this will only display URLs and not the image directly in the pop-up. What is the best way to approach this?
Thank you.