summaryrefslogtreecommitdiff
path: root/test/fixtures/api
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixtures/api')
-rw-r--r--test/fixtures/api/query_style.json61
1 files changed, 61 insertions, 0 deletions
diff --git a/test/fixtures/api/query_style.json b/test/fixtures/api/query_style.json
new file mode 100644
index 0000000000..6978e1ba1b
--- /dev/null
+++ b/test/fixtures/api/query_style.json
@@ -0,0 +1,61 @@
+{
+ "version": 8,
+ "sources": {
+ "source1": {
+ "type": "geojson",
+ "data": {
+ "type": "Point",
+ "coordinates": [
+ 0,
+ 0
+ ]
+ }
+ },
+ "source2": {
+ "type": "geojson",
+ "data": {
+ "type": "Point",
+ "coordinates": [
+ 0,
+ 0
+ ]
+ }
+ },
+ "source3": {
+ "type": "geojson",
+ "data": {
+ "type": "Point",
+ "coordinates": [
+ 0,
+ 0
+ ]
+ }
+ }
+ },
+ "layers": [
+ {
+ "id": "layer1",
+ "type": "symbol",
+ "source": "source1",
+ "layout": {
+ "icon-image": "test-icon"
+ }
+ },
+ {
+ "id": "layer2",
+ "type": "symbol",
+ "source": "source2",
+ "layout": {
+ "icon-image": "test-icon"
+ }
+ },
+ {
+ "id": "layer3",
+ "type": "symbol",
+ "source": "source3",
+ "layout": {
+ "icon-image": "test-icon"
+ }
+ }
+ ]
+}