summaryrefslogtreecommitdiff
path: root/test/fixtures/style_parser/tilejson.raster.json
blob: 3fc819f2924da2626847275a63d8dcf02b2adc8d (plain)
1
2
3
4
5
6
7
8
{
  "minzoom": 0,
  "maxzoom": 15,
  "center": [ 1, 2, 3 ],
  "bounds": [ 4, 5, 6, 7 ],
  "attribution": "attribution",
  "tiles": [ "http://a.tiles.mapbox.com/v4/mapbox.satellite/{z}/{x}/{y}.png?access_token=key" ]
}