{
    "zoom": 2,
    "mapCenter": {
        "lat": 50.064191736659104,
        "lng": 0
    },
    "tools": [{
            "type": "geovisto-tool-sidebar",
            "id": "geovisto-tool-sidebar",
            "enabled": true,
            "tabs": [{
                    "tool": "geovisto-tool-settings",
                    "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-filters",
                    "enabled": true,
                    "name": "Filters",
                    "icon": "<i class=\"fa fa-filter\"></i>",
                    "checkButton": true
                },
                {
                    "tool": "geovisto-tool-layer-map",
                    "enabled": true,
                    "name": "Map layer settings",
                    "icon": "<i class=\"fa fa-globe\"></i>",
                    "checkButton": true
                },
                {
                    "tool": "geovisto-tool-layer-choropleth",
                    "enabled": true,
                    "name": "Choropleth layer settings",
                    "icon": "<i class=\"fa fa-th-large\"></i>",
                    "checkButton": true
                },
                {
                    "tool": "geovisto-tool-layer-marker",
                    "enabled": true,
                    "name": "Marker layer settings",
                    "icon": "<i class=\"fa fa-map-marker\"></i>",
                    "checkButton": true
                },
                {
                    "tool": "geovisto-tool-layer-connection",
                    "enabled": true,
                    "name": "Connection layer settings",
                    "icon": "<i class=\"fa fa-road\"></i>",
                    "checkButton": true
                }
            ]
        },
        {
            "type": "geovisto-tool-settings",
            "id": "geovisto-tool-settings",
            "enabled": true
        },
        {
            "type": "geovisto-tool-filters",
            "id": "geovisto-tool-filters",
            "enabled": true,
            "filterRules": []
        },
        {
            "type": "geovisto-tool-themes",
            "id": "geovisto-tool-themes",
            "enabled": true,
            "theme": "light1"
        },
        {
            "type": "geovisto-tool-selection",
            "id": "geovisto-tool-selection",
            "enabled": true
        },
        {
            "type": "geovisto-tool-layer-map",
            "id": "geovisto-tool-layer-map",
            "enabled": true,
            "layerName": "Map layer"
        },
        {
            "type": "geovisto-tool-layer-choropleth",
            "id": "geovisto-tool-layer-choropleth",
            "enabled": true,
            "layerName": "Choropleth layer",
            "data": {
                "country": "to",
                "value": "value",
                "aggregation": "sum",
                "scaling": "median (sorted values)",
                "range": 7,
                "customColor": true,
                "color": "#e32400"
            }
        },
        {
            "type": "geovisto-tool-layer-marker",
            "id": "geovisto-tool-layer-marker",
            "enabled": true,
            "layerName": "Marker layer",
            "data": {
                "country": "",
                "value": "",
                "aggregation": "",
                "category": ""
            }
        },
        {
            "type": "geovisto-tool-layer-connection",
            "id": "geovisto-tool-layer-connection",
            "enabled": true,
            "layerName": "Connection layer",
            "data": {
                "from": "",
                "to": ""
            }
        }
    ]
}