summaryrefslogtreecommitdiff
path: root/test/fixtures/style_parser/text-size.style.json
blob: ee6a6c39e4061f6c6c34a51da3de3ed3fba597e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "version": 8,
  "sources": {
    "mapbox": {
      "type": "vector",
      "url": "mapbox://mapbox.mapbox-terrain-v1,mapbox.mapbox-streets-v5",
      "maxzoom": 14
    }
  },
  "layers": [{
    "id": "country_label",
    "type": "symbol",
    "source": "mapbox",
    "source-layer": "country_label",
    "filter": ["==", "$type", "Point"],
    "layout": {
      "text-size": null
    }
  }]
}