Hello
I need assistance with configuring pop-ups to show different images for one layer in each specific points. My layer has 240 points, and I would like to add pictures that are associated with each point. I would be grateful for a response with some guidance, because I have been struggling.
The simplest way would be to enable attachments on the layer and add the images to each point. Then your popup can include attached media.
How are you keeping track of which photo goes with each point? Is there a URL field in the points, or some unique attribute of each point that the photo is being named with?
Either way, you can pipe that text into an image URL this way. Add an Image item to your popup:
Then use your field (or some/url/{attribute}.png or similar):
That's it!