summaryrefslogtreecommitdiff
path: root/test/fixtures/style_parser/tilejson.raster.json
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixtures/style_parser/tilejson.raster.json')
-rw-r--r--test/fixtures/style_parser/tilejson.raster.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fixtures/style_parser/tilejson.raster.json b/test/fixtures/style_parser/tilejson.raster.json
index 2eb0971a03..3fc819f292 100644
--- a/test/fixtures/style_parser/tilejson.raster.json
+++ b/test/fixtures/style_parser/tilejson.raster.json
@@ -4,5 +4,5 @@
"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" ]
+ "tiles": [ "http://a.tiles.mapbox.com/v4/mapbox.satellite/{z}/{x}/{y}.png?access_token=key" ]
}