summaryrefslogtreecommitdiff
path: root/test/fixtures/style_parser/circle-color.style.json
blob: e9c508304b122a3cf2b921db4e12906eb9bdd97f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "version": 8,
  "sources": {
    "mapbox": {
      "type": "vector",
      "url": "mapbox://mapbox.mapbox-terrain-v1,mapbox.mapbox-streets-v5",
      "maxzoom": 14
    }
  },
  "layers": [{
    "id": "circle_color_example",
    "type": "circle",
    "source": "mapbox",
    "paint": {
      "circle-color": 1
    }
  }]
}