summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-07-09 16:27:23 -0700
committerKonstantin Käfer <mail@kkaefer.com>2014-07-09 16:27:23 -0700
commit22c8afced5970cac24a7ce98d67ac6741bb26cef (patch)
tree1966072953231ba552ec7e284796199bca40d5ab /test
parentf2ee02d3ca4c8033d120d8f681f4edf54dfa89ca (diff)
downloadqtlocation-mapboxgl-22c8afced5970cac24a7ce98d67ac6741bb26cef.tar.gz
replace {{token}} with {token}, and %d/%d/%d with {z}/{x}/{y}
refs https://github.com/mapbox/mapbox-gl-style-spec/pull/87
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
}