A tauri app to help localise your pictures.
Start the application (see building for details on how to compile), click on the load folder
button, select the Photo folder you want to locate.
The application will then load every picture that can store EXIF metadata, and try to read the current metadata from it. The pictures will then be displayed in the
top right corner of the application, allowing you to click a point on the map, and then confirm to save the geolocation to the picture's metadata.
Install rust on your machine (see rustup for an easy install) and the tauri-cli dependency cargo install tauri-cli
.
Then, from the root of the project type cargo tauri build
to build the project in release mode. This might also try to build bundles,
which may lead to errors being displayed in the console. You can safely ignore these if you only need the executable. The executable will be
located under src-tauri/target/release/geolocator
.
If you do not wish to compile manually, you can download the latest release from the releases page.
This project is licensed under the MIT license. You can find the full license text in the LICENSE file.