summaryrefslogtreecommitdiff
path: root/test/fixtures/style_parser/line-opacity.style.json
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixtures/style_parser/line-opacity.style.json')
-rw-r--r--test/fixtures/style_parser/line-opacity.style.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/fixtures/style_parser/line-opacity.style.json b/test/fixtures/style_parser/line-opacity.style.json
index 31b0c1dea9..8f5221b8ad 100644
--- a/test/fixtures/style_parser/line-opacity.style.json
+++ b/test/fixtures/style_parser/line-opacity.style.json
@@ -1,19 +1,19 @@
{
- "version": 3,
+ "version": 6,
"sources": {
"mapbox": {
"type": "vector",
"url": "mapbox://mapbox.mapbox-terrain-v1,mapbox.mapbox-streets-v5",
- "maxZoom": 14
+ "maxzoom": 14
}
},
"layers": [{
"id": "contour_line_loud",
+ "type": "line",
"source": "mapbox",
"source-layer": "contour",
- "filter": { "index": 5 },
- "type": "line",
- "style": {
+ "filter": ["==", "index", 5],
+ "paint": {
"line-color": "#008",
"line-width": 0.9,
"line-opacity": null