Dashboard Blueprint
The Dashboard Blueprint describes the Sidebar in the Dashboard containing the visualization of the Dataset. The template translates the data into Plots, Images, ...
You can create a different visualization for different GEO JSON Features. Therefore you can define different Template Objects and select which featureTypes
they are relevant for. Furthermore you can define which title
and description
the sidebar should show.
The widgets
describe the actual visualizations that will be displayed in the sidebar. There are different Widget visualizations you can select from Widgets Overview in the next section.
[
{
"featureTypes": [
"BAUM"
],
"title": "Baum Auswertung", // Wird dargestellt
"description": "Das ist eine Auswertung der Bäume auf dem Fehld", // Wird dargestellt
"widgets": [
//...
]
},
//...
]