{
  "version": "1.0.0",
  "exportPrefix": "config",
  "layout": {
    "navigation": {
      "logo": "https://www.esa.int/extension/pillars/design/pillars/images/ESA_Logo.svg",
      "title": "Geospatial Explorer - Custom Config"
    }
  },
  "interfaceGroups": [
    "Interface group 1",
    "Interface group 2",
    "Interface group 3"
  ],
  "exclusivitySets": [],
  "mapConstraints": {
    "zoom": 0,
    "center": [
      0,
      0
    ],
    "projection": "EPSG:3857"
  },
  "services": [],
  "sources": [
    {
      "name": "Open StreetMap",
      "isActive": true,
      "isBaseLayer": true,
      "data": [
        {
          "url": "https://tile.openstreetmap.org/{z}/{x}/{y}.png",
          "format": "xyz",
          "zIndex": 10
        }
      ],
      "exclusivitySets": [],
      "meta": {
        "description": "",
        "attribution": {
          "text": "Map data (c) OpenStreetMap",
          "url": "https://www.openstreetmap.org/copyright"
        },
        "categories": []
      }
    },
    {
      "name": "WorldCereal test embeddings",
      "isActive": false,
      "meta": {
        "description": "",
        "attribution": {
          "text": ""
        },
        "categories": []
      },
      "layout": {
        "interfaceGroup": "Interface group 1",
        "contentLocation": "infoPanel",
        "layerCard": {
          "toggleable": true
        },
        "infoPanel": {
          "legend": {
            "type": "swatch"
          },
          "controls": {
            "opacitySlider": true,
            "zoomToCenter": true,
            "temporalControls": false,
            "constraintSlider": false,
            "blendControls": false
          }
        }
      },
      "data": [
        {
          "url": "https://s3.waw4-1.cloudferro.com/worldcereal-uk-waw4-1-o2q1qptnzbki8vavzriorqk0498vwc6tqvxlzvnw5/worldcereal_uk_production_embeddings_displays/embeddings_oif_b53-b66-b75_mercator.tif",
          "format": "cog",
          "zIndex": 50,
          "bands": [
            1,
            2,
            3
          ]
        }
      ]
    }
  ]
}