summaryrefslogtreecommitdiff
path: root/test/fixtures/styles/0.style.json
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixtures/styles/0.style.json')
-rw-r--r--test/fixtures/styles/0.style.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fixtures/styles/0.style.json b/test/fixtures/styles/0.style.json
index 06d7a1db1a..d5994b82cc 100644
--- a/test/fixtures/styles/0.style.json
+++ b/test/fixtures/styles/0.style.json
@@ -3,7 +3,7 @@
"sources": {
"mapbox": {
"type": "vector",
- "url": "tiles/%d-%d-%d.vector.pbf",
+ "url": "tiles/{z}-{x}-{y}.vector.pbf",
"tileSize": 512,
"maxZoom": 14
}