diff options
author | Tom MacWright <tom@macwright.org> | 2015-03-12 16:44:33 -0400 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2015-08-20 11:58:57 -0700 |
commit | 6df50dba45fd262d9d868802d1c49663efa656a6 (patch) | |
tree | ae256baaadf67d322cad863888d61b7b68d5b41a /test/fixtures/style_parser | |
parent | 58d6b84b2b9d0180792a36601d86e0cd5997f789 (diff) | |
download | qtlocation-mapboxgl-6df50dba45fd262d9d868802d1c49663efa656a6.tar.gz |
Font stacks as arrays
Diffstat (limited to 'test/fixtures/style_parser')
-rw-r--r-- | test/fixtures/style_parser/function-string-bool-enum.style.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fixtures/style_parser/function-string-bool-enum.style.json b/test/fixtures/style_parser/function-string-bool-enum.style.json index 76fb9be9f4..0447990911 100644 --- a/test/fixtures/style_parser/function-string-bool-enum.style.json +++ b/test/fixtures/style_parser/function-string-bool-enum.style.json @@ -31,7 +31,7 @@ "source-layer": "waterway", "layout": { "text-font": { - "stops": [[0, "Open Sans Regular"]] + "stops": [[0, ["Open Sans Regular"]]] }, "text-keep-upright": { "stops": [[0, false], [10, true]] |