IGO2 est une solution Web gratuite en géomatique basée sur Angular 4 - Material, OpenLayers 4 et IGO2lib. IGO2 permet de tirer profit d’une multitude de données géographiques grâce à une interface cartographique accessible par un navigateur Web sur un poste de travail et par un appareil mobile. IGO2 a été initié par l'administration publique du Québec (Canada) et issu d’un travail collaboratif basé sur la philosophie des logiciels libres et ouverts (« open source »). Les membres du public en géomatique et du Web qui soumettent des contributions conservent leurs droits d'auteur s'ils partagent leur code source selon la LICENCE LiLiQ-R de type LGPL.
IGO2 (for Open GIS Infrastructure - version 2.0) is a free open source Web Geospatial solution developed at first in Quebec, Canada based on Angular 4 - Material, OpenLayers 4 and IGO2lib. IGO2 is having multiple features, such as Web GIS viewer adapted to Desktop and Mobile and many more available at http://igo2.readthedocs.io/fr/latest/english.html. Since this project is open source, anyone can contribute as long as they share their work on the same open source LICENCE LGPL-Style. All contributors in IGO keep their property rights.
Requis: node >=v6.5.0 et npm >=3.10.3
$ git clone --depth 1 https://github.com/infra-geo-ouverte/igo2.git
$ cd igo2
# Installer les dépendances
$ npm install
# Surveiller les fichiers et lancer une instance pour le développement
$ npm start
# Ouvrir un navigateur http://localhost:4200/
# Build dev
$ npm run build.dev
$ npm run serve.dev
# Ouvrir un navigateur http://localhost:4200/
# Build prod
$ npm run build.prod
$ npm run serve.prod
# Ouvrir un navigateur http://localhost:4200/
# Générer l'api de documentation
$ npm run doc
# Ouvrir un navigateur http://localhost:4220/
$ npm test
# Tests après chaque changement
$ npm run test.watch
# code coverage (istanbul)
$ npm run coverage
# e2e (end-to-end intégration)
$ npm start
$ npm run e2e
$ docker-compose build
$ docker-compose up -d
Ouvrir un navigateur http://localhost:4200/
Nous sommes bien heureux que vous pensiez contribuer à IGO! Avant de le faire, nous vous encourageons à lire le guide de contribution, la LICENCE et le WIKI. Si vous avez d'autres questions, n'hésitez pas à communiquer avec nous à l'adresse suivante : info(a)igouverte.org.
Require: node >=v6.5.0 & npm >=3.10.3
$ git clone https://github.com/infra-geo-ouverte/igo2.git
$ cd igo2
# Install dépendencies
$ npm install
# Check files and launch dev instance
$ npm start
# Open your browser at http://localhost:4200/
# Build dev
$ npm run build.dev
$ npm run serve.dev
# Open your browser at http://localhost:4200/
# Build prod
$ npm run build.prod
$ npm run serve.prod
# Open your browser at http://localhost:4200/
# Doc API generation
$ npm run doc
# Open your browser at http://localhost:4220/
$ npm test
# Check by karma
# Tests after each change
$ npm run test.watch
# code coverage (istanbul)
$ npm run coverage
# e2e (end-to-end intégration)
$ npm start
$ npm run e2e
$ docker-compose build
$ docker-compose up -d
Open in a browser http://localhost:4200/
Before contributing, please read the guidelines, the LICENCE and the WIKI. If you have any question and want to contribute, contact the main email of IGO: info(a)igouverte.org.