0.28.6 • Published 3 years ago

@ximple/igo2-geo v0.28.6

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

IGO2 Library

This repository is home to the IGO2 Library on which IGO2 is built. IGO2 and this library are open source projects using Angular, Angular Material and OpenLayers. While IGO2 is mapping oriented, this library can easily serve other purposes as it contains many components and services that may benefit any web application.

Description

IGO2 library is divided into several elements:

  • @igo2/utils : Basic utilies without dependency (ex: base64, clipboard, uuid)

  • @igo2/core : Element affecting the core of the application (ex: config, language, message, media, request)

  • @igo2/common : Library containing reusable components (ex: clickout, drag-drop, list, panel, spinner, table)

  • @igo2/auth : Library grouping the authentication and security module

  • @igo2/geo : Library containing the geomatic components. Depends on Openlayers.

  • @igo2/context : Library of components uniting @igo2/geo and @igo2/auth

  • @igo2/tools : Library integrate basic components

Demo

User Installation

The latest release of IGO2 Library can be used and installed from npm.

Example: npm install --save @igo2/core npm install --save @igo2/common

  • See the demo code for examples of simple use.

For developers

Developer Installation

If you want to develop in IGO2 Library, it can be installed by:

  1. Clone current repository: using git clone https://github.com/infra-geo-ouverte/igo2-lib.git
  2. Deploy in cd igo2-lib/ and install from npm npm install
  3. Build librairies: npm run build.libs
  4. Start form npm npm start
  5. Open your browser at http://localhost:4200/

Development server

Run npm start for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the demo's source files. If you modify files from the lib (../packages/*) you must run: 1. npm run build.libs to rebuild all the libs 2. OR 3. npm run build.geo if you have only modifyed the geo package or whatever part of the lib... 4. OR 5. npm run start.watch to be aware of any modifications done to the lib.

Build

Run npm run build.libs to build the whole project. The build artifacts will be stored in the dist/ directory.

Running tests

Run npm run test.libs to execute the tests

0.28.6

3 years ago

0.28.5

3 years ago

0.28.1

3 years ago

1.1.0

4 years ago

0.27.50

5 years ago

0.27.49

5 years ago

0.27.48

5 years ago

0.27.47

5 years ago

0.27.46

5 years ago

0.27.45

5 years ago

0.27.44

5 years ago

0.27.43

5 years ago

0.27.42

5 years ago

0.27.41

5 years ago

0.27.4

5 years ago

0.27.3

5 years ago

0.24.5

5 years ago

0.24.4

5 years ago

0.24.3

5 years ago

0.24.2

5 years ago

0.24.0

5 years ago

0.23.1

6 years ago

0.22.12

6 years ago

0.22.11

6 years ago

0.22.10

6 years ago

0.22.9

6 years ago

0.22.8

6 years ago

0.22.7

6 years ago

0.22.6

6 years ago

0.22.5

6 years ago

0.22.4

6 years ago

0.22.3

6 years ago