summaryrefslogtreecommitdiff
path: root/test/fixtures/style_parser/circle-opacity.style.json
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixtures/style_parser/circle-opacity.style.json')
-rw-r--r--test/fixtures/style_parser/circle-opacity.style.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/test/fixtures/style_parser/circle-opacity.style.json b/test/fixtures/style_parser/circle-opacity.style.json
new file mode 100644
index 0000000000..601e81a51b
--- /dev/null
+++ b/test/fixtures/style_parser/circle-opacity.style.json
@@ -0,0 +1,18 @@
+{
+ "version": 8,
+ "sources": {
+ "mapbox": {
+ "type": "vector",
+ "url": "mapbox://mapbox.mapbox-terrain-v1,mapbox.mapbox-streets-v5",
+ "maxzoom": 14
+ }
+ },
+ "layers": [{
+ "id": "circle_opacity_example",
+ "type": "circle",
+ "source": "mapbox",
+ "paint": {
+ "circle-opacity": null
+ }
+ }]
+}