hi, I want to link images inside a popup from a google drive folder
so the number of the img inside my folder match the id of the of the selected polygon
I put this inside the url for the image property but it does/t work ofcouse
https://drive.google.com/drive/folders/1V0z6nk3oWAGzbApTpbo0tONID_cJzFVE?usp=sharing/{OBJECTID}.png
I found this but this link https://support.esri.com/en/technical-article/000015466 but problem is that I need to change the image for each parcel and each image has a different id I try with my webserver but amazon does the same it change all the images urls individually.
Is there a solution for this?
so you upload your photos to google and than you have an id. You use this ID in the popup-link. What is your problem exactly?
each id is dynamic, meaning it changes for all images. I have 50000 images that are to go in each individual polygon of my map popUp.
This workflow is okay to change an specific image
but what I want to do is give my folder and have a corresponant image name for each objectid field
like
url: https://GDrive/MyImg/{OBJECTID}.png
the {OBJECTID} will match my image name inside the folder
unfortunately, I can't help you, I don't understand the problem. Because you want to show for a popup of one polygon 50.000 images?
Good luck with finding the solution.