summaryrefslogtreecommitdiff
path: root/test/fixtures/style_parser/text-size.style.json
blob: dafa87d63b78bc10148cf2c4715f6943ae5209b0 (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": "no"
    }
  }]
}