0

Hi looking for Adding gps coordinate to image in angular and uploading and extracting coordinate. Is it possible ? any library open source ?

R. Richards
  • 24,603
  • 10
  • 64
  • 64

1 Answers1

0

Following this answer, you may use the node package exiftool. With this package you can add meta data to a picture using tags. You can then read those tags on a picture and check if they are defined. That way the coordinates are directly store onto the picture file itself.

MathieuAuclair
  • 1,229
  • 11
  • 41