summaryrefslogtreecommitdiff
path: root/test/fuzz-input/parse-style/empty.json
diff options
context:
space:
mode:
Diffstat (limited to 'test/fuzz-input/parse-style/empty.json')
-rw-r--r--test/fuzz-input/parse-style/empty.json31
1 files changed, 31 insertions, 0 deletions
diff --git a/test/fuzz-input/parse-style/empty.json b/test/fuzz-input/parse-style/empty.json
new file mode 100644
index 0000000000..222ac82bf8
--- /dev/null
+++ b/test/fuzz-input/parse-style/empty.json
@@ -0,0 +1,31 @@
+{
+ "version": 8,
+ "name": "Empty",
+ "sources": {
+ "mapbox": {
+ "type": "vector",
+ "maxzoom": 15,
+ "tiles": [
+ "./fixtures/tiles/{z}-{x}-{y}.vector.pbf"
+ ]
+ }
+ },
+ "layers": [
+ {
+ "id": "background",
+ "type": "background",
+ "paint": {
+ "background-color": "white"
+ }
+ },
+ {
+ "id": "water",
+ "type": "fill",
+ "source": "mapbox",
+ "source-layer": "water",
+ "paint": {
+ "fill-color": "blue"
+ }
+ }
+ ]
+}