NBMap GL
NBMap GL is a web map SDK for JavaScript that enables interactive maps with NextBillion's vector tiles service in your web apps.
Development
Before start, please install Node.js
and yarn
to install dependencies.
yarn
You can start developing with this command:
yarn dev
You can build a minified version of the SDK with this command:
yarn build