summaryrefslogtreecommitdiff
path: root/test/fixtures/style_parser/geojson-data-url.style.json
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixtures/style_parser/geojson-data-url.style.json')
-rw-r--r--test/fixtures/style_parser/geojson-data-url.style.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/fixtures/style_parser/geojson-data-url.style.json b/test/fixtures/style_parser/geojson-data-url.style.json
new file mode 100644
index 0000000000..a5e1c99628
--- /dev/null
+++ b/test/fixtures/style_parser/geojson-data-url.style.json
@@ -0,0 +1,9 @@
+{
+ "version": 8,
+ "sources": {
+ "mapbox": {
+ "type": "geojson",
+ "data": "asset://TEST_DATA/fixtures/geojson/point.json"
+ }
+ }
+}