summaryrefslogtreecommitdiff
path: root/test/fixtures/local_glyphs/mixed.json
blob: e07d429753a791cbfcc88127f9a5ef961190bbd9 (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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
{
  "version": 8,
  "zoom": 0,
  "center": [-14.41400, 39.09187],
  "sources": {
    "mapbox": {
      "type": "geojson",
      "data": {
        "type": "FeatureCollection",
        "features": [
          {
            "type": "Feature",
            "properties": {
              "name": "身什戰 1"
            },
            "geometry": {
              "type": "LineString",
              "coordinates": [
                [
                  -14.4195556640625,
                  39.091699613104595
                ],
                [
                  102.3046875,
                  39.36827914916014
                ]
              ]
            }
          },
          {
            "type": "Feature",
            "properties": {
              "name": "two 身什戰"
            },
            "geometry": {
              "type": "LineString",
              "coordinates": [
                [
                  -14.403076171875,
                  39.10022600175347
                ],
                [
                  103.35937499999999,
                  65.80277639340238
                ]
              ]
            }
          },
          {
            "type": "Feature",
            "properties": {
              "name": "身什戰33"
            },
            "geometry": {
              "type": "LineString",
              "coordinates": [
                [
                  -14.414062499999998,
                  39.091699613104595
                ],
                [
                  -14.765625,
                  82.21421714106776
                ]
              ]
            }
          },
          {
            "type": "Feature",
            "properties": {
              "name": "身什戰"
            },
            "geometry": {
              "type": "LineString",
              "coordinates": [
                [
                  -14.408569335937498,
                  39.091699613104595
                ],
                [
                  -130.78125,
                  39.095962936305476
                ]
              ]
            }
          },
          {
            "type": "Feature",
            "properties": {
              "name": "身什戰 five"
            },
            "geometry": {
              "type": "LineString",
              "coordinates": [
                [
                  -14.414062499999998,
                  39.095962936305476
                ],
                [
                  -16.5234375,
                  -58.81374171570779
                ]
              ]
            }
          },
          {
            "type": "Feature",
            "properties": {
              "name": "six 身什戰"
            },
            "geometry": {
              "type": "LineString",
              "coordinates": [
                [
                  -14.4195556640625,
                  39.10022600175347
                ],
                [
                  -130.4296875,
                  64.47279382008166
                ]
              ]
            }
          },
          {
            "type": "Feature",
            "properties": {
              "name": "身什戰 seven"
            },
            "geometry": {
              "type": "LineString",
              "coordinates": [
                [
                  -14.4195556640625,
                  39.0831721934762
                ],
                [
                  33.75,
                  81.87364125482827
                ]
              ]
            }
          },
          {
            "type": "Feature",
            "properties": {
              "name": "eight 身什戰"
            },
            "geometry": {
              "type": "LineString",
              "coordinates": [
                [
                  -14.447021484374998,
                  39.104488809440475
                ],
                [
                  -66.4453125,
                  82.26169873683153
                ]
              ]
            }
          }
        ]
      }
    }
  },
  "glyphs": "local://glyphs/{fontstack}/{range}.pbf",
  "layers": [
    {
      "id": "background",
      "type": "background",
      "paint": {
        "background-color": "white"
      }
    },
    {
      "id": "lines-symbol",
      "type": "symbol",
      "source": "mapbox",
      "layout": {
        "text-field": "{name}",
        "symbol-placement": "line",
        "symbol-spacing": 150,
        "text-allow-overlap": true,
        "text-font": [ "NotoCJK" ]
      }
    }, {
      "id": "lines",
      "type": "line",
      "source": "mapbox",
      "paint": {
          "line-opacity": 0.25
      }
    }
  ]
}