summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/raw/no_bg_style.json
blob: 964eefc31993e20a0c298be697c015258e23bee8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
  "version": 8,
  "name": "Land",
  "metadata": {
    "mapbox:autocomposite": true,
  },
  "sources": {
    "composite": {
      "url": "mapbox://mapbox.mapbox-terrain-v2",
      "type": "vector"
    }
  },
  "sprite": "mapbox://sprites/mapbox/mapbox-terrain-v2",
  "glyphs": "mapbox://fonts/mapbox/{fontstack}/{range}.pbf",
  "layers": [
    {
      "layout": {
        "visibility": "visible"
      },
      "type": "fill",
      "source": "composite",
      "id": "admin",
      "paint": {
        "fill-color": "hsl(359, 100%, 50%)",
        "fill-opacity": 1
      },
      "source-layer": "landcover"
    },
    {
      "layout": {
        "visibility": "visible"
      },
      "type": "fill",
      "source": "composite",
      "id": "layer-0",
      "paint": {
        "fill-opacity": 1,
        "fill-color": "hsl(359, 100%, 50%)"
      },
      "source-layer": "Layer_0"
    }
  ]
}