Skip to content

gharibi/Angular2-Leaflet

Repository files navigation

Introduction

This project is a dynamic, responsive WebGIS application which could visualize WMS services on the map.

Technology

This project is implemented based on Angular2 Cli, Leafletjs and Bootstrap. Also Visual Studio Code was used as the code editor.

Installation

In order to install this project, perform the following steps:

  1. Download the project to your local directory.
  2. Pointing at your local directory, enter npm install in your console. This will download the required npm_modules.
  3. Use ng serve or npm start at your local directory in your console to start up the project in your default browser http://localhost:4200.

Build

Run ng build or npm build to build the project. The build artifacts will be stored in the dist/ directory. Use the -prod flag for a production build.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor. Before running the tests make sure you are serving the app via ng serve.

Further help

If you need any help regarding the project or if you need any further assistance regarding the project or if you need any specific feature, feel free to request in here.

Issues

If you have any issues or if you find any bug, please report them in the Issues section.