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