summaryrefslogtreecommitdiff
path: root/themes/CodeIT/exampleSite/static/features-layers.json
blob: fcddb32d474fea0566f3c51465079efaadaf6bdd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "sources": [
    {
      "id": "logo",
      "properties": {
        "type": "geojson",
        "data": "/features.geojson"
      }
    }
  ],
  "layers": [
    {
      "id": "logo-layer",
      "type": "fill",
      "source": "logo",
      "paint": {
        "fill-color": ["coalesce", ["get", "fill"], "#005c7c"],
        "fill-opacity": 0.5
      }
    }
  ]
}