summaryrefslogtreecommitdiff
path: root/test/fixtures/api/water_missing_tiles.json
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixtures/api/water_missing_tiles.json')
-rw-r--r--test/fixtures/api/water_missing_tiles.json25
1 files changed, 25 insertions, 0 deletions
diff --git a/test/fixtures/api/water_missing_tiles.json b/test/fixtures/api/water_missing_tiles.json
new file mode 100644
index 0000000000..c9ed77318d
--- /dev/null
+++ b/test/fixtures/api/water_missing_tiles.json
@@ -0,0 +1,25 @@
+{
+ "version": 8,
+ "name": "Water",
+ "sources": {
+ "mapbox": {
+ "type": "vector",
+ "url": "asset://streets_missing_tiles.json"
+ }
+ },
+ "layers": [{
+ "id": "background",
+ "type": "background",
+ "paint": {
+ "background-color": "red"
+ }
+ }, {
+ "id": "water",
+ "type": "fill",
+ "source": "mapbox",
+ "source-layer": "water",
+ "paint": {
+ "fill-color": "blue"
+ }
+ }]
+}