The text outlines a recommended approach for handling GPS metadata from images using WIC (Windows Imaging Component) EXIF fields in SharePoint Online (SPO). It specifies the creation of three site columns using exact internal names—wic_System_GPS_Latitude, wic_System_GPS_Longitude, and wic_System_GPS_Altitude—to align with WIC keys that reliably capture GPS data. It then suggests creating additional user-friendly “pair” columns (Latitude, Longitude, Altitude) along with a RawExifData column for storing complete metadata and an UpdateEXIFMetadata Yes/No field (default set to Yes). This pattern enables both easy filtering/searching and flexible troubleshooting or reprocessing of EXIF data.


Leave a Reply
You must be logged in to post a comment.