/giseye

Agnostic, fast and stable GIS web client

Primary LanguageJavaScriptApache License 2.0Apache-2.0

giseye

Stands for GIS-eye (like the eye of a client ?). It is a web app designed to operate as a GIS client. The interface design aims to be the simplest and the more efficient, it is based on UIKit3 framework.

Demo

A demo will be available soon.

Run in development

To run this in development mode, all you need is GIT and DOCKER installed.

First clone the repo:

git clone https://github.com/Inogeo/giseye.git

Then run docker-compose:

docker-compose up

Run in production

To build the app, run the special docker-compose:

docker-compose -f .\docker-compose.build.yml up

Documentation to deploy the build in production is not available yet.