summaryrefslogtreecommitdiff
path: root/test/fixtures/style_parser/line-width.style.json
diff options
context:
space:
mode:
authorMike Morris <michael.patrick.morris@gmail.com>2014-07-18 17:35:30 -0400
committerMike Morris <michael.patrick.morris@gmail.com>2014-07-18 17:35:30 -0400
commit30dc4055ca5ee8336bb98d60e4142b197bf0765c (patch)
tree266c99ad90f3adef0c1236f414137304e2b62a5a /test/fixtures/style_parser/line-width.style.json
parentd59e66f9aad121b5f54fd8ad0cbfad6e2f2f8e04 (diff)
downloadqtlocation-mapboxgl-30dc4055ca5ee8336bb98d60e4142b197bf0765c.tar.gz
add line-width and bad colors fixtures
Diffstat (limited to 'test/fixtures/style_parser/line-width.style.json')
-rw-r--r--test/fixtures/style_parser/line-width.style.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/test/fixtures/style_parser/line-width.style.json b/test/fixtures/style_parser/line-width.style.json
new file mode 100644
index 0000000000..83c66065db
--- /dev/null
+++ b/test/fixtures/style_parser/line-width.style.json
@@ -0,0 +1,20 @@
+{
+ "version": 3,
+ "sources": {
+ "mapbox": {
+ "type": "vector",
+ "url": "mapbox://mapbox.mapbox-terrain-v1,mapbox.mapbox-streets-v5",
+ "maxZoom": 14
+ }
+ },
+ "layers": [{
+ "id": "waterway_river_canal",
+ "source": "mapbox",
+ "source-layer": "waterway",
+ "filter": { "type": ["river", "canal"] },
+ "type": "line",
+ "style": {
+ "line-width": null
+ }
+ }]
+}