Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@vertigis/inline-sdk

Package Overview
Dependencies
Maintainers
4
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vertigis/inline-sdk

The SDK for extending VertiGIS Inline

latest
npmnpm
Version
2.4.0
Version published
Maintainers
4
Created
Source

VertiGIS Inline SDK

CI/CD

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

Keywords

inline

FAQs

Package last updated on 01 May 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts