summaryrefslogtreecommitdiff
path: root/test/fixtures/offline/geojson_source.style.json
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixtures/offline/geojson_source.style.json')
-rw-r--r--test/fixtures/offline/geojson_source.style.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/fixtures/offline/geojson_source.style.json b/test/fixtures/offline/geojson_source.style.json
new file mode 100644
index 0000000000..511fca9fd0
--- /dev/null
+++ b/test/fixtures/offline/geojson_source.style.json
@@ -0,0 +1,10 @@
+{
+ "version": 8,
+ "sources": {
+ "geojson": {
+ "type": "geojson",
+ "data": "http://127.0.0.1:3000/offline/geojson.json"
+ }
+ },
+ "layers": []
+}