summaryrefslogtreecommitdiff
path: root/test/fixtures/style_parser/line-width.style.json
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixtures/style_parser/line-width.style.json')
-rw-r--r--test/fixtures/style_parser/line-width.style.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/fixtures/style_parser/line-width.style.json b/test/fixtures/style_parser/line-width.style.json
index 83c66065db..18653074db 100644
--- a/test/fixtures/style_parser/line-width.style.json
+++ b/test/fixtures/style_parser/line-width.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": "waterway_river_canal",
+ "type": "line",
"source": "mapbox",
"source-layer": "waterway",
- "filter": { "type": ["river", "canal"] },
- "type": "line",
- "style": {
+ "filter": ["in", "type", "river", "canal"],
+ "paint": {
"line-width": null
}
}]