summaryrefslogtreecommitdiff
path: root/test/fixtures/style_parser/function-numeric.style.json
blob: f3fca7e1d0f50bdb605ec2897edaaa3a954b6754 (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": "waterway_river_canal",
    "type": "line",
    "source": "mapbox",
    "source-layer": "waterway",
    "filter": ["in", "type", "river", "canal"],
    "paint": {
      "line-width": {
        "stops": [0]
      }
    }
  }]
}