summaryrefslogtreecommitdiff
path: root/platform/ios/missing_icon.json
blob: 7b34d07cf50885443c5bcb794d912d168ec6fd7c (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
44
45
46
47
48
49
50
51
52
// 20190423145312
// https://raw.githubusercontent.com/mapbox/mapbox-gl-native/master/platform/ios/app/missing_icon.json

{
  "version": 8,
  "name": "Mapbox Streets",
  "sprite": "mapbox://sprites/mapbox/streets-v8",
  "glyphs": "mapbox://fonts/mapbox/{fontstack}/{range}.pbf",
  "sources": {
    "point": {
      "type": "geojson",
      "data": {
        "type": "Feature",
        "properties": {
          
        },
        "geometry": {
          "type": "Point",
          "coordinates": [
            0,
            0
          ]
        }
      }
    }
  },
  "layers": [
    {
      "id": "bg",
      "type": "background",
      "paint": {
        "background-color": "#f00"
      }
    },
    {
      "id": "point",
      "type": "circle",
      "source": "point",
      "paint": {
        "circle-radius": 100
      }
    },
    {
      "id": "icon",
      "type": "symbol",
      "source": "point",
      "layout": {
        "icon-image": "missing-icon"
      }
    }
  ]
}