NgwMap.js
Universal map constructor
Installation
Install the NGW application by instruction: http://docs.nextgis.com/docs_ngweb/source/install-ubuntu.html
Switch to development fork and branch
cd ~/ngw/nextgisweb
git remote add ado https://github.com/rendrom/nextgisweb.git
git checkout front
git pull ado front
Install dependencies and build app:
cd ./nextgisweb/newtgisweb/webmap/frontend/WebMap
npm i
npm run prod
To build development app with sourcemap run:
npm run dev
To start watching changes in development mode run:
npm run watch
Start NGW server and open the browser on the page
[NGW_SERVER]/resource/[webmap_id]/display/dev