cross platform geo-tagged image viewer
Desktop application build with Angular and Electron framework for browsing georefrenced images on OpenStreetMaps.
- Tiled and detailed view of images.
- Image positioning on the map
- Selection of map tiles overlay provider
- Thumbnails generation (Jimg or GraphicMagic)
- Image sorting methods.
- Angular - The frontend - GUI
- Electron - Desktop App environment
- Angular Material - Material Design components for Angular
- Electron Packager - Packaging of app
- Material UI Icons - For the icons
- npm - Installing packages
- Openlayers - Maps
- Jimp - Image processing
- gm - GraphicMagic
- GeoJSON - Geojson
- node-exif - Extract of Exif metadata
- Build
git clone https://github.com/qubus-ai/qubus.git
npm install
npm run build-release
- Run Just run application build in previous step:
npm run qubus
Build and run in production mode
npm run build-prod
Build and run in developlment mode (opened chrome devTools)
npm run build-dev
Build and run in developlment mode (opened chrome devTools)
npm run build-dev
Build and run with front-end served by webpack-dev-server (changes automatically reloaded)
npm run build-dev
npm run qubus-remote
The MIT License (MIT) © Qubus 2019