Simple HTML + JavaScript to geotag (add gps coordinates) to jpeg photos in client side by gpx file
The pros of geotagging locally in JavaScript:
- No need of internet access (once loading the site)
- Process is completed quickly as no need to upload files to a remote server
- Privacy is maintained as all processing occurs locally in browser's JavaScript
- No need to install depencencies
- Available from any operating system and browser
- Easy to use
- Free forever!