summaryrefslogtreecommitdiff
path: root/test/fixtures/style_parser/text-size.style.json
diff options
context:
space:
mode:
authorMike Morris <michael.patrick.morris@gmail.com>2014-07-18 17:47:30 -0400
committerMike Morris <michael.patrick.morris@gmail.com>2014-07-18 17:47:30 -0400
commit75f9976f6831a6057d0903d8860f8646c7b39b08 (patch)
tree4149acd5bca80c80a0607b78408fa73c98dabb1a /test/fixtures/style_parser/text-size.style.json
parent6d93d7286ce665df454e8f3bb048b7763672f77e (diff)
downloadqtlocation-mapboxgl-75f9976f6831a6057d0903d8860f8646c7b39b08.tar.gz
add line-opacity and text-size fixtures
Diffstat (limited to 'test/fixtures/style_parser/text-size.style.json')
-rw-r--r--test/fixtures/style_parser/text-size.style.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/test/fixtures/style_parser/text-size.style.json b/test/fixtures/style_parser/text-size.style.json
new file mode 100644
index 0000000000..bb221efb62
--- /dev/null
+++ b/test/fixtures/style_parser/text-size.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": "country_label",
+ "source": "mapbox",
+ "source-layer": "country_label",
+ "filter": { "$type": "Point" },
+ "type": "text",
+ "style": {
+ "text-size": null
+ }
+ }]
+}