https://github.com/titouancreach/geopictures-visu
An electron geo pictures visualizer
https://github.com/titouancreach/geopictures-visu
geotag pictures visualization
Last synced: 3 months ago
JSON representation
An electron geo pictures visualizer
- Host: GitHub
- URL: https://github.com/titouancreach/geopictures-visu
- Owner: titouancreach
- Created: 2017-09-30T15:15:47.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-30T17:12:51.000Z (over 7 years ago)
- Last Synced: 2025-01-22T17:45:06.869Z (4 months ago)
- Topics: geotag, pictures, visualization
- Language: Vue
- Size: 5 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Geopictures visu
Geopictures visu is a software running on Electron that allows to visulize geotagged photo on a map.
## Features
- Add multiple photos
- Error management for pictures that don't have geo tags
- Beautiful thumbnail clustering management
- Display the picture when clicking on the thumbnail
- User friendly and easy to use## Screenshot

View your photos on a map.
When clicking on a clustered image or when uploading image. The view directly fit to your pictures.
When clicking on a picture, it appears full size.
Photo with no geotags is handled and doesn't prevent other photos to load.## Install
```
# using yarn
yarn install
yarn run build
yarn run start
``````
# using npm
npm install
npm run build
npm run start
```## Technologies
The software is built on top of electron and use modern javascript frameworks. It use `mapbox.js` and `leaflet`
for the map, `Vue` and `Vuetify` for the User Interface and [Leaflet.Photo](https://github.com/turban/Leaflet.Photo)
for the clustering and the picture display.## Scripts
- `build`: Build the software
- `watch`: Build automatically when a source file change
- `start`: Start the software