Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1.99 KB

PLUGINS.md

File metadata and controls

41 lines (27 loc) · 1.99 KB

Origo plugins

Plugins are to be developed when a feature or function is not appropriate to be included in the origo core. Common reasons are external dependencies or a specific feature or function not requested by the average user.

Guidelines development

Barebone is an example plugin to provide an initial structure of how you can start developing your plugin.

Origo core has a lot of dependencies by default which are available to use from the plugins. They should be utilized first before loading more external libraries.

Smaller adjustment to the core might be necessary but should be avoided to make the plugin as standalone as possible.

Available plugins

Below is a list of available plugins. More information about each plugin can be found in the plugin's own repository.

Please not that some plugins are third-party plugins that are neither developed nor maintained by Origo.

Dialogue A simple citizens' dialogue plugin for Origo.

Draw A draw tool plugin for simple sketching.

Elevation profile A plugin that shows an elevation profile for linestring features with z-dimension.

Geouttag A plugin for geodata export (requires FME Server).

Layermanager A layer manager plugin.

LM search plugin Search for Lantmäteriet Direct services via Origoserver API.

Multiselect plugin Plugin to select features with different methods such as circle, polygon and buffer.

OIDC plugin A plugin for openid connect authorization with Origo.

Swiper plugin A plugin to compare two different views.