Hi looking for Adding gps coordinate to image in angular and uploading and extracting coordinate. Is it possible ? any library open source ?
Asked
Active
Viewed 233 times
0
-
You mean like google map, or like mapbox? What are you trying to acheive is unclear – MathieuAuclair Mar 04 '21 at 12:03
-
I need an image which have coordinate attached to it when i capture and can upload any time i want – Abhishek Gaikwad Mar 05 '21 at 08:49
-
You want to store coordinates into a jpg file for example? – MathieuAuclair Mar 05 '21 at 10:18
-
MathieuAuclair yes – Abhishek Gaikwad Mar 05 '21 at 13:20
1 Answers
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