summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/fixtures/styles/0.style.json2
-rw-r--r--test/fixtures/styles/1.style.json2
2 files changed, 2 insertions, 2 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
}
diff --git a/test/fixtures/styles/1.style.json b/test/fixtures/styles/1.style.json
index d35c4bc0f4..0d0286b277 100644
--- a/test/fixtures/styles/1.style.json
+++ b/test/fixtures/styles/1.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
}