summaryrefslogtreecommitdiff
path: root/test/fixtures/style_parser/line-translate.style.json
blob: 4890a8b6df022f8cfb2281b302ab6ce2dc193f9e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "version": 8,
  "sources": {
    "mapbox": {
      "type": "vector",
      "url": "mapbox://mapbox.mapbox-terrain-v1,mapbox.mapbox-streets-v5",
      "maxzoom": 14
    }
  },
  "layers": [{
    "id": "line_translate_example",
    "type": "line",
    "source": "mapbox",
    "paint": {
      "line-translate": "no"
    }
  }]
}