Interactive maps library, capable of parsing a OGC WMS getcapabilities and display geographical layers
npm install adaguc-webmapjs```
npm install && npm run build
To create a new package:
1) Adjust version number in package.json
2) Adjust version numberin WMJSMap.js
3) Publish:
```
npm run clean
npm install
npm run build
npm publish