summaryrefslogtreecommitdiff
path: root/test/fixtures/style_parser/tilejson.raster.json
blob: 2eb0971a03a9be778908ae7f138978928c53fd73 (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/mapbox.satellite/{z}-{x}-{y}.png?access_token=key" ]
}