First, you have a total newbie here with absolutely no programming experience. I apologize if I am not using the correct terminology.
Background: I took a class for educators that is supposed to teach us how to teach a high school computer science class. The course is supposed to be designed for teachers with zero programming knowledge. We have been provided with no coding instruction.
Our assignment is to use EXIF.js and Mapbox together to create an HTML document that will display a set of images (icons) on a map at their GPS coordinates (imagine a small photo of the Eiffel Tower displayed on a map at the exact coordinates where it is located). We are to use EXIF.js to extract GPS coordinates from the EXIF data. Then those coordinates are supposed to be automatically inserted in the code to place the icons at the correct location on the map.
All I have to work with are the samples on the Mapbox web site and EXIF.js documents.
By working with the code from the following sample, I have been able to make something that approximates the end result the professor is looking for. It looks correct. However, that is only one part of the assignment. Instead of having the GPS coordinates extracted from the photos and inserted in the code, I have typed the coordinates in manually.
I have code that should extract the coordinates. But I seem to be missing the code that connects the coordinates with the icon/image.
sample: https://docs.mapbox.com/mapbox-gl-js/example/add-image/
Is anyone able to give me some direction on where to look for instructions or how to tackle this? I am utterly lost. TIA