Skip to content
We're currently creating a lot of content. Sign up to get notified when it's ready.

Templates

On this page, you will find example plugins and plugin templates to help you get started with Qatium’s SDK.

Example plugins

Overlay example

Get it at https://github.com/qatium/plugin-overlay-example

This plugin can be used as a template to base your own overlay visualizations, and create powerful visuals on top of Qatium’s map.

Plugin templates

Vanilla TypeScript

Get it at https://github.com/qatium/plugin-sample-typescript

This is a minimal plugin that adds a panel to the sidebar, with a simple message. It is a good starting point for your first plugin.

For more information on how to use this template, see our guide: Your First Plugin.

TypeScript + React

Get it at https://github.com/qatium/plugin-sample-react-ts

This sample extends from the vanilla TypeScript sample, adding React functionality. With this, you can build the content in the sidebar panel using React. Going through the tutorial first is recommended to get used to how the SDK works.