Skip to main content

Sidebar

The sidebar is the basic Geovisto library tool that can be used to edit visualized data.

Example

Loading...

Installation

npm i geovisto-sidebar

Configuration

Configuration used in example above:

{
"type": "geovisto-tool-sidebar",
"id": "geovisto-tool-sidebar",
"enabled": true,
"tabs": [
{
"enabled": true,
"name": "General settings",
"icon": "<i class=\"fa fa-gear\"></i>",
"checkButton": false,
"fragments": [
{
"tool": "geovisto-tool-themes",
"enabled": true
},
{
"tool": "geovisto-tool-selection",
"enabled": true
}
]
},
{
"tool": "geovisto-tool-info",
"enabled": true,
"name": "Info",
"icon": "<i class=\"fa fa-info\"></i>",
"checkButton": true
},
]
}