summaryrefslogtreecommitdiff
path: root/test/fixtures/offline/streets.json
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixtures/offline/streets.json')
-rw-r--r--test/fixtures/offline/streets.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/test/fixtures/offline/streets.json b/test/fixtures/offline/streets.json
new file mode 100644
index 0000000000..805bd68f45
--- /dev/null
+++ b/test/fixtures/offline/streets.json
@@ -0,0 +1,14 @@
+{
+ "bounds": [ -180, -85.0511, 180, 85.0511 ],
+ "center": [ 0, 0, 0 ],
+ "description": "",
+ "format": "pbf",
+ "id": "streets",
+ "maskLevel": 8,
+ "maxzoom": 15,
+ "minzoom": 0,
+ "name": "Streets",
+ "scheme": "xyz",
+ "tilejson": "2.0.0",
+ "tiles": [ "http://127.0.0.1:3000/offline/{z}-{x}-{y}.vector.pbf" ]
+}