@vertigis/inline-sdk
v2.4.0
Published
The SDK for extending VertiGIS Inline
Downloads
3
Readme
VertiGIS Inline SDK
This SDK makes it easy to create custom bands for VertiGIS Inline.
Requirements
- The latest LTS version of Node.js
- A code editor of your choice. We recommend Visual Studio Code
Creating a new project
To create a project called library run this command:
npx @vertigis/inline-sdk create library
This will bootstrap a new project in the specified directory to quickly get you up and running with the VertiGIS Inline SDK.
Available Scripts
Inside the newly created project, you can run some built-in commands:
npm start
Runs the project in development mode. at http://localhost:4444.
This url can be added to your web app during development. You will see build errors and warnings in the console.
npm run build
Builds the library for production to the build
folder. It optimizes the build for the best performance.
Your custom library is now ready to be deployed!
See the section about deployment in the Developer Center for more information.
npm run generate <your-band-name>
Creates a new band in the src/bands
folder of your project including all the files you need to get started creating your own custom band.
Documentation
Find further documentation on the SDK on the VertiGIS Studio Developer Center