summaryrefslogtreecommitdiff
path: root/test/fixtures/style_parser/line-opacity.style.json
blob: 31b0c1dea92d9b05dd71d3527c39d2a7131520e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "version": 3,
  "sources": {
    "mapbox": {
      "type": "vector",
      "url": "mapbox://mapbox.mapbox-terrain-v1,mapbox.mapbox-streets-v5",
      "maxZoom": 14
    }
  },
  "layers": [{
    "id": "contour_line_loud",
    "source": "mapbox",
    "source-layer": "contour",
    "filter": { "index": 5 },
    "type": "line",
    "style": {
      "line-color": "#008",
      "line-width": 0.9,
      "line-opacity": null
    }
  }]
}