An open API service indexing awesome lists of open source software.

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

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

![Main view](./screenshot/main_view_and_clustering.png)
View your photos on a map.

![Zoom](./screenshot/clustering_zoom.png)
When clicking on a clustered image or when uploading image. The view directly fit to your pictures.

![FullSize](./screenshot/clicking_on_a_picture.png)
When clicking on a picture, it appears full size.

![Error](./screenshot/error_msg.png)
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