Skip to content

MSF-GIS/geops

Repository files navigation

Geops

This project is based on:

Javascript in this project is written using part of the es6 syntax.

Getting started

Prerequisites

Having Node.js and npm installed on your machine.

Installing dependencies

To install all dependencies, execute npm i command

Starting the project for developement

To start the project on your local machine (for development), execute npm run start command

Making a production build

To make a production build (which will be located in dist folder in project root directory), execute npm run build command

Managing OpenLayers build

To reduce the size of OpenLayers depedency, a custom build of Openlayers is used. Following the procedure detailed in Openlayer website, the file ol.custom.json (located in the root directory of the project) is used as a configuration file and the command npm run build:ol can be used to create a custom build.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published