2.4.0 • Published 1 year ago

@vertigis/inline-sdk v2.4.0

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

VertiGIS Inline SDK

CI/CD

This SDK makes it easy to create custom bands for VertiGIS Inline.

Requirements

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