summaryrefslogtreecommitdiff
path: root/test/fixtures/offline/inline_source.style.json
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixtures/offline/inline_source.style.json')
-rw-r--r--test/fixtures/offline/inline_source.style.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/test/fixtures/offline/inline_source.style.json b/test/fixtures/offline/inline_source.style.json
new file mode 100644
index 0000000000..87155d07d8
--- /dev/null
+++ b/test/fixtures/offline/inline_source.style.json
@@ -0,0 +1,17 @@
+{
+ "version": 8,
+ "sources": {
+ "inline": {
+ "type": "vector",
+ "maxzoom": 15,
+ "minzoom": 0,
+ "tiles": [ "http://127.0.0.1:3000/offline/{z}-{x}-{y}.vector.pbf" ]
+ }
+ },
+ "layers": [{
+ "id": "fill",
+ "type": "fill",
+ "source": "inline",
+ "source-layer": "water"
+ }]
+}