summaryrefslogtreecommitdiff
path: root/test/fixtures/offline_download/inline_source.style.json
blob: ec928c62343f23e903e00bb00bbb9e701a59b8c2 (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": [ "http://127.0.0.1:3000/{z}-{x}-{y}.vector.pbf" ]
    }
  },
  "layers": [{
    "id": "fill",
    "type": "fill",
    "source": "inline",
    "source-layer": "water"
  }]
}