summaryrefslogtreecommitdiff
path: root/test/fixtures/offline/mapbox_source.style.json
blob: 75bfd6667dd6272eac2a3a553450fda0ee409fbd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "version": 8,
  "sources": {
    "inline": {
      "type": "vector",
      "maxzoom": 15,
      "minzoom": 0,
      "tiles": [ "mapbox://{z}-{x}-{y}.vector.pbf" ]
    }
  },
  "layers": [{
    "id": "fill",
    "type": "fill",
    "source": "inline",
    "source-layer": "water"
  }]
}