[
  {
    "id": "slope-fill",
    "type": "fill",
    "source": "slope",
    "source-layer": "slope",
    "minzoom": 11,
    "paint": {
      "fill-color": [
        "match", ["to-number", ["get", "band"]],
        1, "#1a9850",
        2, "#fee08b",
        3, "#fdae61",
        4, "#d73027",
        5, "#762a83",
        "#1a9850"
      ],
      "fill-opacity": [
        "match", ["to-number", ["get", "band"]],
        1, 0.12,
        2, 0.30,
        3, 0.38,
        4, 0.45,
        5, 0.50,
        0.30
      ],
      "fill-antialias": false
    }
  }
]
