I am working on a project which requires me work with a orthomosaic map. This map is in .tiff format. I want to extract the geographical information from that map so that I can overlay it correctly on a google map. I am using mean stack for this project.
So my final question is: Is there a way to extract geographical tags from a tiff image using javascript?
EDIT : When I use the Maptiler(https://www.maptiler.com/) it automatically places the .tif file correctly on the google map. I want to know how it extracts the information and places it on the map so that I can do it myself.
If you are working with GeoTIFF, see @Mike's answer: https://stackoverflow.com/a/75647596/1192115 it describes in detail how to get geotags
If you have a PhotoCam that has images in a TIFF format and you need to extract where it was made, you can check EXIF. To do it you can use [exif npm library][3]