Skip to content
/ igo2 Public
forked from infra-geo-ouverte/igo2

Infrastructure Géomatique Ouverte 2.0 (IGO-2) / Open GIS Infrastructure 2.0

License

Notifications You must be signed in to change notification settings

g2r/igo2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angular Style Guide Build Status join chat https://gitter.im/igo2/Lobby Dependencies Status devDependencies Status Known Vulnerabilities

Infrastructure géomatique ouverte 2.0 (IGO2) / Open GIS Infrastructure 2.0


Qu'est-ce qu'IGO?

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.


What is IGO?

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.



Table des matières (Français)



Table of content (English)


Installation et démarrage

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/

Tests

$ 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

Build de développement

$ docker-compose build
$ docker-compose up -d

Ouvrir un navigateur http://localhost:4200/


Contribuer

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.



Installation-en

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/

Tests-en

$ 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-en

Dev Build

$ docker-compose build
$ docker-compose up -d

Open in a browser http://localhost:4200/


Contribution

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.

About

Infrastructure Géomatique Ouverte 2.0 (IGO-2) / Open GIS Infrastructure 2.0

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 54.1%
  • CSS 22.0%
  • HTML 17.7%
  • JavaScript 4.7%
  • Shell 1.5%