summaryrefslogtreecommitdiff
path: root/test/fixtures
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixtures')
-rw-r--r--test/fixtures/api/annotation.json2
-rw-r--r--test/fixtures/api/query_style.json4
-rw-r--r--test/fixtures/api/water.json2
3 files changed, 4 insertions, 4 deletions
diff --git a/test/fixtures/api/annotation.json b/test/fixtures/api/annotation.json
index ab83d43476..972b22fc4d 100644
--- a/test/fixtures/api/annotation.json
+++ b/test/fixtures/api/annotation.json
@@ -3,7 +3,7 @@
"sources": {
"fake": {
"type": "vector",
- "url": "fake"
+ "tiles": ["fake"]
}
},
"layers": [{
diff --git a/test/fixtures/api/query_style.json b/test/fixtures/api/query_style.json
index 97f1d04432..2e499c383d 100644
--- a/test/fixtures/api/query_style.json
+++ b/test/fixtures/api/query_style.json
@@ -53,11 +53,11 @@
},
"source5": {
"type": "vector",
- "url": "mapbox://mapbox.mapbox-streets-v6"
+ "tiles": ["fake"]
},
"source6": {
"type": "raster",
- "url": "mapbox://mapbox.satellite",
+ "tiles": ["fake"],
"tileSize": 256
}
},
diff --git a/test/fixtures/api/water.json b/test/fixtures/api/water.json
index 387471b842..0a563a4955 100644
--- a/test/fixtures/api/water.json
+++ b/test/fixtures/api/water.json
@@ -4,7 +4,7 @@
"sources": {
"mapbox": {
"type": "vector",
- "url": "asset://streets.json"
+ "tiles": ["asset://streets/{z}-{x}-{y}.vector.pbf"]
}
},
"layers": [{