Select to view content in your preferred language

Support for attachment metadata (exifInfo) in Feature Layer

238
1
Jump to solution
05-22-2024 11:05 PM
kaifeiji
New Contributor II

Inspired by this post: https://www.esri.com/arcgis-blog/products/arcgis-online/mapping/from-photos-to-features-publishing-p...

I tried to build an album or gallery app from a feature layer with attachments of photos.

The feature layer can be easily put on the map and show the right photo locations.

But I wonder if I can extract the photo date from the metadata(exifInfo), and put them under the photos so I know when I took them.

I captured a network traffic of querying attachments, but it did not include the `returnMetadata` parameter.

kaifeiji_0-1716444262592.png

 

Tags (3)
0 Kudos
1 Solution

Accepted Solutions
WeiYing1
Esri Regular Contributor

Hi @kaifeiji ,

Thanks for your question!
I think you have to work on a custom widget with JSAPI to achieve the image metadata then. 
The popup or FeatureInfo widget does not support that. 

Thanks,

Wei

View solution in original post

1 Reply
WeiYing1
Esri Regular Contributor

Hi @kaifeiji ,

Thanks for your question!
I think you have to work on a custom widget with JSAPI to achieve the image metadata then. 
The popup or FeatureInfo widget does not support that. 

Thanks,

Wei