summaryrefslogtreecommitdiff
path: root/test/fixtures/style_parser/line-width.style.json
blob: 1f677460c45153777c2f4b853778f47cbb80cbc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "version": 8,
  "sources": {
    "mapbox": {
      "type": "vector",
      "url": "mapbox://mapbox.mapbox-terrain-v1,mapbox.mapbox-streets-v5",
      "maxzoom": 14
    }
  },
  "layers": [{
    "id": "waterway_river_canal",
    "type": "line",
    "source": "mapbox",
    "source-layer": "waterway",
    "filter": ["in", "type", "river", "canal"],
    "paint": {
      "line-width": "no"
    }
  }]
}