summaryrefslogtreecommitdiff
path: root/platform/node/test/fixtures/tiles.tilejson
diff options
context:
space:
mode:
Diffstat (limited to 'platform/node/test/fixtures/tiles.tilejson')
-rw-r--r--platform/node/test/fixtures/tiles.tilejson13
1 files changed, 13 insertions, 0 deletions
diff --git a/platform/node/test/fixtures/tiles.tilejson b/platform/node/test/fixtures/tiles.tilejson
new file mode 100644
index 0000000000..320c17500e
--- /dev/null
+++ b/platform/node/test/fixtures/tiles.tilejson
@@ -0,0 +1,13 @@
+{
+ "bounds": [ -180, -85.0511, 180, 85.0511 ],
+ "center": [ 0, 0, 0 ],
+ "format": "pbf",
+ "id": "mapbox.mapbox-streets-v6-dev",
+ "maskLevel": 8,
+ "maxzoom": 15,
+ "minzoom": 0,
+ "name": "Mapbox Streets V6",
+ "scheme": "xyz",
+ "tilejson": "2.0.0",
+ "tiles": [ "./fixtures/tiles/{z}-{x}-{y}.vector.pbf" ]
+}