UNPKG

adaguc-webmapjs

Version:

Interactive maps library, capable of parsing a OGC WMS getcapabilities and display geographical layers

20 lines (15 loc) 366 B
# adaguc-webmapjs This is an OGC WMS client library, capable of parsing a service getcapabilities and display geographical layers in a map component ``` 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 ```