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