summaryrefslogtreecommitdiff
path: root/test/fixtures/style_parser/line-width.style.json
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2014-11-01 14:15:25 -0400
committerJohn Firebaugh <john.firebaugh@gmail.com>2014-11-04 12:26:14 -0800
commitd964949a12b90f2bd2bcc1b490ee545377a88df9 (patch)
tree028f91f93c0fd0c9254bcc619dc7f4cc88bed6ab /test/fixtures/style_parser/line-width.style.json
parent05c5c3a8bc38ddc7c6819f986132d0883a136ea7 (diff)
downloadqtlocation-mapboxgl-d964949a12b90f2bd2bcc1b490ee545377a88df9.tar.gz
Update styles
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
}
}]