summaryrefslogtreecommitdiff
path: root/test/fixtures/style_parser/tilejson.vector.json
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixtures/style_parser/tilejson.vector.json')
-rw-r--r--test/fixtures/style_parser/tilejson.vector.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fixtures/style_parser/tilejson.vector.json b/test/fixtures/style_parser/tilejson.vector.json
index ea7d4bc352..9144bd502c 100644
--- a/test/fixtures/style_parser/tilejson.vector.json
+++ b/test/fixtures/style_parser/tilejson.vector.json
@@ -4,5 +4,5 @@
"center": [ 1, 2, 3 ],
"bounds": [ 4, 5, 6, 7 ],
"attribution": "attribution",
- "tiles": [ "http://a.tiles.mapbox.com/mapbox.streets/{z}-{x}-{y}.vector.pbf?access_token=key" ]
+ "tiles": [ "http://a.tiles.mapbox.com/v4/mapbox.streets/{z}/{x}/{y}.vector.pbf?access_token=key" ]
}