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